2024-01-21T08:37:15.451 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-21T08:37:15.451 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --archive /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308 -- /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308/orig.config.yaml 2024-01-21T08:37:15.483 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T08:37:15.571 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308 branch: wip-yuri4-testing-2024-01-18-1257-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7524308' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '18.04' overrides: admin_socket: branch: wip-yuri4-testing-2024-01-18-1257-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec workunit: branch: wip-yuri4-testing-2024-01-18-1257-pacific sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8186 sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-01-18-1257-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec targets: smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= 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 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - 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 - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-19_23:17:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-21T08:37:15.572 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa; will attempt to use it 2024-01-21T08:37:15.572 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks 2024-01-21T08:37:15.573 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-21T08:37:15.574 INFO:teuthology.task.internal:Checking packages... 2024-01-21T08:37:15.598 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec' 2024-01-21T08:37:15.598 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-21T08:37:15.598 INFO:teuthology.packaging:ref: None 2024-01-21T08:37:15.598 INFO:teuthology.packaging:tag: None 2024-01-21T08:37:15.598 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T08:37:15.598 INFO:teuthology.packaging:sha1: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:37:15.599 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-yuri4-testing-2024-01-18-1257-pacific 2024-01-21T08:37:15.744 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454-gea310589-1bionic 2024-01-21T08:37:15.745 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-21T08:37:15.752 INFO:teuthology.task.internal:no buildpackages task found 2024-01-21T08:37:15.752 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-21T08:37:15.793 INFO:teuthology.task.internal:Saving configuration 2024-01-21T08:37:15.806 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-21T08:37:15.812 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T08:37:15.837 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 08:31:31.002099', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-21T08:37:15.874 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 08:31:31.000681', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-01-21T08:37:15.874 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-21T08:37:15.880 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-21T08:37:15.881 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-21T08:37:15.881 INFO:teuthology.run_tasks:Running task console_log... 2024-01-21T08:37:15.969 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8707d8f430>, signals=[15]) 2024-01-21T08:37:15.970 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-21T08:37:15.979 INFO:teuthology.task.internal:Opening connections... 2024-01-21T08:37:15.979 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T08:37:15.981 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:37:16.067 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-01-21T08:37:16.068 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:37:16.145 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-21T08:37:16.152 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2024-01-21T08:37:16.192 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2024-01-21T08:37:16.192 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2024-01-21T08:37:16.239 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="Ubuntu" 2024-01-21T08:37:16.239 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-21T08:37:16.239 INFO:teuthology.orchestra.run.smithi144.stdout:ID=ubuntu 2024-01-21T08:37:16.239 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE=debian 2024-01-21T08:37:16.239 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-21T08:37:16.240 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="18.04" 2024-01-21T08:37:16.240 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T08:37:16.240 INFO:teuthology.orchestra.run.smithi144.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T08:37:16.240 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T08:37:16.240 INFO:teuthology.orchestra.run.smithi144.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T08:37:16.240 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_CODENAME=bionic 2024-01-21T08:37:16.240 INFO:teuthology.orchestra.run.smithi144.stdout:UBUNTU_CODENAME=bionic 2024-01-21T08:37:16.241 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2024-01-21T08:37:16.265 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-01-21T08:37:16.272 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-01-21T08:37:16.272 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-01-21T08:37:16.319 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Ubuntu" 2024-01-21T08:37:16.319 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:ID=ubuntu 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE=debian 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="18.04" 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_CODENAME=bionic 2024-01-21T08:37:16.320 INFO:teuthology.orchestra.run.smithi177.stdout:UBUNTU_CODENAME=bionic 2024-01-21T08:37:16.320 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-01-21T08:37:16.340 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-21T08:37:16.350 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-21T08:37:16.368 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-21T08:37:16.368 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2024-01-21T08:37:16.370 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-01-21T08:37:16.376 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-21T08:37:16.395 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-21T08:37:16.395 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2024-01-21T08:37:16.419 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-01-21T08:37:16.436 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-21T08:37:16.491 INFO:teuthology.run_tasks:Running task kernel... 2024-01-21T08:37:16.506 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-21T08:37:16.506 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-21T08:37:16.507 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T08:37:16.507 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-21T08:37:16.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:16.512 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-01-21T08:37:16.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T08:37:16.513 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-01-21T08:37:16.559 INFO:teuthology.orchestra.run.smithi144.stdout:4.15.0-200-generic 2024-01-21T08:37:16.559 INFO:teuthology.task.kernel:Running kernel on smithi144: 4.15.0-200-generic 2024-01-21T08:37:16.559 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get clean 2024-01-21T08:37:16.563 INFO:teuthology.orchestra.run.smithi177.stdout:4.15.0-200-generic 2024-01-21T08:37:16.563 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.15.0-200-generic 2024-01-21T08:37:16.563 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get clean 2024-01-21T08:37:16.655 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get update 2024-01-21T08:37:16.664 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get update 2024-01-21T08:37:16.821 INFO:teuthology.orchestra.run.smithi177.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-21T08:37:16.850 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T08:37:16.850 INFO:teuthology.orchestra.run.smithi144.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-21T08:37:16.850 INFO:teuthology.orchestra.run.smithi144.stdout:Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-01-21T08:37:16.930 INFO:teuthology.orchestra.run.smithi144.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-21T08:37:17.093 INFO:teuthology.orchestra.run.smithi177.stdout:Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-21T08:37:17.209 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T08:37:17.214 INFO:teuthology.orchestra.run.smithi144.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-01-21T08:37:17.229 INFO:teuthology.orchestra.run.smithi177.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-01-21T08:37:17.250 INFO:teuthology.orchestra.run.smithi177.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-21T08:37:17.272 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-21T08:37:17.277 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-21T08:37:17.277 INFO:teuthology.orchestra.run.smithi177.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-21T08:37:17.297 INFO:teuthology.orchestra.run.smithi177.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-21T08:37:17.299 INFO:teuthology.orchestra.run.smithi177.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-21T08:37:17.313 INFO:teuthology.orchestra.run.smithi177.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-21T08:37:17.330 INFO:teuthology.orchestra.run.smithi177.stdout:Get:12 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-01-21T08:37:17.330 INFO:teuthology.orchestra.run.smithi177.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-21T08:37:17.333 INFO:teuthology.orchestra.run.smithi177.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-21T08:37:17.333 INFO:teuthology.orchestra.run.smithi177.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-21T08:37:17.334 INFO:teuthology.orchestra.run.smithi177.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-21T08:37:17.349 INFO:teuthology.orchestra.run.smithi144.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-21T08:37:17.414 INFO:teuthology.orchestra.run.smithi144.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-01-21T08:37:17.432 INFO:teuthology.orchestra.run.smithi144.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-01-21T08:37:17.438 INFO:teuthology.orchestra.run.smithi144.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-01-21T08:37:17.460 INFO:teuthology.orchestra.run.smithi144.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-01-21T08:37:17.461 INFO:teuthology.orchestra.run.smithi144.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-01-21T08:37:17.464 INFO:teuthology.orchestra.run.smithi144.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-01-21T08:37:17.485 INFO:teuthology.orchestra.run.smithi144.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-01-21T08:37:17.487 INFO:teuthology.orchestra.run.smithi177.stdout:Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-01-21T08:37:17.510 INFO:teuthology.orchestra.run.smithi144.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-01-21T08:37:17.513 INFO:teuthology.orchestra.run.smithi144.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-01-21T08:37:17.513 INFO:teuthology.orchestra.run.smithi144.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-01-21T08:37:17.513 INFO:teuthology.orchestra.run.smithi144.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-01-21T08:37:17.528 INFO:teuthology.orchestra.run.smithi144.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-21T08:37:17.550 INFO:teuthology.orchestra.run.smithi144.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-21T08:37:17.559 INFO:teuthology.orchestra.run.smithi144.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-21T08:37:17.579 INFO:teuthology.orchestra.run.smithi144.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-21T08:37:17.580 INFO:teuthology.orchestra.run.smithi144.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-21T08:37:17.583 INFO:teuthology.orchestra.run.smithi144.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-21T08:37:17.606 INFO:teuthology.orchestra.run.smithi144.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-21T08:37:17.634 INFO:teuthology.orchestra.run.smithi144.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-21T08:37:17.641 INFO:teuthology.orchestra.run.smithi144.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-21T08:37:17.641 INFO:teuthology.orchestra.run.smithi144.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-21T08:37:17.642 INFO:teuthology.orchestra.run.smithi144.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-21T08:37:17.642 INFO:teuthology.orchestra.run.smithi144.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-21T08:37:17.643 INFO:teuthology.orchestra.run.smithi144.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-21T08:37:17.643 INFO:teuthology.orchestra.run.smithi144.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-21T08:37:17.651 INFO:teuthology.orchestra.run.smithi144.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-21T08:37:17.674 INFO:teuthology.orchestra.run.smithi177.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-01-21T08:37:17.703 INFO:teuthology.orchestra.run.smithi177.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-01-21T08:37:17.708 INFO:teuthology.orchestra.run.smithi177.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-01-21T08:37:17.720 INFO:teuthology.orchestra.run.smithi177.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-01-21T08:37:17.721 INFO:teuthology.orchestra.run.smithi177.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-01-21T08:37:17.722 INFO:teuthology.orchestra.run.smithi177.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-01-21T08:37:17.738 INFO:teuthology.orchestra.run.smithi177.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-01-21T08:37:17.755 INFO:teuthology.orchestra.run.smithi177.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-01-21T08:37:17.759 INFO:teuthology.orchestra.run.smithi177.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-01-21T08:37:17.760 INFO:teuthology.orchestra.run.smithi177.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-01-21T08:37:17.760 INFO:teuthology.orchestra.run.smithi177.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-01-21T08:37:17.760 INFO:teuthology.orchestra.run.smithi177.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-01-21T08:37:17.760 INFO:teuthology.orchestra.run.smithi177.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-01-21T08:37:17.761 INFO:teuthology.orchestra.run.smithi177.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-01-21T08:37:17.761 INFO:teuthology.orchestra.run.smithi177.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-01-21T08:37:20.052 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 20.1 MB in 3s (6,401 kB/s) 2024-01-21T08:37:20.203 INFO:teuthology.orchestra.run.smithi144.stdout:Fetched 20.1 MB in 3s (6,122 kB/s) 2024-01-21T08:37:21.766 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-21T08:37:21.819 DEBUG:teuthology.orchestra.run.smithi177:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T08:37:21.867 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-01-21T08:37:21.907 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-21T08:37:21.919 DEBUG:teuthology.orchestra.run.smithi144:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T08:37:22.003 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-01-21T08:37:22.204 INFO:teuthology.orchestra.run.smithi177.stdout:Building dependency tree... 2024-01-21T08:37:22.205 INFO:teuthology.orchestra.run.smithi177.stdout:Reading state information... 2024-01-21T08:37:22.277 INFO:teuthology.orchestra.run.smithi144.stdout:Building dependency tree... 2024-01-21T08:37:22.277 INFO:teuthology.orchestra.run.smithi144.stdout:Reading state information... 2024-01-21T08:37:22.420 INFO:teuthology.orchestra.run.smithi177.stdout:The following additional packages will be installed: 2024-01-21T08:37:22.420 INFO:teuthology.orchestra.run.smithi177.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T08:37:22.420 INFO:teuthology.orchestra.run.smithi177.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-21T08:37:22.421 INFO:teuthology.orchestra.run.smithi177.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-21T08:37:22.423 INFO:teuthology.orchestra.run.smithi177.stdout:Suggested packages: 2024-01-21T08:37:22.423 INFO:teuthology.orchestra.run.smithi177.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-21T08:37:22.423 INFO:teuthology.orchestra.run.smithi177.stdout:Recommended packages: 2024-01-21T08:37:22.423 INFO:teuthology.orchestra.run.smithi177.stdout: thermald 2024-01-21T08:37:22.486 INFO:teuthology.orchestra.run.smithi177.stdout:The following NEW packages will be installed: 2024-01-21T08:37:22.487 INFO:teuthology.orchestra.run.smithi177.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T08:37:22.487 INFO:teuthology.orchestra.run.smithi177.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-21T08:37:22.487 INFO:teuthology.orchestra.run.smithi177.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-21T08:37:22.489 INFO:teuthology.orchestra.run.smithi177.stdout:The following packages will be upgraded: 2024-01-21T08:37:22.489 INFO:teuthology.orchestra.run.smithi177.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-21T08:37:22.494 INFO:teuthology.orchestra.run.smithi144.stdout:The following additional packages will be installed: 2024-01-21T08:37:22.494 INFO:teuthology.orchestra.run.smithi144.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T08:37:22.494 INFO:teuthology.orchestra.run.smithi144.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-01-21T08:37:22.494 INFO:teuthology.orchestra.run.smithi144.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-01-21T08:37:22.496 INFO:teuthology.orchestra.run.smithi144.stdout:Suggested packages: 2024-01-21T08:37:22.497 INFO:teuthology.orchestra.run.smithi144.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-01-21T08:37:22.497 INFO:teuthology.orchestra.run.smithi144.stdout:Recommended packages: 2024-01-21T08:37:22.497 INFO:teuthology.orchestra.run.smithi144.stdout: thermald 2024-01-21T08:37:22.561 INFO:teuthology.orchestra.run.smithi144.stdout:The following NEW packages will be installed: 2024-01-21T08:37:22.562 INFO:teuthology.orchestra.run.smithi144.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-01-21T08:37:22.562 INFO:teuthology.orchestra.run.smithi144.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-01-21T08:37:22.562 INFO:teuthology.orchestra.run.smithi144.stdout: linux-modules-extra-4.15.0-213-generic 2024-01-21T08:37:22.564 INFO:teuthology.orchestra.run.smithi144.stdout:The following packages will be upgraded: 2024-01-21T08:37:22.565 INFO:teuthology.orchestra.run.smithi144.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-21T08:37:22.698 INFO:teuthology.orchestra.run.smithi177.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T08:37:22.698 INFO:teuthology.orchestra.run.smithi177.stdout:Need to get 67.4 MB of archives. 2024-01-21T08:37:22.698 INFO:teuthology.orchestra.run.smithi177.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-21T08:37:22.698 INFO:teuthology.orchestra.run.smithi177.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-01-21T08:37:22.750 INFO:teuthology.orchestra.run.smithi144.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T08:37:22.751 INFO:teuthology.orchestra.run.smithi144.stdout:Need to get 67.4 MB of archives. 2024-01-21T08:37:22.751 INFO:teuthology.orchestra.run.smithi144.stdout:After this operation, 351 MB of additional disk space will be used. 2024-01-21T08:37:22.751 INFO:teuthology.orchestra.run.smithi144.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-01-21T08:37:23.746 INFO:teuthology.orchestra.run.smithi177.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-01-21T08:37:23.801 INFO:teuthology.orchestra.run.smithi144.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-01-21T08:37:24.001 INFO:teuthology.orchestra.run.smithi144.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-01-21T08:37:24.003 INFO:teuthology.orchestra.run.smithi177.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-01-21T08:37:25.025 INFO:teuthology.orchestra.run.smithi177.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-01-21T08:37:25.025 INFO:teuthology.orchestra.run.smithi177.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-01-21T08:37:25.025 INFO:teuthology.orchestra.run.smithi177.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-01-21T08:37:25.057 INFO:teuthology.orchestra.run.smithi144.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-01-21T08:37:25.057 INFO:teuthology.orchestra.run.smithi144.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-01-21T08:37:25.058 INFO:teuthology.orchestra.run.smithi144.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-01-21T08:37:25.335 INFO:teuthology.orchestra.run.smithi177.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-01-21T08:37:25.375 INFO:teuthology.orchestra.run.smithi177.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-01-21T08:37:25.378 INFO:teuthology.orchestra.run.smithi144.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-01-21T08:37:25.412 INFO:teuthology.orchestra.run.smithi144.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-01-21T08:37:26.019 INFO:teuthology.orchestra.run.smithi177.stdout:Fetched 67.4 MB in 3s (23.5 MB/s) 2024-01-21T08:37:26.087 INFO:teuthology.orchestra.run.smithi144.stdout:Fetched 67.4 MB in 3s (23.8 MB/s) 2024-01-21T08:37:26.202 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-21T08:37:26.276 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-01-21T08:37:27.129 INFO:teuthology.orchestra.run.smithi177.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 ... 135963 files and directories currently installed.) 2024-01-21T08:37:27.134 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:27.156 INFO:teuthology.orchestra.run.smithi144.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 ... 135963 files and directories currently installed.) 2024-01-21T08:37:27.160 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:27.190 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:27.230 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:28.890 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-21T08:37:28.907 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:28.939 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-01-21T08:37:28.954 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:29.011 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:29.054 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:29.560 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-21T08:37:29.574 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:29.609 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-01-21T08:37:29.610 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:29.625 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:29.667 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:33.413 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T08:37:33.468 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T08:37:33.536 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T08:37:33.569 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T08:37:33.831 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T08:37:33.913 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T08:37:33.982 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T08:37:34.039 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T08:37:34.335 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-21T08:37:34.348 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-21T08:37:34.367 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-01-21T08:37:34.383 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-01-21T08:37:34.385 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T08:37:34.425 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T08:37:39.075 INFO:teuthology.orchestra.run.smithi144.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-21T08:37:39.100 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:39.141 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:39.169 INFO:teuthology.orchestra.run.smithi177.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-01-21T08:37:39.193 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-01-21T08:37:39.236 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:41.537 INFO:teuthology.orchestra.run.smithi144.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T08:37:41.679 INFO:teuthology.orchestra.run.smithi177.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-01-21T08:37:41.690 INFO:teuthology.orchestra.run.smithi144.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T08:37:41.800 INFO:teuthology.orchestra.run.smithi177.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-01-21T08:37:42.010 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:42.130 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:42.637 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:42.773 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:43.127 INFO:teuthology.orchestra.run.smithi144.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-21T08:37:43.127 INFO:teuthology.orchestra.run.smithi144.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-21T08:37:43.127 INFO:teuthology.orchestra.run.smithi144.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-21T08:37:43.127 INFO:teuthology.orchestra.run.smithi144.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-21T08:37:43.264 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:43.289 INFO:teuthology.orchestra.run.smithi177.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-01-21T08:37:43.290 INFO:teuthology.orchestra.run.smithi177.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-01-21T08:37:43.290 INFO:teuthology.orchestra.run.smithi177.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-01-21T08:37:43.290 INFO:teuthology.orchestra.run.smithi177.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-01-21T08:37:43.417 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:43.807 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T08:37:43.933 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-21T08:37:43.994 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-01-21T08:37:44.059 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:44.120 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-01-21T08:37:44.185 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-21T08:37:44.246 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:44.311 INFO:teuthology.orchestra.run.smithi144.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-21T08:37:44.355 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-01-21T08:37:44.437 INFO:teuthology.orchestra.run.smithi144.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:44.473 INFO:teuthology.orchestra.run.smithi177.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-01-21T08:37:44.599 INFO:teuthology.orchestra.run.smithi177.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-01-21T08:37:44.652 INFO:teuthology.orchestra.run.smithi144.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T08:37:44.652 INFO:teuthology.orchestra.run.smithi144.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-21T08:37:44.831 INFO:teuthology.orchestra.run.smithi177.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-21T08:37:44.831 INFO:teuthology.orchestra.run.smithi177.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-01-21T08:38:00.219 INFO:teuthology.orchestra.run.smithi177.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T08:38:00.219 INFO:teuthology.orchestra.run.smithi177.stdout:Sourcing file `/etc/default/grub' 2024-01-21T08:38:00.246 INFO:teuthology.orchestra.run.smithi177.stdout:Generating grub configuration file ... 2024-01-21T08:38:00.358 INFO:teuthology.orchestra.run.smithi144.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-21T08:38:00.358 INFO:teuthology.orchestra.run.smithi144.stdout:Sourcing file `/etc/default/grub' 2024-01-21T08:38:00.380 INFO:teuthology.orchestra.run.smithi144.stdout:Generating grub configuration file ... 2024-01-21T08:38:00.647 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T08:38:00.694 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T08:38:00.728 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T08:38:00.776 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T08:38:01.048 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T08:38:01.079 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T08:38:01.127 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T08:38:01.150 INFO:teuthology.orchestra.run.smithi177.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T08:38:01.161 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T08:38:01.191 INFO:teuthology.orchestra.run.smithi177.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T08:38:01.237 INFO:teuthology.orchestra.run.smithi144.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T08:38:01.296 INFO:teuthology.orchestra.run.smithi144.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T08:38:02.456 INFO:teuthology.orchestra.run.smithi144.stdout:done 2024-01-21T08:38:02.756 INFO:teuthology.orchestra.run.smithi177.stdout:done 2024-01-21T08:38:02.909 DEBUG:teuthology.orchestra.run.smithi144:> dpkg -s linux-image-generic 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Package: linux-image-generic 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Status: install ok installed 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Priority: optional 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Section: kernel 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Installed-Size: 18 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: amd64 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Source: linux-meta 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Version: 4.15.0.213.196 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T08:38:02.931 INFO:teuthology.orchestra.run.smithi144.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T08:38:02.932 INFO:teuthology.orchestra.run.smithi144.stdout:Recommends: thermald 2024-01-21T08:38:02.932 INFO:teuthology.orchestra.run.smithi144.stdout:Description: Generic Linux kernel image 2024-01-21T08:38:02.932 INFO:teuthology.orchestra.run.smithi144.stdout: This package will always depend on the latest generic kernel image 2024-01-21T08:38:02.932 INFO:teuthology.orchestra.run.smithi144.stdout: available. 2024-01-21T08:38:02.932 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-21T08:38:02.932 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T08:38:02.932 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T08:38:02.932 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-21T08:38:02.932 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi144.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T08:38:02.933 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get clean 2024-01-21T08:38:03.047 DEBUG:teuthology.orchestra.run.smithi144:> sudo apt-get update 2024-01-21T08:38:03.179 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T08:38:03.188 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-21T08:38:03.207 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-21T08:38:03.223 DEBUG:teuthology.orchestra.run.smithi177:> dpkg -s linux-image-generic 2024-01-21T08:38:03.244 INFO:teuthology.orchestra.run.smithi177.stdout:Package: linux-image-generic 2024-01-21T08:38:03.244 INFO:teuthology.orchestra.run.smithi177.stdout:Status: install ok installed 2024-01-21T08:38:03.244 INFO:teuthology.orchestra.run.smithi177.stdout:Priority: optional 2024-01-21T08:38:03.244 INFO:teuthology.orchestra.run.smithi177.stdout:Section: kernel 2024-01-21T08:38:03.244 INFO:teuthology.orchestra.run.smithi177.stdout:Installed-Size: 18 2024-01-21T08:38:03.244 INFO:teuthology.orchestra.run.smithi177.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T08:38:03.244 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: amd64 2024-01-21T08:38:03.245 INFO:teuthology.orchestra.run.smithi177.stdout:Source: linux-meta 2024-01-21T08:38:03.245 INFO:teuthology.orchestra.run.smithi177.stdout:Version: 4.15.0.213.196 2024-01-21T08:38:03.245 INFO:teuthology.orchestra.run.smithi177.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T08:38:03.245 INFO:teuthology.orchestra.run.smithi177.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T08:38:03.245 INFO:teuthology.orchestra.run.smithi177.stdout:Recommends: thermald 2024-01-21T08:38:03.246 INFO:teuthology.orchestra.run.smithi177.stdout:Description: Generic Linux kernel image 2024-01-21T08:38:03.246 INFO:teuthology.orchestra.run.smithi177.stdout: This package will always depend on the latest generic kernel image 2024-01-21T08:38:03.246 INFO:teuthology.orchestra.run.smithi177.stdout: available. 2024-01-21T08:38:03.246 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-01-21T08:38:03.246 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-21T08:38:03.246 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-21T08:38:03.246 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-21T08:38:03.246 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi177.front.sepia.ceph.com, path=None, version=distro) 2024-01-21T08:38:03.247 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get clean 2024-01-21T08:38:03.291 INFO:teuthology.orchestra.run.smithi144.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-21T08:38:03.386 DEBUG:teuthology.orchestra.run.smithi177:> sudo apt-get update 2024-01-21T08:38:03.517 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-01-21T08:38:03.517 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-01-21T08:38:03.526 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-01-21T08:38:03.547 INFO:teuthology.orchestra.run.smithi177.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-01-21T08:38:05.277 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-01-21T08:38:05.330 DEBUG:teuthology.orchestra.run.smithi144:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T08:38:05.409 INFO:teuthology.orchestra.run.smithi144.stdout:Reading package lists... 2024-01-21T08:38:05.629 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-21T08:38:05.684 DEBUG:teuthology.orchestra.run.smithi177:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-21T08:38:05.698 INFO:teuthology.orchestra.run.smithi144.stdout:Building dependency tree... 2024-01-21T08:38:05.699 INFO:teuthology.orchestra.run.smithi144.stdout:Reading state information... 2024-01-21T08:38:05.765 INFO:teuthology.orchestra.run.smithi177.stdout:Reading package lists... 2024-01-21T08:38:05.903 INFO:teuthology.orchestra.run.smithi144.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-21T08:38:05.903 INFO:teuthology.orchestra.run.smithi144.stdout:The following packages were automatically installed and are no longer required: 2024-01-21T08:38:05.903 INFO:teuthology.orchestra.run.smithi144.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-21T08:38:05.904 INFO:teuthology.orchestra.run.smithi144.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-21T08:38:05.904 INFO:teuthology.orchestra.run.smithi144.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-21T08:38:05.904 INFO:teuthology.orchestra.run.smithi144.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-21T08:38:05.958 INFO:teuthology.orchestra.run.smithi144.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T08:38:05.960 DEBUG:teuthology.orchestra.run.smithi144:> dpkg -s linux-image-generic 2024-01-21T08:38:05.982 INFO:teuthology.orchestra.run.smithi144.stdout:Package: linux-image-generic 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Status: install ok installed 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Priority: optional 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Section: kernel 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Installed-Size: 18 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: amd64 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Source: linux-meta 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Version: 4.15.0.213.196 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Recommends: thermald 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout:Description: Generic Linux kernel image 2024-01-21T08:38:05.983 INFO:teuthology.orchestra.run.smithi144.stdout: This package will always depend on the latest generic kernel image 2024-01-21T08:38:05.984 INFO:teuthology.orchestra.run.smithi144.stdout: available. 2024-01-21T08:38:05.984 DEBUG:teuthology.orchestra.run.smithi144:> mktemp 2024-01-21T08:38:06.032 INFO:teuthology.orchestra.run.smithi144.stdout:/tmp/tmp.oKOp2dwJGA 2024-01-21T08:38:06.033 DEBUG:teuthology.orchestra.run.smithi144:> sudo cp /boot/grub/grub.cfg /tmp/tmp.oKOp2dwJGA 2024-01-21T08:38:06.036 INFO:teuthology.orchestra.run.smithi177.stdout:Building dependency tree... 2024-01-21T08:38:06.037 INFO:teuthology.orchestra.run.smithi177.stdout:Reading state information... 2024-01-21T08:38:06.092 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0666 /tmp/tmp.oKOp2dwJGA 2024-01-21T08:38:06.242 INFO:teuthology.orchestra.run.smithi177.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-01-21T08:38:06.242 INFO:teuthology.orchestra.run.smithi177.stdout:The following packages were automatically installed and are no longer required: 2024-01-21T08:38:06.242 INFO:teuthology.orchestra.run.smithi177.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-01-21T08:38:06.242 INFO:teuthology.orchestra.run.smithi177.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-01-21T08:38:06.243 DEBUG:teuthology.orchestra.remote:smithi144:/tmp/tmp.oKOp2dwJGA is 10KB 2024-01-21T08:38:06.243 INFO:teuthology.orchestra.run.smithi177.stdout: linux-modules-extra-4.15.0-194-generic 2024-01-21T08:38:06.244 INFO:teuthology.orchestra.run.smithi177.stdout:Use 'sudo apt autoremove' to remove them. 2024-01-21T08:38:06.255 DEBUG:teuthology.orchestra.run.smithi144:> rm -fr /tmp/tmp.oKOp2dwJGA 2024-01-21T08:38:06.262 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T08:38:06.298 INFO:teuthology.orchestra.run.smithi177.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-01-21T08:38:06.300 DEBUG:teuthology.orchestra.run.smithi177:> dpkg -s linux-image-generic 2024-01-21T08:38:06.320 INFO:teuthology.orchestra.run.smithi177.stdout:Package: linux-image-generic 2024-01-21T08:38:06.321 INFO:teuthology.orchestra.run.smithi177.stdout:Status: install ok installed 2024-01-21T08:38:06.321 INFO:teuthology.orchestra.run.smithi177.stdout:Priority: optional 2024-01-21T08:38:06.321 INFO:teuthology.orchestra.run.smithi177.stdout:Section: kernel 2024-01-21T08:38:06.322 INFO:teuthology.orchestra.run.smithi177.stdout:Installed-Size: 18 2024-01-21T08:38:06.322 INFO:teuthology.orchestra.run.smithi177.stdout:Maintainer: Ubuntu Kernel Team 2024-01-21T08:38:06.322 INFO:teuthology.orchestra.run.smithi177.stdout:Architecture: amd64 2024-01-21T08:38:06.323 INFO:teuthology.orchestra.run.smithi177.stdout:Source: linux-meta 2024-01-21T08:38:06.323 INFO:teuthology.orchestra.run.smithi177.stdout:Version: 4.15.0.213.196 2024-01-21T08:38:06.323 INFO:teuthology.orchestra.run.smithi177.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-01-21T08:38:06.323 INFO:teuthology.orchestra.run.smithi177.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-21T08:38:06.323 INFO:teuthology.orchestra.run.smithi177.stdout:Recommends: thermald 2024-01-21T08:38:06.323 INFO:teuthology.orchestra.run.smithi177.stdout:Description: Generic Linux kernel image 2024-01-21T08:38:06.323 INFO:teuthology.orchestra.run.smithi177.stdout: This package will always depend on the latest generic kernel image 2024-01-21T08:38:06.324 INFO:teuthology.orchestra.run.smithi177.stdout: available. 2024-01-21T08:38:06.324 DEBUG:teuthology.orchestra.run.smithi177:> mktemp 2024-01-21T08:38:06.326 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:38:06.326 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T08:38:06.326 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T08:38:06.368 INFO:teuthology.orchestra.run.smithi177.stdout:/tmp/tmp.DOPqZOkS1s 2024-01-21T08:38:06.368 DEBUG:teuthology.orchestra.run.smithi177:> sudo cp /boot/grub/grub.cfg /tmp/tmp.DOPqZOkS1s 2024-01-21T08:38:06.399 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-21T08:38:06.399 DEBUG:teuthology.orchestra.run.smithi144:> sudo update-grub 2024-01-21T08:38:06.434 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0666 /tmp/tmp.DOPqZOkS1s 2024-01-21T08:38:06.580 DEBUG:teuthology.orchestra.remote:smithi177:/tmp/tmp.DOPqZOkS1s is 10KB 2024-01-21T08:38:06.594 DEBUG:teuthology.orchestra.run.smithi177:> rm -fr /tmp/tmp.DOPqZOkS1s 2024-01-21T08:38:06.601 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-21T08:38:06.662 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:38:06.662 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-21T08:38:06.662 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-21T08:38:06.756 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-01-21T08:38:06.756 DEBUG:teuthology.orchestra.run.smithi177:> sudo update-grub 2024-01-21T08:38:07.833 INFO:teuthology.orchestra.run.smithi144.stderr:Sourcing file `/etc/default/grub' 2024-01-21T08:38:07.852 INFO:teuthology.orchestra.run.smithi144.stderr:Generating grub configuration file ... 2024-01-21T08:38:08.097 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T08:38:08.109 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T08:38:08.211 INFO:teuthology.orchestra.run.smithi177.stderr:Sourcing file `/etc/default/grub' 2024-01-21T08:38:08.228 INFO:teuthology.orchestra.run.smithi177.stderr:Generating grub configuration file ... 2024-01-21T08:38:08.441 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T08:38:08.454 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T08:38:08.525 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-01-21T08:38:08.529 INFO:teuthology.orchestra.run.smithi144.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T08:38:08.537 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-01-21T08:38:08.543 INFO:teuthology.orchestra.run.smithi144.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T08:38:08.844 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-01-21T08:38:08.857 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-01-21T08:38:08.932 INFO:teuthology.orchestra.run.smithi177.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-01-21T08:38:08.946 INFO:teuthology.orchestra.run.smithi177.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-01-21T08:38:09.307 INFO:teuthology.orchestra.run.smithi144.stderr:done 2024-01-21T08:38:09.309 DEBUG:teuthology.orchestra.run.smithi144:> sudo shutdown -r now 2024-01-21T08:38:10.052 INFO:teuthology.orchestra.run.smithi177.stderr:done 2024-01-21T08:38:10.054 DEBUG:teuthology.orchestra.run.smithi177:> sudo shutdown -r now 2024-01-21T08:38:39.340 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-21T08:38:39.341 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T08:38:39.341 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:38:40.057 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-21T08:38:40.057 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T08:38:40.058 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:38:57.853 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2024-01-21T08:39:06.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T08:39:06.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:39:09.916 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2024-01-21T08:39:14.748 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-01-21T08:39:21.924 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T08:39:21.925 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:39:23.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T08:39:23.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:39:40.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2024-01-21T08:39:42.140 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.177 2024-01-21T08:39:54.149 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T08:39:54.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:39:54.299 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-01-21T08:39:54.708 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T08:39:54.708 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-01-21T08:39:54.709 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-01-21T08:39:54.756 INFO:teuthology.orchestra.run.smithi177.stdout:4.15.0-213-generic 2024-01-21T08:39:54.756 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-21T08:39:54.756 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T08:39:54.756 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T08:39:55.349 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T08:39:55.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:39:55.440 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-01-21T08:39:55.741 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T08:39:55.741 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-01-21T08:39:55.741 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-01-21T08:39:55.757 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-21T08:39:55.757 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T08:39:55.788 INFO:teuthology.orchestra.run.smithi144.stdout:4.15.0-213-generic 2024-01-21T08:39:55.788 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-01-21T08:39:55.788 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-21T08:39:55.789 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-21T08:39:55.824 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-01-21T08:39:55.841 DEBUG:teuthology.parallel:result is None 2024-01-21T08:39:56.790 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-21T08:39:56.790 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-21T08:39:57.063 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2024-01-21T08:39:57.088 DEBUG:teuthology.parallel:result is None 2024-01-21T08:39:57.089 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-21T08:39:57.095 INFO:teuthology.task.internal:Creating test directory... 2024-01-21T08:39:57.096 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T08:39:57.098 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-21T08:39:57.104 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-21T08:39:57.160 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-21T08:39:57.196 INFO:teuthology.task.internal:Creating archive directory... 2024-01-21T08:39:57.196 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T08:39:57.198 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-21T08:39:57.225 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-21T08:39:57.231 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-21T08:39:57.232 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T08:39:57.264 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-21T08:39:57.287 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:39:57.294 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:39:57.295 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:39:57.301 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-21T08:39:57.303 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-21T08:39:57.310 INFO:teuthology.task.internal:Configuring sudo... 2024-01-21T08:39:57.310 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T08:39:57.340 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-21T08:39:57.366 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-21T08:39:57.375 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-21T08:39:57.375 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T08:39:57.396 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-21T08:39:57.412 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:39:57.449 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:39:57.497 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:39:57.497 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T08:39:57.570 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-21T08:39:57.577 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-21T08:39:57.625 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:39:57.625 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-21T08:39:57.684 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2024-01-21T08:39:57.687 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-01-21T08:39:57.825 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-21T08:39:57.833 INFO:teuthology.task.internal:Starting timer... 2024-01-21T08:39:57.833 INFO:teuthology.run_tasks:Running task pcp... 2024-01-21T08:39:57.900 INFO:teuthology.run_tasks:Running task selinux... 2024-01-21T08:39:57.932 DEBUG:teuthology.task.selinux:Excluding smithi144: OS 'ubuntu' does not support SELinux 2024-01-21T08:39:57.932 DEBUG:teuthology.task.selinux:Excluding smithi177: OS 'ubuntu' does not support SELinux 2024-01-21T08:39:57.933 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-21T08:39:57.933 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-21T08:39:57.933 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-21T08:39:57.933 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-21T08:39:57.965 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-21T08:39:57.971 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-21T08:39:58.083 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-21T08:39:58.099 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-21T08:39:58.100 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi144.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-21T08:45:10.199 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi144.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-01-21T08:45:10.201 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T08:45:10.202 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:45:10.284 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-01-21T08:45:10.407 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-21T08:45:10.408 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T08:45:10.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-21T08:45:10.521 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-01-21T08:45:10.644 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-01-21T08:45:10.645 INFO:teuthology.run_tasks:Running task clock... 2024-01-21T08:45:10.658 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-21T08:45:10.658 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T08:45:10.659 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:45:10.662 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-21T08:45:10.662 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T08:45:10.720 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-21T08:45:10.720 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Command line: ntpd -gq 2024-01-21T08:45:10.720 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: proto: precision = 0.114 usec (-23) 2024-01-21T08:45:10.721 INFO:teuthology.orchestra.run.smithi144.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T08:45:10.721 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T08:45:10.721 INFO:teuthology.orchestra.run.smithi144.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T08:45:10.722 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T08:45:10.722 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T08:45:10.722 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T08:45:10.722 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T08:45:10.722 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Listen normally on 3 enp3s0f1 172.21.15.144:123 2024-01-21T08:45:10.723 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Listen normally on 4 lo [::1]:123 2024-01-21T08:45:10.723 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f5f%5]:123 2024-01-21T08:45:10.723 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:10 ntpd[14423]: Listening on routing socket on fd #22 for interface updates 2024-01-21T08:45:10.751 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-01-21T08:45:10.751 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Command line: ntpd -gq 2024-01-21T08:45:10.752 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: proto: precision = 0.124 usec (-23) 2024-01-21T08:45:10.752 INFO:teuthology.orchestra.run.smithi177.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T08:45:10.752 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-21T08:45:10.753 INFO:teuthology.orchestra.run.smithi177.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-21T08:45:10.753 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: restrict ::: KOD does nothing without LIMITED. 2024-01-21T08:45:10.754 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Listen and drop on 0 v6wildcard [::]:123 2024-01-21T08:45:10.754 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-21T08:45:10.754 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Listen normally on 2 lo 127.0.0.1:123 2024-01-21T08:45:10.754 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Listen normally on 3 enp3s0f1 172.21.15.177:123 2024-01-21T08:45:10.754 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Listen normally on 4 lo [::1]:123 2024-01-21T08:45:10.754 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feea:b04b%5]:123 2024-01-21T08:45:10.754 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:10 ntpd[14484]: Listening on routing socket on fd #22 for interface updates 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:11.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:11 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:11.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:11.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:11.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:11.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:11.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:11.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:11.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:11.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:11 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:13.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:13.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:13.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:13.722 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:13 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:13.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:13.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:13.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:13.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:13.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:13.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:13.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:13.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:13 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:14.751 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:14 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:14.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:14 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:14.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:14 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:14.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:14 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:15.720 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:15.720 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:15.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:15 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:15.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:15.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:15.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:15.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:15.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:15.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:15.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:15.753 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:15 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:16.751 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:16 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:16.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:16 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:16.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:16 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:16.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:16 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:17.720 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:17 ntpd[14423]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:17.720 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:17 ntpd[14423]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:17.720 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:17 ntpd[14423]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:17.720 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:17 ntpd[14423]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:17.720 INFO:teuthology.orchestra.run.smithi144.stdout:21 Jan 08:45:17 ntpd[14423]: ntpd: time slew -0.000582 s 2024-01-21T08:45:17.721 INFO:teuthology.orchestra.run.smithi144.stdout:ntpd: time slew -0.000582s 2024-01-21T08:45:17.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:17 ntpd[14423]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T08:45:17.721 INFO:teuthology.orchestra.run.smithi144.stderr:21 Jan 08:45:17 ntpd[14423]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T08:45:17.751 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:17 ntpd[14484]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-21T08:45:17.751 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:17 ntpd[14484]: can't open /var/log/ntpstats/rawstats.20240121: Permission denied 2024-01-21T08:45:17.751 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:17 ntpd[14484]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-21T08:45:17.752 INFO:teuthology.orchestra.run.smithi177.stdout:21 Jan 08:45:17 ntpd[14484]: ntpd: time slew -0.001238 s 2024-01-21T08:45:17.752 INFO:teuthology.orchestra.run.smithi177.stdout:ntpd: time slew -0.001238s 2024-01-21T08:45:17.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:17 ntpd[14484]: can't open /var/log/ntpstats/peerstats.20240121: Permission denied 2024-01-21T08:45:17.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:17 ntpd[14484]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-21T08:45:17.752 INFO:teuthology.orchestra.run.smithi177.stderr:21 Jan 08:45:17 ntpd[14484]: can't open /var/log/ntpstats/loopstats.20240121: Permission denied 2024-01-21T08:45:17.779 INFO:teuthology.orchestra.run.smithi144.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T08:45:17.780 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================== 2024-01-21T08:45:17.780 INFO:teuthology.orchestra.run.smithi144.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.780 INFO:teuthology.orchestra.run.smithi144.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.780 INFO:teuthology.orchestra.run.smithi144.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.780 INFO:teuthology.orchestra.run.smithi144.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.808 INFO:teuthology.orchestra.run.smithi177.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T08:45:17.809 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================== 2024-01-21T08:45:17.809 INFO:teuthology.orchestra.run.smithi177.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.809 INFO:teuthology.orchestra.run.smithi177.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.809 INFO:teuthology.orchestra.run.smithi177.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.809 INFO:teuthology.orchestra.run.smithi177.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-21T08:45:17.810 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-21T08:45:17.820 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-21T08:45:17.820 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:45:17.820 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:45:17.827 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T08:45:17.827 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_1 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 340 Links: 1 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:43:47.382660433 +0000 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:43:47.206664620 +0000 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:43:47.206664620 +0000 2024-01-21T08:45:17.877 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:45:17.877 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T08:45:17.931 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:45:17.931 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:45:17.931 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.00030344 s, 1.7 MB/s 2024-01-21T08:45:17.932 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T08:45:17.986 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_2 2024-01-21T08:45:18.036 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T08:45:18.037 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:18.037 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 346 Links: 1 2024-01-21T08:45:18.037 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:18.037 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:43:47.662653770 +0000 2024-01-21T08:45:18.037 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:43:47.518657197 +0000 2024-01-21T08:45:18.037 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:43:47.518657197 +0000 2024-01-21T08:45:18.037 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:45:18.037 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T08:45:18.091 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:45:18.091 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:45:18.092 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000360752 s, 1.4 MB/s 2024-01-21T08:45:18.092 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T08:45:18.142 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_3 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 353 Links: 1 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:43:47.790650724 +0000 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:43:47.786650819 +0000 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:43:47.786650819 +0000 2024-01-21T08:45:18.193 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:45:18.193 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T08:45:18.247 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:45:18.248 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:45:18.248 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000345902 s, 1.5 MB/s 2024-01-21T08:45:18.248 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T08:45:18.298 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_4 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 359 Links: 1 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:43:48.238640063 +0000 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:43:48.094643490 +0000 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:43:48.094643490 +0000 2024-01-21T08:45:18.349 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:45:18.350 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T08:45:18.403 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:45:18.404 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:45:18.404 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.00036329 s, 1.4 MB/s 2024-01-21T08:45:18.405 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T08:45:18.454 DEBUG:teuthology.orchestra.run.smithi144:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-21T08:45:18.586 INFO:teuthology.orchestra.run.smithi144.stdout:loop 2024-01-21T08:45:18.587 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_1... 2024-01-21T08:45:18.588 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-21T08:45:18.610 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-01-21T08:45:18.637 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_11 2024-01-21T08:45:18.656 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_2... 2024-01-21T08:45:18.656 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-21T08:45:18.713 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-01-21T08:45:18.733 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_21 2024-01-21T08:45:18.755 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_3... 2024-01-21T08:45:18.756 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-21T08:45:18.823 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-01-21T08:45:18.846 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_31 2024-01-21T08:45:18.865 INFO:tasks.nvme_loop:Connecting nvme_loop smithi144:/dev/vg_nvme/lv_4... 2024-01-21T08:45:18.865 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-21T08:45:18.925 INFO:teuthology.orchestra.run.smithi144.stdout:1 2024-01-21T08:45:18.945 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/vg_nvme/lv_41 2024-01-21T08:45:18.968 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:45:18.968 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:45:19.017 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme list 2024-01-21T08:45:19.072 INFO:teuthology.orchestra.run.smithi144.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T08:45:19.072 INFO:teuthology.orchestra.run.smithi144.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T08:45:19.072 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme0n1 PHFT62050085400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T08:45:19.072 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme1n1 a69cb874249ee7bb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:19.072 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme2n1 79e4f9c2fa5e249e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:19.072 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme3n1 a146046afe0334a0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:19.072 INFO:teuthology.orchestra.run.smithi144.stdout:/dev/nvme4n1 26eeafec453ff83b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:19.073 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:45:19.073 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:45:19.073 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/scratch_devs 2024-01-21T08:45:19.129 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:45:19.129 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:45:19.136 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-21T08:45:19.136 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-01-21T08:45:19.186 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-21T08:45:19.187 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:19.187 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 337 Links: 1 2024-01-21T08:45:19.187 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:19.187 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:43:47.463339794 +0000 2024-01-21T08:45:19.187 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:43:47.311320154 +0000 2024-01-21T08:45:19.187 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:43:47.311320154 +0000 2024-01-21T08:45:19.187 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:45:19.187 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-21T08:45:19.239 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:45:19.239 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:45:19.239 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000370853 s, 1.4 MB/s 2024-01-21T08:45:19.241 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-21T08:45:19.292 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-01-21T08:45:19.342 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-21T08:45:19.343 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:19.343 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 344 Links: 1 2024-01-21T08:45:19.343 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:19.343 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:43:47.743375970 +0000 2024-01-21T08:45:19.343 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:43:47.595356848 +0000 2024-01-21T08:45:19.343 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:43:47.595356848 +0000 2024-01-21T08:45:19.343 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:45:19.344 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-21T08:45:19.397 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:45:19.397 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:45:19.397 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000316108 s, 1.6 MB/s 2024-01-21T08:45:19.398 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-21T08:45:19.447 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-01-21T08:45:19.494 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-21T08:45:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:19.495 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 350 Links: 1 2024-01-21T08:45:19.495 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:19.495 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:43:48.039414073 +0000 2024-01-21T08:45:19.495 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:43:47.891395092 +0000 2024-01-21T08:45:19.495 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:43:47.891395092 +0000 2024-01-21T08:45:19.495 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:45:19.495 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-21T08:45:19.549 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:45:19.549 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:45:19.549 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000347576 s, 1.5 MB/s 2024-01-21T08:45:19.550 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-21T08:45:19.600 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-01-21T08:45:19.650 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-21T08:45:19.650 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-21T08:45:19.650 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 356 Links: 1 2024-01-21T08:45:19.650 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-21T08:45:19.651 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:43:48.355453651 +0000 2024-01-21T08:45:19.651 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:43:48.187432616 +0000 2024-01-21T08:45:19.651 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:43:48.187432616 +0000 2024-01-21T08:45:19.651 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:45:19.651 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-21T08:45:19.706 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:45:19.706 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:45:19.706 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000336463 s, 1.5 MB/s 2024-01-21T08:45:19.707 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-21T08:45:19.756 DEBUG:teuthology.orchestra.run.smithi177:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-21T08:45:19.846 INFO:teuthology.orchestra.run.smithi177.stdout:loop 2024-01-21T08:45:19.848 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-01-21T08:45:19.848 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-21T08:45:19.868 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-21T08:45:19.896 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_11 2024-01-21T08:45:19.916 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-01-21T08:45:19.916 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-21T08:45:19.976 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-21T08:45:19.997 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_21 2024-01-21T08:45:20.014 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-01-21T08:45:20.015 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-21T08:45:20.076 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-21T08:45:20.103 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_31 2024-01-21T08:45:20.127 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-01-21T08:45:20.127 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-21T08:45:20.192 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-01-21T08:45:20.221 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_41 2024-01-21T08:45:20.241 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:45:20.241 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:45:20.290 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme list 2024-01-21T08:45:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-21T08:45:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-21T08:45:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme0n1 CVFT6233007S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-21T08:45:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme1n1 358b92c42b1c5932 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme2n1 68208facebc2c52e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme3n1 4af8668c2bea0b46 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:20.346 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme4n1 03466e220d6481a9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-01-21T08:45:20.347 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:45:20.347 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:45:20.348 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-01-21T08:45:20.402 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-21T08:45:20.475 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec'} 2024-01-21T08:45:20.475 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:45:20.475 INFO:tasks.cephadm:Cluster fsid is 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:20.475 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-21T08:45:20.476 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-21T08:45:20.476 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi144': '172.21.15.144', 'mon.smithi177': '172.21.15.177'} 2024-01-21T08:45:20.476 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-21T08:45:20.476 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2024-01-21T08:45:20.492 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-01-21T08:45:20.507 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec)... 2024-01-21T08:45:20.508 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T08:45:20.693 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 08:45 /home/ubuntu/cephtest/cephadm 2024-01-21T08:45:20.693 DEBUG:teuthology.orchestra.run.smithi177:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-21T08:45:20.937 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Jan 21 08:45 /home/ubuntu/cephtest/cephadm 2024-01-21T08:45:20.937 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T08:45:20.946 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-21T08:45:20.962 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2024-01-21T08:45:21.001 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-01-21T08:45:21.016 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2024-01-21T08:45:21.057 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-01-21T08:45:21.071 INFO:tasks.cephadm:Writing seed config... 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-21T08:45:21.072 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-21T08:45:21.073 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:45:21.073 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-21T08:45:21.104 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 = 68ba64be-b839-11ee-95b0-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-21T08:45:21.104 DEBUG:teuthology.orchestra.run.smithi144:mon.smithi144> sudo journalctl -f -n 0 -u ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi144.service 2024-01-21T08:45:21.148 INFO:tasks.cephadm:Bootstrapping... 2024-01-21T08:45:21.148 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec -v bootstrap --fsid 68ba64be-b839-11ee-95b0-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.144 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:45:21.450 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-21T08:45:21.536 INFO:teuthology.orchestra.run.smithi144.stderr:-------------------------------------------------------------------------------- 2024-01-21T08:45:21.537 INFO:teuthology.orchestra.run.smithi144.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec', '-v', 'bootstrap', '--fsid', '68ba64be-b839-11ee-95b0-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.144', '--skip-admin-label'] 2024-01-21T08:45:21.537 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying podman|docker is present... 2024-01-21T08:45:21.537 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying lvm2 is present... 2024-01-21T08:45:21.537 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying time synchronization is in place... 2024-01-21T08:45:21.545 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T08:45:21.555 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.561 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T08:45:21.568 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.577 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2024-01-21T08:45:21.585 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.593 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T08:45:21.601 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.609 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2024-01-21T08:45:21.618 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: active 2024-01-21T08:45:21.619 INFO:teuthology.orchestra.run.smithi144.stderr:Unit ntp.service is enabled and running 2024-01-21T08:45:21.619 INFO:teuthology.orchestra.run.smithi144.stderr:Repeating the final host check... 2024-01-21T08:45:21.619 INFO:teuthology.orchestra.run.smithi144.stderr:docker (/usr/bin/docker) is present 2024-01-21T08:45:21.619 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl is present 2024-01-21T08:45:21.620 INFO:teuthology.orchestra.run.smithi144.stderr:lvcreate is present 2024-01-21T08:45:21.627 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-21T08:45:21.635 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.643 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-01-21T08:45:21.650 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.658 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2024-01-21T08:45:21.666 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.674 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-01-21T08:45:21.682 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: inactive 2024-01-21T08:45:21.691 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: enabled 2024-01-21T08:45:21.700 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: active 2024-01-21T08:45:21.701 INFO:teuthology.orchestra.run.smithi144.stderr:Unit ntp.service is enabled and running 2024-01-21T08:45:21.701 INFO:teuthology.orchestra.run.smithi144.stderr:Host looks OK 2024-01-21T08:45:21.701 INFO:teuthology.orchestra.run.smithi144.stderr:Cluster fsid: 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:21.701 INFO:teuthology.orchestra.run.smithi144.stderr:Acquiring lock 140164651484440 on /run/cephadm/68ba64be-b839-11ee-95b0-87774f69a715.lock 2024-01-21T08:45:21.702 INFO:teuthology.orchestra.run.smithi144.stderr:Lock 140164651484440 acquired on /run/cephadm/68ba64be-b839-11ee-95b0-87774f69a715.lock 2024-01-21T08:45:21.702 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying IP 172.21.15.144 port 3300 ... 2024-01-21T08:45:21.702 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying IP 172.21.15.144 port 6789 ... 2024-01-21T08:45:21.702 INFO:teuthology.orchestra.run.smithi144.stderr:Base mon IP(s) is [172.21.15.144:3300, 172.21.15.144:6789], mon addrv is [v2:172.21.15.144:3300,v1:172.21.15.144:6789] 2024-01-21T08:45:21.707 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2024-01-21T08:45:21.708 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.144 metric 100 2024-01-21T08:45:21.708 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T08:45:21.708 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.144 2024-01-21T08:45:21.708 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.144 metric 100 2024-01-21T08:45:21.713 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-01-21T08:45:21.713 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-21T08:45:21.716 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-21T08:45:21.716 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-21T08:45:21.716 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T08:45:21.716 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-21T08:45:21.717 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:7f5f/64 scope link 2024-01-21T08:45:21.717 INFO:teuthology.orchestra.run.smithi144.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-21T08:45:21.718 INFO:teuthology.orchestra.run.smithi144.stderr:Mon IP `172.21.15.144` is in CIDR network `172.21.0.0/20` 2024-01-21T08:45:21.718 INFO:teuthology.orchestra.run.smithi144.stderr:Mon IP `172.21.15.144` is in CIDR network `172.21.0.0/20` 2024-01-21T08:45:21.718 INFO:teuthology.orchestra.run.smithi144.stderr:Mon IP `172.21.15.144` is in CIDR network `172.21.15.254/32` 2024-01-21T08:45:21.718 INFO:teuthology.orchestra.run.smithi144.stderr:Mon IP `172.21.15.144` is in CIDR network `172.21.15.254/32` 2024-01-21T08:45:21.718 INFO:teuthology.orchestra.run.smithi144.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2024-01-21T08:45:21.719 INFO:teuthology.orchestra.run.smithi144.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-21T08:45:21.720 INFO:teuthology.orchestra.run.smithi144.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec... 2024-01-21T08:45:22.063 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec: Pulling from ceph-ci/ceph 2024-01-21T08:45:22.074 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 5892adb860b1: Pulling fs layer 2024-01-21T08:45:22.074 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 38ed6fe6bc71: Pulling fs layer 2024-01-21T08:45:22.820 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 5892adb860b1: Verifying Checksum 2024-01-21T08:45:22.820 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 5892adb860b1: Download complete 2024-01-21T08:45:24.671 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 38ed6fe6bc71: Verifying Checksum 2024-01-21T08:45:24.671 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 38ed6fe6bc71: Download complete 2024-01-21T08:45:25.255 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 5892adb860b1: Pull complete 2024-01-21T08:45:35.104 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: 38ed6fe6bc71: Pull complete 2024-01-21T08:45:35.218 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: Digest: sha256:1b24450ab6fb489afb5fe4805ef16395673dc2aab2108084613a229213867b24 2024-01-21T08:45:35.271 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:45:35.319 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec 2024-01-21T08:45:45.411 INFO:teuthology.orchestra.run.smithi144.stderr:ceph: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T08:45:45.966 INFO:teuthology.orchestra.run.smithi144.stderr:Ceph version: ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable) 2024-01-21T08:45:45.966 INFO:teuthology.orchestra.run.smithi144.stderr:Extracting ceph user uid/gid from container image... 2024-01-21T08:45:46.853 INFO:teuthology.orchestra.run.smithi144.stderr:stat: 167 167 2024-01-21T08:45:47.403 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial keys... 2024-01-21T08:45:48.317 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQC82axlZInEEhAAj3QmBl/FMtlTF3KPzgpGhQ== 2024-01-21T08:45:49.628 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQC92axlyeBLJRAAxow5caMrEn+PDAnuBqwJZA== 2024-01-21T08:45:51.074 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-authtool: AQC/2axl7o9CBBAAXzbSSjGYZw/02X229TVoAg== 2024-01-21T08:45:51.603 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial monmap... 2024-01-21T08:45:52.506 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T08:45:52.506 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:52.507 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T08:45:52.998 INFO:teuthology.orchestra.run.smithi144.stderr:monmaptool for smithi144 [v2:172.21.15.144:3300,v1:172.21.15.144:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-21T08:45:52.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: set fsid to 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:52.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-21T08:45:52.998 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:45:52.998 INFO:teuthology.orchestra.run.smithi144.stderr:Creating mon... 2024-01-21T08:45:53.964 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:45:53.965 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 1 imported monmap: 2024-01-21T08:45:53.965 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-21T08:45:53.965 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: fsid 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:53.965 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: last_changed 2024-01-21T08:45:52.503473+0000 2024-01-21T08:45:53.992 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: created 2024-01-21T08:45:52.503473+0000 2024-01-21T08:45:53.992 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.smithi144 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 0 /usr/bin/ceph-mon: set fsid to 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: DB SUMMARY 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi144/store.db dir, Total Num: 0, files: 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi144/store.db: 2024-01-21T08:45:53.993 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.create_if_missing: 1 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.env: 0x557e1e399080 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.info_log: 0x557e1f9d1380 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:45:53.994 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi144/store.db 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:45:53.995 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.write_buffer_manager: 0x557e1f9d7980 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:45:53.996 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.row_cache: None 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:45:53.997 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:45:53.998 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:45:53.999 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.959+0000 7f6b81bae880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.merge_operator: 2024-01-21T08:45:54.000 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x557e1f8e5d30) 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-21T08:45:54.001 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache: 0x557e1f91cd10 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-21T08:45:54.002 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:45:54.003 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:45:54.004 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:45:54.005 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:45:54.006 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:45:54.007 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.008 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.963+0000 7f6b81bae880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.967+0000 7f6b81bae880 4 rocksdb: DB pointer 0x557e1f9e5800 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.971+0000 7f6b6aa21700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.971+0000 7f6b6aa21700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:45:54.009 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:45:54.010 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.011 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:45:54.012 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: 2024-01-21T08:45:54.013 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.971+0000 7f6b81bae880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-21T08:45:54.013 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.971+0000 7f6b81bae880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-21T08:45:54.013 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph-mon: debug 2024-01-21T08:45:53.971+0000 7f6b81bae880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi144 for mon.smithi144 2024-01-21T08:45:54.487 INFO:teuthology.orchestra.run.smithi144.stderr:create mon.smithi144 on 2024-01-21T08:45:54.605 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-21T08:45:54.725 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-68ba64be-b839-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-68ba64be-b839-11ee-95b0-87774f69a715.target. 2024-01-21T08:45:54.725 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-68ba64be-b839-11ee-95b0-87774f69a715.target -> /etc/systemd/system/ceph-68ba64be-b839-11ee-95b0-87774f69a715.target. 2024-01-21T08:45:54.980 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to reset failed state of unit ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi144.service: Unit ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi144.service is not loaded. 2024-01-21T08:45:54.987 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph-68ba64be-b839-11ee-95b0-87774f69a715.target.wants/ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi144.service -> /etc/systemd/system/ceph-68ba64be-b839-11ee-95b0-87774f69a715@.service. 2024-01-21T08:45:55.110 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld does not appear to be present 2024-01-21T08:45:55.111 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T08:45:55.111 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mon to start... 2024-01-21T08:45:55.111 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mon... 2024-01-21T08:45:55.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:55 smithi144 systemd[1]: Started Ceph mon.smithi144 for 68ba64be-b839-11ee-95b0-87774f69a715. 2024-01-21T08:45:56.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:56 smithi144 bash[15606]: cluster 2024-01-21T08:45:56.594036+0000 mon.smithi144 (mon.0) 0 : [INF] mkfs 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:56.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:56 smithi144 bash[15606]: cluster 2024-01-21T08:45:56.577430+0000 mon.smithi144 (mon.0) 1 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2024-01-21T08:45:56.930 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: cluster: 2024-01-21T08:45:56.931 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: id: 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:56.931 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-21T08:45:56.931 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:45:56.931 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: services: 2024-01-21T08:45:56.932 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi144 (age 0.337741s) 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: data: 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: pgs: 2024-01-21T08:45:56.933 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:45:57.463 INFO:teuthology.orchestra.run.smithi144.stderr:mon is available 2024-01-21T08:45:57.463 INFO:teuthology.orchestra.run.smithi144.stderr:Assimilating anything we can from ceph.conf... 2024-01-21T08:45:57.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:57 smithi144 bash[15606]: cluster 2024-01-21T08:45:56.588957+0000 mon.smithi144 (mon.0) 2 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2024-01-21T08:45:57.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:57 smithi144 bash[15606]: cluster 2024-01-21T08:45:56.591028+0000 mon.smithi144 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} removed_ranks: {} 2024-01-21T08:45:57.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:57 smithi144 bash[15606]: cluster 2024-01-21T08:45:56.599756+0000 mon.smithi144 (mon.0) 4 : cluster [DBG] fsmap 2024-01-21T08:45:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:57 smithi144 bash[15606]: cluster 2024-01-21T08:45:56.612188+0000 mon.smithi144 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T08:45:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:57 smithi144 bash[15606]: cluster 2024-01-21T08:45:56.613418+0000 mon.smithi144 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T08:45:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:57 smithi144 bash[15606]: audit 2024-01-21T08:45:56.926607+0000 mon.smithi144 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.144:0/2302476196' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [global] 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: fsid = 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.144:3300,v1:172.21.15.144:6789] 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:45:58.758 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [mgr] 2024-01-21T08:45:58.759 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T08:45:58.759 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:45:58.759 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [osd] 2024-01-21T08:45:58.759 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T08:45:58.759 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T08:45:59.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:58 smithi144 bash[15606]: audit 2024-01-21T08:45:58.746875+0000 mon.smithi144 (mon.0) 8 : audit [INF] from='client.? 172.21.15.144:0/2347421080' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T08:45:59.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:45:58 smithi144 bash[15606]: audit 2024-01-21T08:45:58.752623+0000 mon.smithi144 (mon.0) 9 : audit [INF] from='client.? 172.21.15.144:0/2347421080' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-21T08:45:59.318 INFO:teuthology.orchestra.run.smithi144.stderr:Generating new minimal ceph.conf... 2024-01-21T08:46:00.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:00 smithi144 bash[15606]: audit 2024-01-21T08:46:00.476675+0000 mon.smithi144 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.144:0/4025843284' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:46:00.999 INFO:teuthology.orchestra.run.smithi144.stderr:Restarting the monitor... 2024-01-21T08:46:01.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:01 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for 68ba64be-b839-11ee-95b0-87774f69a715... 2024-01-21T08:46:01.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:01 smithi144 bash[16140]: Error response from daemon: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-mon.smithi144 2024-01-21T08:46:01.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:01 smithi144 bash[15606]: debug 2024-01-21T08:46:01.166+0000 7f19f9bb4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi144 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T08:46:01.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:01 smithi144 bash[15606]: debug 2024-01-21T08:46:01.166+0000 7f19f9bb4700 -1 mon.smithi144@0(leader) e1 *** Got Signal Terminated *** 2024-01-21T08:46:01.953 INFO:teuthology.orchestra.run.smithi144.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2024-01-21T08:46:02.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:01 smithi144 bash[16140]: ceph-68ba64be-b839-11ee-95b0-87774f69a715-mon-smithi144 2024-01-21T08:46:02.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:01 smithi144 systemd[1]: Stopped Ceph mon.smithi144 for 68ba64be-b839-11ee-95b0-87774f69a715. 2024-01-21T08:46:02.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:01 smithi144 systemd[1]: Started Ceph mon.smithi144 for 68ba64be-b839-11ee-95b0-87774f69a715. 2024-01-21T08:46:03.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.162+0000 7f9571ea4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:46:03.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.162+0000 7f9571ea4880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 7 2024-01-21T08:46:03.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.162+0000 7f9571ea4880 0 pidfile_write: ignore empty --pid-file 2024-01-21T08:46:03.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 0 load: jerasure load: lrc load: isa 2024-01-21T08:46:03.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:46:03.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: DB SUMMARY 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi144/store.db dir, Total Num: 1, files: 000004.sst 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi144/store.db: 000006.log size: 86551 ; 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.env: 0x563214fa2080 2024-01-21T08:46:03.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.info_log: 0x563216cae520 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:46:03.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi144/store.db 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:46:03.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.write_buffer_manager: 0x5632179a2420 2024-01-21T08:46:03.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:46:03.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.row_cache: None 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:46:03.447 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:46:03.448 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:46:03.450 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:46:03.450 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:46:03.450 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:46:03.450 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:46:03.450 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:46:03.450 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000005 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:46:03.451 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.merge_operator: 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563216c51d28) 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: cache_index_and_filter_blocks: 1 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: pin_top_level_index_and_filter: 1 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: index_type: 0 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: data_block_index_type: 0 2024-01-21T08:46:03.452 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: index_shortening: 1 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: hash_index_allow_collision: 1 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: checksum: 1 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: no_block_cache: 0 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_cache: 0x563216c88f10 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_cache_name: BinnedLRUCache 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_cache_options: 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: capacity : 536870912 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: num_shard_bits : 4 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: strict_capacity_limit : 0 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: high_pri_pool_ratio: 0.000 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_cache_compressed: (nil) 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: persistent_cache: (nil) 2024-01-21T08:46:03.453 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_size: 4096 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_size_deviation: 10 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_restart_interval: 16 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: index_block_restart_interval: 1 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: metadata_block_size: 4096 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: partition_filters: 0 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: use_delta_encoding: 1 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:46:03.454 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: whole_key_filtering: 1 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: verify_compression: 0 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: read_amp_bytes_per_bit: 0 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: format_version: 2 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: enable_index_compression: 1 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: block_align: 0 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:46:03.455 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:46:03.456 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:46:03.457 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:46:03.458 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:46:03.459 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi144/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.166+0000 7f9571ea4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705826763173175, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9571ea4880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9571ea4880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9571ea4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705826763174408, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83424, "table_properties": {"data_size": 81691, "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": 76203, "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": 1705826763, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9571ea4880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9571ea4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705826763175009, "job": 1, "event": "recovery_finished"} 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9571ea4880 4 rocksdb: DB pointer 0x563216d51800 2024-01-21T08:46:03.460 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9558c96700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9558c96700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ** DB Stats ** 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ** Compaction Stats [default] ** 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:46:03.461 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ** Compaction Stats [default] ** 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 108.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Cumulative compaction: 0.00 GB write, 16.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Interval compaction: 0.00 GB write, 16.99 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:46:03.462 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ** Compaction Stats [default] ** 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: L0 2/0 83.16 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Sum 2/0 83.16 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ** Compaction Stats [default] ** 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 108.0 0.00 0.00 1 0.001 0 0 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:46:03.463 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Cumulative compaction: 0.00 GB write, 16.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.170+0000 7f9571ea4880 0 starting mon.smithi144 rank 0 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi144 fsid 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:46:03.464 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.174+0000 7f9571ea4880 1 mon.smithi144@-1(???) e1 preinit fsid 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.174+0000 7f9571ea4880 0 mon.smithi144@-1(???).mds e1 new map 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.174+0000 7f9571ea4880 0 mon.smithi144@-1(???).mds e1 print_map 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: e1 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: legacy client fscid: -1 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: No filesystems configured 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.174+0000 7f9571ea4880 0 mon.smithi144@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.174+0000 7f9571ea4880 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.174+0000 7f9571ea4880 0 mon.smithi144@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: audit 2024-01-21T08:46:00.476675+0000 mon.smithi144 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.144:0/4025843284' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:46:03.465 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: debug 2024-01-21T08:46:03.174+0000 7f9571ea4880 1 mon.smithi144@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-21T08:46:03.466 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: cluster 2024-01-21T08:46:03.184208+0000 mon.smithi144 (mon.0) 1 : cluster [INF] mon.smithi144 is new leader, mons smithi144 in quorum (ranks 0) 2024-01-21T08:46:03.466 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: cluster 2024-01-21T08:46:03.184322+0000 mon.smithi144 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0]} removed_ranks: {} 2024-01-21T08:46:03.466 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: cluster 2024-01-21T08:46:03.184866+0000 mon.smithi144 (mon.0) 3 : cluster [DBG] fsmap 2024-01-21T08:46:03.466 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: cluster 2024-01-21T08:46:03.184915+0000 mon.smithi144 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-21T08:46:03.466 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:03 smithi144 bash[16259]: cluster 2024-01-21T08:46:03.185435+0000 mon.smithi144 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-21T08:46:04.118 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-21T08:46:04.118 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:46:04.118 INFO:teuthology.orchestra.run.smithi144.stderr:Creating mgr... 2024-01-21T08:46:04.118 INFO:teuthology.orchestra.run.smithi144.stderr:Verifying port 9283 ... 2024-01-21T08:46:04.228 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Failed to reset failed state of unit ceph-68ba64be-b839-11ee-95b0-87774f69a715@mgr.smithi144.tlyrca.service: Unit ceph-68ba64be-b839-11ee-95b0-87774f69a715@mgr.smithi144.tlyrca.service is not loaded. 2024-01-21T08:46:04.237 INFO:teuthology.orchestra.run.smithi144.stderr:systemctl: Created symlink /etc/systemd/system/ceph-68ba64be-b839-11ee-95b0-87774f69a715.target.wants/ceph-68ba64be-b839-11ee-95b0-87774f69a715@mgr.smithi144.tlyrca.service -> /etc/systemd/system/ceph-68ba64be-b839-11ee-95b0-87774f69a715@.service. 2024-01-21T08:46:04.355 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld does not appear to be present 2024-01-21T08:46:04.355 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to enable service . firewalld.service is not available 2024-01-21T08:46:04.356 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld does not appear to be present 2024-01-21T08:46:04.356 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-21T08:46:04.356 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr to start... 2024-01-21T08:46:04.356 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr... 2024-01-21T08:46:04.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:04 smithi144 bash[16259]: audit 2024-01-21T08:46:03.496638+0000 mon.smithi144 (mon.0) 6 : audit [INF] from='client.? 172.21.15.144:0/404798516' entity='client.admin' 2024-01-21T08:46:06.185 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:46:06.185 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T08:46:06.185 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "68ba64be-b839-11ee-95b0-87774f69a715", 2024-01-21T08:46:06.185 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:46:06.185 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:46:06.185 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:46:06.186 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:46:06.186 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:06.186 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:46:06.186 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:46:06.186 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2024-01-21T08:46:06.186 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:46:06.188 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:46:06.189 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:46:06.189 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:46:06.192 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:46:06.192 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:46:06.192 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:06.192 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:46:06.192 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:46:06.192 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:06.193 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:45:56.595006+0000", 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:06.194 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:46:06.195 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T08:46:06.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:06 smithi144 bash[16259]: audit 2024-01-21T08:46:06.180556+0000 mon.smithi144 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.144:0/2886689954' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:46:06.779 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (1/15)... 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "68ba64be-b839-11ee-95b0-87774f69a715", 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:46:10.143 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:46:10.144 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:46:10.145 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:46:10.145 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:46:10.148 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": false, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:46:10.149 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:45:56.595006+0000", 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:46:10.150 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T08:46:10.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:10 smithi144 bash[16259]: audit 2024-01-21T08:46:10.137477+0000 mon.smithi144 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.144:0/2271637015' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:46:10.809 INFO:teuthology.orchestra.run.smithi144.stderr:mgr not available, waiting (2/15)... 2024-01-21T08:46:12.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: cluster 2024-01-21T08:46:12.287106+0000 mon.smithi144 (mon.0) 9 : cluster [INF] Activating manager daemon smithi144.tlyrca 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: cluster 2024-01-21T08:46:12.293833+0000 mon.smithi144 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi144.tlyrca(active, starting, since 0.00692082s) 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.294893+0000 mon.smithi144 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.295097+0000 mon.smithi144 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.295264+0000 mon.smithi144 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.295788+0000 mon.smithi144 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.297000+0000 mon.smithi144 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr metadata", "who": "smithi144.tlyrca", "id": "smithi144.tlyrca"}]: dispatch 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: cluster 2024-01-21T08:46:12.301561+0000 mon.smithi144 (mon.0) 16 : cluster [INF] Manager daemon smithi144.tlyrca is now available 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.315955+0000 mon.smithi144 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.326266+0000 mon.smithi144 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.332379+0000 mon.smithi144 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/trash_purge_schedule"}]: dispatch 2024-01-21T08:46:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:12 smithi144 bash[16259]: audit 2024-01-21T08:46:12.337069+0000 mon.smithi144 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:13.649 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:13 smithi144 bash[16259]: audit 2024-01-21T08:46:12.340058+0000 mon.smithi144 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.144:0/3102058516' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:13.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:13 smithi144 bash[16259]: cluster 2024-01-21T08:46:13.298730+0000 mon.smithi144 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi144.tlyrca(active, since 1.01184s) 2024-01-21T08:46:14.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:46:14.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T08:46:14.432 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsid": "68ba64be-b839-11ee-95b0-87774f69a715", 2024-01-21T08:46:14.433 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "health": { 2024-01-21T08:46:14.433 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "checks": {}, 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mutes": [] 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum": [ 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 0 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:14.434 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-21T08:46:14.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "smithi144" 2024-01-21T08:46:14.435 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:14.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "quorum_age": 11, 2024-01-21T08:46:14.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "monmap": { 2024-01-21T08:46:14.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:14.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-21T08:46:14.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-21T08:46:14.436 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:14.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osdmap": { 2024-01-21T08:46:14.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:14.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-21T08:46:14.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-21T08:46:14.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-21T08:46:14.437 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-21T08:46:14.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-21T08:46:14.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-21T08:46:14.440 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgmap": { 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "fsmap": { 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-21T08:46:14.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modules": [ 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "iostat", 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "nfs", 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "restful" 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ], 2024-01-21T08:46:14.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "servicemap": { 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "modified": "2024-01-21T08:45:56.595006+0000", 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "services": {} 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: }, 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-21T08:46:14.443 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T08:46:14.999 INFO:teuthology.orchestra.run.smithi144.stderr:mgr is available 2024-01-21T08:46:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:15 smithi144 bash[16259]: cluster 2024-01-21T08:46:14.347985+0000 mon.smithi144 (mon.0) 23 : cluster [DBG] mgrmap e4: smithi144.tlyrca(active, since 2s) 2024-01-21T08:46:15.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:15 smithi144 bash[16259]: audit 2024-01-21T08:46:14.428491+0000 mon.smithi144 (mon.0) 24 : audit [DBG] from='client.? 172.21.15.144:0/3282572438' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-21T08:46:16.352 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:46:16.352 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [global] 2024-01-21T08:46:16.352 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: fsid = 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:46:16.353 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-21T08:46:16.353 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-21T08:46:16.353 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-21T08:46:16.353 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-21T08:46:16.353 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:46:16.354 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [mgr] 2024-01-21T08:46:16.354 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-21T08:46:16.354 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 2024-01-21T08:46:16.354 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: [osd] 2024-01-21T08:46:16.354 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-21T08:46:16.354 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-21T08:46:16.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:16 smithi144 bash[16259]: audit 2024-01-21T08:46:16.347150+0000 mon.smithi144 (mon.0) 25 : audit [INF] from='client.? 172.21.15.144:0/573475511' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-21T08:46:16.930 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling cephadm module... 2024-01-21T08:46:19.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:19 smithi144 bash[16259]: audit 2024-01-21T08:46:18.397105+0000 mon.smithi144 (mon.0) 26 : audit [INF] from='client.? 172.21.15.144:0/101642975' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-21T08:46:20.672 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:20 smithi144 bash[16259]: audit 2024-01-21T08:46:19.198849+0000 mon.smithi144 (mon.0) 27 : audit [INF] from='client.? 172.21.15.144:0/101642975' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-21T08:46:20.673 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:20 smithi144 bash[16259]: cluster 2024-01-21T08:46:19.198963+0000 mon.smithi144 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi144.tlyrca(active, since 6s) 2024-01-21T08:46:21.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T08:46:21.441 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-21T08:46:21.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:46:21.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "active_name": "smithi144.tlyrca", 2024-01-21T08:46:21.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T08:46:21.442 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T08:46:21.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:21 smithi144 bash[16259]: audit 2024-01-21T08:46:21.437910+0000 mon.smithi144 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.144:0/2350001049' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T08:46:22.042 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for the mgr to restart... 2024-01-21T08:46:22.042 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr epoch 5... 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: cluster 2024-01-21T08:46:25.595094+0000 mon.smithi144 (mon.0) 30 : cluster [INF] Active manager daemon smithi144.tlyrca restarted 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: cluster 2024-01-21T08:46:25.595771+0000 mon.smithi144 (mon.0) 31 : cluster [INF] Activating manager daemon smithi144.tlyrca 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: cluster 2024-01-21T08:46:25.600147+0000 mon.smithi144 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: cluster 2024-01-21T08:46:25.600310+0000 mon.smithi144 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi144.tlyrca(active, starting, since 0.00481352s) 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: audit 2024-01-21T08:46:25.603025+0000 mon.smithi144 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: audit 2024-01-21T08:46:25.604786+0000 mon.smithi144 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr metadata", "who": "smithi144.tlyrca", "id": "smithi144.tlyrca"}]: dispatch 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: audit 2024-01-21T08:46:25.606182+0000 mon.smithi144 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: audit 2024-01-21T08:46:25.606557+0000 mon.smithi144 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:46:25.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: audit 2024-01-21T08:46:25.606870+0000 mon.smithi144 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:46:25.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: cluster 2024-01-21T08:46:25.611457+0000 mon.smithi144 (mon.0) 39 : cluster [INF] Manager daemon smithi144.tlyrca is now available 2024-01-21T08:46:25.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:25 smithi144 bash[16259]: audit 2024-01-21T08:46:25.632815+0000 mon.smithi144 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:26.626 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T08:46:26.626 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-21T08:46:26.626 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T08:46:26.626 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T08:46:27.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: cephadm 2024-01-21T08:46:25.627007+0000 mgr.smithi144.tlyrca (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-21T08:46:27.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: audit 2024-01-21T08:46:25.758364+0000 mon.smithi144 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:27.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: audit 2024-01-21T08:46:25.760492+0000 mon.smithi144 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:46:27.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: audit 2024-01-21T08:46:25.763966+0000 mon.smithi144 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:46:27.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: audit 2024-01-21T08:46:25.768153+0000 mon.smithi144 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:46:27.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: audit 2024-01-21T08:46:25.794986+0000 mon.smithi144 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:46:27.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: audit 2024-01-21T08:46:25.798795+0000 mon.smithi144 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/trash_purge_schedule"}]: dispatch 2024-01-21T08:46:27.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:26 smithi144 bash[16259]: cluster 2024-01-21T08:46:26.607597+0000 mon.smithi144 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi144.tlyrca(active, since 1.01209s) 2024-01-21T08:46:27.289 INFO:teuthology.orchestra.run.smithi144.stderr:mgr epoch 5 is available 2024-01-21T08:46:27.289 INFO:teuthology.orchestra.run.smithi144.stderr:Setting orchestrator backend to cephadm... 2024-01-21T08:46:28.028 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:27 smithi144 bash[16259]: audit 2024-01-21T08:46:26.605916+0000 mgr.smithi144.tlyrca (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T08:46:28.029 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:27 smithi144 bash[16259]: audit 2024-01-21T08:46:26.622454+0000 mgr.smithi144.tlyrca (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T08:46:29.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:28 smithi144 bash[16259]: cluster 2024-01-21T08:46:27.767402+0000 mon.smithi144 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi144.tlyrca(active, since 2s) 2024-01-21T08:46:29.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:28 smithi144 bash[16259]: audit 2024-01-21T08:46:28.699975+0000 mon.smithi144 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:29.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:28 smithi144 bash[16259]: audit 2024-01-21T08:46:28.751653+0000 mon.smithi144 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:46:30.044 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:29 smithi144 bash[16259]: audit 2024-01-21T08:46:28.687702+0000 mgr.smithi144.tlyrca (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:30.619 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: value unchanged 2024-01-21T08:46:31.209 INFO:teuthology.orchestra.run.smithi144.stderr:Generating ssh key... 2024-01-21T08:46:31.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:31 smithi144 bash[16259]: audit 2024-01-21T08:46:30.616202+0000 mgr.smithi144.tlyrca (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:34.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:33 smithi144 bash[16259]: audit 2024-01-21T08:46:32.723079+0000 mgr.smithi144.tlyrca (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:33 smithi144 bash[16259]: cephadm 2024-01-21T08:46:32.723527+0000 mgr.smithi144.tlyrca (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-21T08:46:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:33 smithi144 bash[16259]: audit 2024-01-21T08:46:32.886994+0000 mon.smithi144 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:33 smithi144 bash[16259]: audit 2024-01-21T08:46:32.891249+0000 mon.smithi144 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:34.903 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFxAYvFM1ERcuRoRmpnL5i8gf6keo3ztBnc6Yz0wWvHEZoK2aorI9eDIzL0mT77IvbGRJni4FY7whUnpJHoKfXSX/Mvaqy+7YKH65R6LaTs7QqnaF5CRMqb+h582FUwY7aaM//J4LjCmywbQCdZvw9bEU5kA5Ki5Gc/ucyjfCE91rJoyR9G8nX03ovm10Vr34SXs6CddnPMlDYHjyv5lvP1A/IXwp1zurlShqxhdBSXpBlsmiZYYzN4Sremmc7CxbFaRUqRyTck5PABsTyyB8rYA4LlBhVFONv+SOlFt3w41/MwkQIZa8VdAKZtKGUrTb5bBpQa6kjbzq1EWemBk6kuXh3q8BVWEnHANSYMZ98gJ2Ae6GKp9ISHvj3+Wh0WTzTdF4QEKItqbT7kiT/pKh8ZsZLxbxAueCLF1KRo6MjOnwUQzxPoe7pyTNg1voLJm+8WkkiEEua5KhEQnifO0uW1xPOTyGrmfQgkDi15otnDo1WAEJec7IaQEDZ55pu6Sc= ceph-68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:46:35.464 INFO:teuthology.orchestra.run.smithi144.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-21T08:46:35.464 INFO:teuthology.orchestra.run.smithi144.stderr:Adding key to root@localhost authorized_keys... 2024-01-21T08:46:35.465 INFO:teuthology.orchestra.run.smithi144.stderr:Adding host smithi144... 2024-01-21T08:46:35.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:35 smithi144 bash[16259]: audit 2024-01-21T08:46:34.899988+0000 mgr.smithi144.tlyrca (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:37 smithi144 bash[16259]: audit 2024-01-21T08:46:37.001248+0000 mgr.smithi144.tlyrca (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "addr": "172.21.15.144", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:37.820 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Added host 'smithi144' with addr '172.21.15.144' 2024-01-21T08:46:38.677 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying mon service with default placement... 2024-01-21T08:46:39.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:38 smithi144 bash[16259]: audit 2024-01-21T08:46:37.815098+0000 mon.smithi144 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:39.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:38 smithi144 bash[16259]: cephadm 2024-01-21T08:46:37.815911+0000 mgr.smithi144.tlyrca (mgr.14116) 10 : cephadm [INF] Added host smithi144 2024-01-21T08:46:39.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:38 smithi144 bash[16259]: audit 2024-01-21T08:46:37.854079+0000 mon.smithi144 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:46:40.526 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-21T08:46:41.163 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying mgr service with default placement... 2024-01-21T08:46:41.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:41 smithi144 bash[16259]: audit 2024-01-21T08:46:40.516038+0000 mgr.smithi144.tlyrca (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:41.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:41 smithi144 bash[16259]: cephadm 2024-01-21T08:46:40.519149+0000 mgr.smithi144.tlyrca (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-21T08:46:41.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:41 smithi144 bash[16259]: audit 2024-01-21T08:46:40.522494+0000 mon.smithi144 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:41.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:41 smithi144 bash[16259]: audit 2024-01-21T08:46:40.813426+0000 mon.smithi144 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:41.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:41 smithi144 bash[16259]: audit 2024-01-21T08:46:41.110469+0000 mon.smithi144 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:42.647 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-21T08:46:43.204 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying crash service with default placement... 2024-01-21T08:46:43.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:43 smithi144 bash[16259]: audit 2024-01-21T08:46:42.638582+0000 mgr.smithi144.tlyrca (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:43.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:43 smithi144 bash[16259]: cephadm 2024-01-21T08:46:42.639539+0000 mgr.smithi144.tlyrca (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-21T08:46:43.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:43 smithi144 bash[16259]: audit 2024-01-21T08:46:42.643950+0000 mon.smithi144 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:44.523 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-21T08:46:45.067 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying prometheus service with default placement... 2024-01-21T08:46:45.786 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:45 smithi144 bash[16259]: audit 2024-01-21T08:46:44.512030+0000 mgr.smithi144.tlyrca (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:45.786 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:45 smithi144 bash[16259]: cephadm 2024-01-21T08:46:44.514499+0000 mgr.smithi144.tlyrca (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-21T08:46:45.786 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:45 smithi144 bash[16259]: audit 2024-01-21T08:46:44.519032+0000 mon.smithi144 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:46.503 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-21T08:46:46.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:46 smithi144 bash[16259]: cluster 2024-01-21T08:46:45.608036+0000 mgr.smithi144.tlyrca (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:46:46.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:46 smithi144 bash[16259]: audit 2024-01-21T08:46:46.285143+0000 mon.smithi144 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:46.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:46 smithi144 bash[16259]: audit 2024-01-21T08:46:46.499340+0000 mon.smithi144 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:47.089 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying grafana service with default placement... 2024-01-21T08:46:47.892 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:47 smithi144 bash[16259]: audit 2024-01-21T08:46:46.493358+0000 mgr.smithi144.tlyrca (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:47.892 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:47 smithi144 bash[16259]: cephadm 2024-01-21T08:46:46.495821+0000 mgr.smithi144.tlyrca (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-21T08:46:48.497 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-21T08:46:49.037 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying node-exporter service with default placement... 2024-01-21T08:46:49.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:49 smithi144 bash[16259]: cluster 2024-01-21T08:46:47.608509+0000 mgr.smithi144.tlyrca (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:46:49.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:49 smithi144 bash[16259]: audit 2024-01-21T08:46:48.492553+0000 mon.smithi144 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:50.601 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-21T08:46:50.661 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:50 smithi144 bash[16259]: audit 2024-01-21T08:46:48.487341+0000 mgr.smithi144.tlyrca (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:50.662 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:50 smithi144 bash[16259]: cephadm 2024-01-21T08:46:48.489526+0000 mgr.smithi144.tlyrca (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-21T08:46:51.143 INFO:teuthology.orchestra.run.smithi144.stderr:Deploying alertmanager service with default placement... 2024-01-21T08:46:51.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:51 smithi144 bash[16259]: cluster 2024-01-21T08:46:49.609053+0000 mgr.smithi144.tlyrca (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:46:51.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:51 smithi144 bash[16259]: audit 2024-01-21T08:46:50.596934+0000 mon.smithi144 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:52.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:52 smithi144 bash[16259]: audit 2024-01-21T08:46:50.591251+0000 mgr.smithi144.tlyrca (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:52.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:52 smithi144 bash[16259]: cephadm 2024-01-21T08:46:50.593502+0000 mgr.smithi144.tlyrca (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-21T08:46:52.655 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-21T08:46:53.488 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:53 smithi144 bash[16259]: cluster 2024-01-21T08:46:51.609506+0000 mgr.smithi144.tlyrca (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:46:53.488 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:53 smithi144 bash[16259]: audit 2024-01-21T08:46:52.651558+0000 mon.smithi144 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.144:0/4229791032' entity='mgr.smithi144.tlyrca' 2024-01-21T08:46:54.584 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:54 smithi144 bash[16259]: audit 2024-01-21T08:46:52.645044+0000 mgr.smithi144.tlyrca (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:46:54.584 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:54 smithi144 bash[16259]: cephadm 2024-01-21T08:46:52.646385+0000 mgr.smithi144.tlyrca (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-21T08:46:55.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:55 smithi144 bash[16259]: cluster 2024-01-21T08:46:53.609840+0000 mgr.smithi144.tlyrca (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:46:56.542 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:56 smithi144 bash[16259]: audit 2024-01-21T08:46:55.275927+0000 mon.smithi144 (mon.0) 65 : audit [INF] from='client.? 172.21.15.144:0/1449499960' entity='client.admin' 2024-01-21T08:46:56.543 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:56 smithi144 bash[16259]: cluster 2024-01-21T08:46:55.610254+0000 mgr.smithi144.tlyrca (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:46:57.842 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling the dashboard module... 2024-01-21T08:46:58.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:58 smithi144 bash[16259]: audit 2024-01-21T08:46:57.233210+0000 mon.smithi144 (mon.0) 66 : audit [INF] from='client.? 172.21.15.144:0/2675400191' entity='client.admin' 2024-01-21T08:46:59.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:46:59 smithi144 bash[16259]: cluster 2024-01-21T08:46:57.610741+0000 mgr.smithi144.tlyrca (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:00.557 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:00 smithi144 bash[16259]: audit 2024-01-21T08:46:59.271471+0000 mon.smithi144 (mon.0) 67 : audit [INF] from='client.? 172.21.15.144:0/1884675109' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-21T08:47:01.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:01 smithi144 bash[16259]: audit 2024-01-21T08:47:00.248971+0000 mon.smithi144 (mon.0) 68 : audit [INF] from='client.? 172.21.15.144:0/1884675109' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-21T08:47:01.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:01 smithi144 bash[16259]: cluster 2024-01-21T08:47:00.249041+0000 mon.smithi144 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi144.tlyrca(active, since 34s) 2024-01-21T08:47:02.465 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T08:47:02.465 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-21T08:47:02.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "available": true, 2024-01-21T08:47:02.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "active_name": "smithi144.tlyrca", 2024-01-21T08:47:02.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-21T08:47:02.466 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T08:47:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:02 smithi144 bash[16259]: audit 2024-01-21T08:47:02.461131+0000 mon.smithi144 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.144:0/3424619711' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-21T08:47:03.045 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for the mgr to restart... 2024-01-21T08:47:03.045 INFO:teuthology.orchestra.run.smithi144.stderr:Waiting for mgr epoch 9... 2024-01-21T08:47:06.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: cluster 2024-01-21T08:47:06.650878+0000 mon.smithi144 (mon.0) 71 : cluster [INF] Active manager daemon smithi144.tlyrca restarted 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: cluster 2024-01-21T08:47:06.651356+0000 mon.smithi144 (mon.0) 72 : cluster [INF] Activating manager daemon smithi144.tlyrca 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: cluster 2024-01-21T08:47:06.660507+0000 mon.smithi144 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: cluster 2024-01-21T08:47:06.660848+0000 mon.smithi144 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi144.tlyrca(active, starting, since 0.00965838s) 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: audit 2024-01-21T08:47:06.662322+0000 mon.smithi144 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: audit 2024-01-21T08:47:06.663998+0000 mon.smithi144 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr metadata", "who": "smithi144.tlyrca", "id": "smithi144.tlyrca"}]: dispatch 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: audit 2024-01-21T08:47:06.664833+0000 mon.smithi144 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: audit 2024-01-21T08:47:06.665232+0000 mon.smithi144 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: audit 2024-01-21T08:47:06.665579+0000 mon.smithi144 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:47:06.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:06 smithi144 bash[16259]: cluster 2024-01-21T08:47:06.669896+0000 mon.smithi144 (mon.0) 80 : cluster [INF] Manager daemon smithi144.tlyrca is now available 2024-01-21T08:47:07.681 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: { 2024-01-21T08:47:07.681 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-21T08:47:07.682 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: "initialized": true 2024-01-21T08:47:07.682 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: } 2024-01-21T08:47:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:07 smithi144 bash[16259]: audit 2024-01-21T08:47:06.810750+0000 mon.smithi144 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:47:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:07 smithi144 bash[16259]: audit 2024-01-21T08:47:06.816643+0000 mon.smithi144 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:47:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:07 smithi144 bash[16259]: audit 2024-01-21T08:47:06.857781+0000 mon.smithi144 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:47:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:07 smithi144 bash[16259]: audit 2024-01-21T08:47:06.863094+0000 mon.smithi144 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/trash_purge_schedule"}]: dispatch 2024-01-21T08:47:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:07 smithi144 bash[16259]: cluster 2024-01-21T08:47:07.662331+0000 mon.smithi144 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi144.tlyrca(active, since 1.01114s) 2024-01-21T08:47:08.292 INFO:teuthology.orchestra.run.smithi144.stderr:mgr epoch 9 is available 2024-01-21T08:47:08.293 INFO:teuthology.orchestra.run.smithi144.stderr:Generating a dashboard self-signed certificate... 2024-01-21T08:47:09.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:09 smithi144 bash[16259]: audit 2024-01-21T08:47:07.660522+0000 mgr.smithi144.tlyrca (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-21T08:47:09.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:09 smithi144 bash[16259]: audit 2024-01-21T08:47:07.677585+0000 mgr.smithi144.tlyrca (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-21T08:47:09.868 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-21T08:47:10.440 INFO:teuthology.orchestra.run.smithi144.stderr:Creating initial admin user... 2024-01-21T08:47:10.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:10 smithi144 bash[16259]: cluster 2024-01-21T08:47:09.202146+0000 mon.smithi144 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi144.tlyrca(active, since 2s) 2024-01-21T08:47:10.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:10 smithi144 bash[16259]: audit 2024-01-21T08:47:09.856977+0000 mon.smithi144 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:10.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:10 smithi144 bash[16259]: audit 2024-01-21T08:47:09.864442+0000 mon.smithi144 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:11.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:11 smithi144 bash[16259]: audit 2024-01-21T08:47:09.656030+0000 mgr.smithi144.tlyrca (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:47:12.257 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$f75ef5Gtcm/FM/jk/sdIiOemFk43rgo5PYiJluS0.qGzibGu1C/aO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705826832, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-21T08:47:12.846 INFO:teuthology.orchestra.run.smithi144.stderr:Fetching dashboard port number... 2024-01-21T08:47:13.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:13 smithi144 bash[16259]: audit 2024-01-21T08:47:12.022722+0000 mgr.smithi144.tlyrca (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:47:13.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:13 smithi144 bash[16259]: audit 2024-01-21T08:47:12.252632+0000 mon.smithi144 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:14.134 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: 8443 2024-01-21T08:47:14.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:14 smithi144 bash[16259]: cluster 2024-01-21T08:47:13.261922+0000 mon.smithi144 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi144.tlyrca(active, since 6s) 2024-01-21T08:47:14.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:14 smithi144 bash[16259]: audit 2024-01-21T08:47:13.636942+0000 mon.smithi144 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:14.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:14 smithi144 bash[16259]: audit 2024-01-21T08:47:14.130416+0000 mon.smithi144 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.144:0/3094137887' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-21T08:47:14.762 INFO:teuthology.orchestra.run.smithi144.stderr:firewalld does not appear to be present 2024-01-21T08:47:14.762 INFO:teuthology.orchestra.run.smithi144.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-21T08:47:14.766 INFO:teuthology.orchestra.run.smithi144.stderr:Ceph Dashboard is now available at: 2024-01-21T08:47:14.766 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:14.767 INFO:teuthology.orchestra.run.smithi144.stderr: URL: https://smithi144.front.sepia.ceph.com:8443/ 2024-01-21T08:47:14.767 INFO:teuthology.orchestra.run.smithi144.stderr: User: admin 2024-01-21T08:47:14.767 INFO:teuthology.orchestra.run.smithi144.stderr: Password: 69glng7n59 2024-01-21T08:47:14.767 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:14.767 INFO:teuthology.orchestra.run.smithi144.stderr:Enabling autotune for osd_memory_target 2024-01-21T08:47:18.345 INFO:teuthology.orchestra.run.smithi144.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-21T08:47:18.899 INFO:teuthology.orchestra.run.smithi144.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr:Or, if you are only running a single cluster on this host: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: ceph telemetry on 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.900 INFO:teuthology.orchestra.run.smithi144.stderr:For more information see: 2024-01-21T08:47:18.901 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.901 INFO:teuthology.orchestra.run.smithi144.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-21T08:47:18.901 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T08:47:18.901 INFO:teuthology.orchestra.run.smithi144.stderr:Bootstrap complete. 2024-01-21T08:47:18.938 INFO:tasks.cephadm:Fetching config... 2024-01-21T08:47:18.938 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:47:18.938 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-21T08:47:18.945 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-21T08:47:18.945 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:47:18.945 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-21T08:47:18.992 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-21T08:47:18.992 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:47:18.992 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/keyring of=/dev/stdout 2024-01-21T08:47:19.051 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-21T08:47:19.051 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:47:19.051 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-21T08:47:19.097 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-21T08:47:19.097 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFxAYvFM1ERcuRoRmpnL5i8gf6keo3ztBnc6Yz0wWvHEZoK2aorI9eDIzL0mT77IvbGRJni4FY7whUnpJHoKfXSX/Mvaqy+7YKH65R6LaTs7QqnaF5CRMqb+h582FUwY7aaM//J4LjCmywbQCdZvw9bEU5kA5Ki5Gc/ucyjfCE91rJoyR9G8nX03ovm10Vr34SXs6CddnPMlDYHjyv5lvP1A/IXwp1zurlShqxhdBSXpBlsmiZYYzN4Sremmc7CxbFaRUqRyTck5PABsTyyB8rYA4LlBhVFONv+SOlFt3w41/MwkQIZa8VdAKZtKGUrTb5bBpQa6kjbzq1EWemBk6kuXh3q8BVWEnHANSYMZ98gJ2Ae6GKp9ISHvj3+Wh0WTzTdF4QEKItqbT7kiT/pKh8ZsZLxbxAueCLF1KRo6MjOnwUQzxPoe7pyTNg1voLJm+8WkkiEEua5KhEQnifO0uW1xPOTyGrmfQgkDi15otnDo1WAEJec7IaQEDZ55pu6Sc= ceph-68ba64be-b839-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T08:47:19.162 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFxAYvFM1ERcuRoRmpnL5i8gf6keo3ztBnc6Yz0wWvHEZoK2aorI9eDIzL0mT77IvbGRJni4FY7whUnpJHoKfXSX/Mvaqy+7YKH65R6LaTs7QqnaF5CRMqb+h582FUwY7aaM//J4LjCmywbQCdZvw9bEU5kA5Ki5Gc/ucyjfCE91rJoyR9G8nX03ovm10Vr34SXs6CddnPMlDYHjyv5lvP1A/IXwp1zurlShqxhdBSXpBlsmiZYYzN4Sremmc7CxbFaRUqRyTck5PABsTyyB8rYA4LlBhVFONv+SOlFt3w41/MwkQIZa8VdAKZtKGUrTb5bBpQa6kjbzq1EWemBk6kuXh3q8BVWEnHANSYMZ98gJ2Ae6GKp9ISHvj3+Wh0WTzTdF4QEKItqbT7kiT/pKh8ZsZLxbxAueCLF1KRo6MjOnwUQzxPoe7pyTNg1voLJm+8WkkiEEua5KhEQnifO0uW1xPOTyGrmfQgkDi15otnDo1WAEJec7IaQEDZ55pu6Sc= ceph-68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:47:19.172 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFxAYvFM1ERcuRoRmpnL5i8gf6keo3ztBnc6Yz0wWvHEZoK2aorI9eDIzL0mT77IvbGRJni4FY7whUnpJHoKfXSX/Mvaqy+7YKH65R6LaTs7QqnaF5CRMqb+h582FUwY7aaM//J4LjCmywbQCdZvw9bEU5kA5Ki5Gc/ucyjfCE91rJoyR9G8nX03ovm10Vr34SXs6CddnPMlDYHjyv5lvP1A/IXwp1zurlShqxhdBSXpBlsmiZYYzN4Sremmc7CxbFaRUqRyTck5PABsTyyB8rYA4LlBhVFONv+SOlFt3w41/MwkQIZa8VdAKZtKGUrTb5bBpQa6kjbzq1EWemBk6kuXh3q8BVWEnHANSYMZ98gJ2Ae6GKp9ISHvj3+Wh0WTzTdF4QEKItqbT7kiT/pKh8ZsZLxbxAueCLF1KRo6MjOnwUQzxPoe7pyTNg1voLJm+8WkkiEEua5KhEQnifO0uW1xPOTyGrmfQgkDi15otnDo1WAEJec7IaQEDZ55pu6Sc= ceph-68ba64be-b839-11ee-95b0-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-21T08:47:19.197 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDFxAYvFM1ERcuRoRmpnL5i8gf6keo3ztBnc6Yz0wWvHEZoK2aorI9eDIzL0mT77IvbGRJni4FY7whUnpJHoKfXSX/Mvaqy+7YKH65R6LaTs7QqnaF5CRMqb+h582FUwY7aaM//J4LjCmywbQCdZvw9bEU5kA5Ki5Gc/ucyjfCE91rJoyR9G8nX03ovm10Vr34SXs6CddnPMlDYHjyv5lvP1A/IXwp1zurlShqxhdBSXpBlsmiZYYzN4Sremmc7CxbFaRUqRyTck5PABsTyyB8rYA4LlBhVFONv+SOlFt3w41/MwkQIZa8VdAKZtKGUrTb5bBpQa6kjbzq1EWemBk6kuXh3q8BVWEnHANSYMZ98gJ2Ae6GKp9ISHvj3+Wh0WTzTdF4QEKItqbT7kiT/pKh8ZsZLxbxAueCLF1KRo6MjOnwUQzxPoe7pyTNg1voLJm+8WkkiEEua5KhEQnifO0uW1xPOTyGrmfQgkDi15otnDo1WAEJec7IaQEDZ55pu6Sc= ceph-68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:47:19.206 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-21T08:47:19.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:19 smithi144 bash[16259]: audit 2024-01-21T08:47:18.336453+0000 mon.smithi144 (mon.0) 93 : audit [INF] from='client.? 172.21.15.144:0/3772932641' entity='client.admin' 2024-01-21T08:47:24.977 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-21T08:47:24.977 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-21T08:47:25.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:25 smithi144 bash[16259]: audit 2024-01-21T08:47:24.311514+0000 mon.smithi144 (mon.0) 94 : audit [INF] from='client.? 172.21.15.144:0/1028810258' entity='client.admin' 2024-01-21T08:47:27.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:27 smithi144 bash[16259]: audit 2024-01-21T08:47:26.109245+0000 mon.smithi144 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:27.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:27 smithi144 bash[16259]: audit 2024-01-21T08:47:26.428958+0000 mon.smithi144 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:47:27.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:27 smithi144 bash[16259]: audit 2024-01-21T08:47:26.435058+0000 mon.smithi144 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:28.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:28 smithi144 bash[16259]: cephadm 2024-01-21T08:47:26.451435+0000 mgr.smithi144.tlyrca (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi144 on smithi144 2024-01-21T08:47:28.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:28 smithi144 bash[16259]: cluster 2024-01-21T08:47:26.666292+0000 mgr.smithi144.tlyrca (mgr.14156) 6 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:29.206 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-01-21T08:47:29.206 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:47:29.206 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-01-21T08:47:29.212 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:47:29.212 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:47:29.260 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-01-21T08:47:29.260 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch host add smithi177 2024-01-21T08:47:29.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:29 smithi144 bash[16259]: audit 2024-01-21T08:47:28.514376+0000 mgr.smithi144.tlyrca (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:47:29.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:29 smithi144 bash[16259]: audit 2024-01-21T08:47:28.518000+0000 mon.smithi144 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:29.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:29 smithi144 bash[16259]: cluster 2024-01-21T08:47:28.666675+0000 mgr.smithi144.tlyrca (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:32.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:31 smithi144 bash[16259]: cluster 2024-01-21T08:47:30.667097+0000 mgr.smithi144.tlyrca (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:34.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:34 smithi144 bash[16259]: cluster 2024-01-21T08:47:32.667555+0000 mgr.smithi144.tlyrca (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:36.575 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:36 smithi144 bash[16259]: cluster 2024-01-21T08:47:34.668023+0000 mgr.smithi144.tlyrca (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:36.575 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:36 smithi144 bash[16259]: audit 2024-01-21T08:47:35.281663+0000 mon.smithi144 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:36.575 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:36 smithi144 bash[16259]: audit 2024-01-21T08:47:35.285820+0000 mon.smithi144 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:47:36.575 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:36 smithi144 bash[16259]: audit 2024-01-21T08:47:35.291312+0000 mon.smithi144 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T08:47:36.575 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:36 smithi144 bash[16259]: audit 2024-01-21T08:47:35.292609+0000 mon.smithi144 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:47:36.575 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:36 smithi144 bash[16259]: cephadm 2024-01-21T08:47:35.293739+0000 mgr.smithi144.tlyrca (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi144 on smithi144 2024-01-21T08:47:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:37 smithi144 bash[16259]: cluster 2024-01-21T08:47:36.668507+0000 mgr.smithi144.tlyrca (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:37 smithi144 bash[16259]: audit 2024-01-21T08:47:36.858506+0000 mon.smithi144 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:37 smithi144 bash[16259]: audit 2024-01-21T08:47:37.701618+0000 mon.smithi144 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:37 smithi144 bash[16259]: audit 2024-01-21T08:47:37.798389+0000 mon.smithi144 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:37 smithi144 bash[16259]: audit 2024-01-21T08:47:37.804001+0000 mon.smithi144 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:37 smithi144 bash[16259]: audit 2024-01-21T08:47:37.806967+0000 mon.smithi144 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T08:47:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:37 smithi144 bash[16259]: audit 2024-01-21T08:47:37.814959+0000 mon.smithi144 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:39.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:39 smithi144 bash[16259]: audit 2024-01-21T08:47:37.807851+0000 mgr.smithi144.tlyrca (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-21T08:47:39.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:39 smithi144 bash[16259]: cephadm 2024-01-21T08:47:37.830437+0000 mgr.smithi144.tlyrca (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi144 on smithi144 2024-01-21T08:47:40.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:40 smithi144 bash[16259]: cluster 2024-01-21T08:47:38.668838+0000 mgr.smithi144.tlyrca (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:42.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:42 smithi144 bash[16259]: cluster 2024-01-21T08:47:40.669238+0000 mgr.smithi144.tlyrca (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:42.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:42 smithi144 bash[16259]: audit 2024-01-21T08:47:41.864964+0000 mon.smithi144 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:44 smithi144 bash[16259]: cluster 2024-01-21T08:47:42.669678+0000 mgr.smithi144.tlyrca (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:46.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:46 smithi144 bash[16259]: cluster 2024-01-21T08:47:44.670057+0000 mgr.smithi144.tlyrca (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:48.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:48 smithi144 bash[16259]: cluster 2024-01-21T08:47:46.670374+0000 mgr.smithi144.tlyrca (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:50.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:50 smithi144 bash[16259]: cluster 2024-01-21T08:47:48.670712+0000 mgr.smithi144.tlyrca (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:52.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:52 smithi144 bash[16259]: cluster 2024-01-21T08:47:50.671006+0000 mgr.smithi144.tlyrca (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:54.657 INFO:teuthology.orchestra.run.smithi177.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-01-21T08:47:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:54 smithi144 bash[16259]: cluster 2024-01-21T08:47:52.671351+0000 mgr.smithi144.tlyrca (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:55.300 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch host ls --format=json 2024-01-21T08:47:55.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:55 smithi144 bash[16259]: audit 2024-01-21T08:47:53.818341+0000 mgr.smithi144.tlyrca (mgr.14156) 24 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:47:55.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:55 smithi144 bash[16259]: audit 2024-01-21T08:47:54.652638+0000 mon.smithi144 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:47:56.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:56 smithi144 bash[16259]: cephadm 2024-01-21T08:47:54.653458+0000 mgr.smithi144.tlyrca (mgr.14156) 25 : cephadm [INF] Added host smithi177 2024-01-21T08:47:56.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:56 smithi144 bash[16259]: cluster 2024-01-21T08:47:54.671862+0000 mgr.smithi144.tlyrca (mgr.14156) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:57.959 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T08:47:57.960 INFO:teuthology.orchestra.run.smithi177.stdout:[{"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-01-21T08:47:58.499 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-21T08:47:58.499 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd crush tunables default 2024-01-21T08:47:58.510 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:58 smithi144 bash[16259]: cluster 2024-01-21T08:47:56.672329+0000 mgr.smithi144.tlyrca (mgr.14156) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:47:59.603 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:47:59 smithi144 bash[16259]: audit 2024-01-21T08:47:57.954775+0000 mgr.smithi144.tlyrca (mgr.14156) 28 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:48:00.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:00 smithi144 bash[16259]: cluster 2024-01-21T08:47:58.672772+0000 mgr.smithi144.tlyrca (mgr.14156) 29 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:02.288 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:01 smithi144 bash[16259]: cluster 2024-01-21T08:48:00.673227+0000 mgr.smithi144.tlyrca (mgr.14156) 30 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:02.289 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:01 smithi144 bash[16259]: audit 2024-01-21T08:48:00.975946+0000 mon.smithi144 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:02.289 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:01 smithi144 bash[16259]: cephadm 2024-01-21T08:48:00.979436+0000 mgr.smithi144.tlyrca (mgr.14156) 31 : cephadm [INF] Deploying daemon node-exporter.smithi144 on smithi144 2024-01-21T08:48:02.289 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:01 smithi144 bash[16259]: audit 2024-01-21T08:48:01.519402+0000 mon.smithi144 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:02.289 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:01 smithi144 bash[16259]: audit 2024-01-21T08:48:01.524321+0000 mon.smithi144 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-21T08:48:02.289 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:01 smithi144 bash[16259]: audit 2024-01-21T08:48:01.874527+0000 mon.smithi144 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:03.529 INFO:teuthology.orchestra.run.smithi144.stderr:adjusted tunables profile to default 2024-01-21T08:48:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:03 smithi144 bash[16259]: audit 2024-01-21T08:48:02.521240+0000 mon.smithi144 (mon.0) 115 : audit [INF] from='mgr.14156 172.21.15.144:0/2488685816' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-21T08:48:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:03 smithi144 bash[16259]: cluster 2024-01-21T08:48:02.521363+0000 mon.smithi144 (mon.0) 116 : cluster [DBG] mgrmap e14: smithi144.tlyrca(active, since 55s) 2024-01-21T08:48:03.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:03 smithi144 bash[16259]: audit 2024-01-21T08:48:02.722807+0000 mon.smithi144 (mon.0) 117 : audit [INF] from='client.? 172.21.15.144:0/4134446203' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-21T08:48:04.535 INFO:tasks.cephadm:Adding mon.smithi144 on smithi144 2024-01-21T08:48:04.535 INFO:tasks.cephadm:Adding mon.smithi177 on smithi177 2024-01-21T08:48:04.536 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch apply mon '2;smithi144:172.21.15.144=smithi144;smithi177:172.21.15.177=smithi177' 2024-01-21T08:48:04.747 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:04 smithi144 bash[16259]: audit 2024-01-21T08:48:03.521180+0000 mon.smithi144 (mon.0) 118 : audit [INF] from='client.? 172.21.15.144:0/4134446203' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-21T08:48:04.747 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:04 smithi144 bash[16259]: cluster 2024-01-21T08:48:03.521274+0000 mon.smithi144 (mon.0) 119 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-21T08:48:09.386 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: cluster 2024-01-21T08:48:09.054756+0000 mon.smithi144 (mon.0) 120 : cluster [INF] Active manager daemon smithi144.tlyrca restarted 2024-01-21T08:48:09.386 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: cluster 2024-01-21T08:48:09.054979+0000 mon.smithi144 (mon.0) 121 : cluster [INF] Activating manager daemon smithi144.tlyrca 2024-01-21T08:48:09.386 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: cluster 2024-01-21T08:48:09.059388+0000 mon.smithi144 (mon.0) 122 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: cluster 2024-01-21T08:48:09.059608+0000 mon.smithi144 (mon.0) 123 : cluster [DBG] mgrmap e15: smithi144.tlyrca(active, starting, since 0.00470445s) 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: audit 2024-01-21T08:48:09.061290+0000 mon.smithi144 (mon.0) 124 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: audit 2024-01-21T08:48:09.062820+0000 mon.smithi144 (mon.0) 125 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr metadata", "who": "smithi144.tlyrca", "id": "smithi144.tlyrca"}]: dispatch 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: audit 2024-01-21T08:48:09.063853+0000 mon.smithi144 (mon.0) 126 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: audit 2024-01-21T08:48:09.064281+0000 mon.smithi144 (mon.0) 127 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: audit 2024-01-21T08:48:09.064687+0000 mon.smithi144 (mon.0) 128 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: cluster 2024-01-21T08:48:09.068400+0000 mon.smithi144 (mon.0) 129 : cluster [INF] Manager daemon smithi144.tlyrca is now available 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: audit 2024-01-21T08:48:09.203216+0000 mon.smithi144 (mon.0) 130 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:48:09.387 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:09 smithi144 bash[16259]: audit 2024-01-21T08:48:09.205251+0000 mon.smithi144 (mon.0) 131 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:48:10.080 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-01-21T08:48:10.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:10 smithi144 bash[16259]: audit 2024-01-21T08:48:09.255086+0000 mon.smithi144 (mon.0) 132 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:10.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:10 smithi144 bash[16259]: audit 2024-01-21T08:48:09.266414+0000 mon.smithi144 (mon.0) 133 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/mirror_snapshot_schedule"}]: dispatch 2024-01-21T08:48:10.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:10 smithi144 bash[16259]: audit 2024-01-21T08:48:09.272409+0000 mon.smithi144 (mon.0) 134 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi144.tlyrca/trash_purge_schedule"}]: dispatch 2024-01-21T08:48:10.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:10 smithi144 bash[16259]: audit 2024-01-21T08:48:09.855174+0000 mon.smithi144 (mon.0) 135 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:10.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:10 smithi144 bash[16259]: cluster 2024-01-21T08:48:10.062187+0000 mon.smithi144 (mon.0) 136 : cluster [DBG] mgrmap e16: smithi144.tlyrca(active, since 1.00729s) 2024-01-21T08:48:10.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:10 smithi144 bash[16259]: audit 2024-01-21T08:48:10.075652+0000 mon.smithi144 (mon.0) 137 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:10.663 DEBUG:teuthology.orchestra.run.smithi177:mon.smithi177> sudo journalctl -f -n 0 -u ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi177.service 2024-01-21T08:48:10.666 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:48:10.666 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:48:10.876 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-01-21T08:48:11.518 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:11 smithi144 bash[16259]: cephadm 2024-01-21T08:48:10.070287+0000 mgr.smithi144.tlyrca (mgr.14186) 2 : cephadm [INF] Saving service mon spec with placement smithi144:172.21.15.144=smithi144;smithi177:172.21.15.177=smithi177;count:2 2024-01-21T08:48:12.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:12 smithi144 bash[16259]: cluster 2024-01-21T08:48:11.262282+0000 mon.smithi144 (mon.0) 138 : cluster [DBG] mgrmap e17: smithi144.tlyrca(active, since 2s) 2024-01-21T08:48:12.301 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:12 smithi144 bash[16259]: audit 2024-01-21T08:48:11.667311+0000 mon.smithi144 (mon.0) 139 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:13.381 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T08:48:13.381 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","modified":"2024-01-21T08:45:52.503473Z","created":"2024-01-21T08:45:52.503473Z","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":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:48:13.384 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T08:48:14.468 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:14 smithi144 bash[16259]: audit 2024-01-21T08:48:13.376854+0000 mon.smithi144 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.177:0/3691019993' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:48:15.224 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:48:15.224 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:48:16.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:16 smithi144 bash[16259]: audit 2024-01-21T08:48:15.263033+0000 mon.smithi144 (mon.0) 141 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:16.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:16 smithi144 bash[16259]: audit 2024-01-21T08:48:15.538639+0000 mon.smithi144 (mon.0) 142 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:48:18.549 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T08:48:18.550 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","modified":"2024-01-21T08:45:52.503473Z","created":"2024-01-21T08:45:52.503473Z","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":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:48:18.552 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T08:48:19.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:18.545686+0000 mon.smithi144 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.177:0/1156683433' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:18.588147+0000 mon.smithi144 (mon.0) 144 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:18.891556+0000 mon.smithi144 (mon.0) 145 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:18.893395+0000 mon.smithi144 (mon.0) 146 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:18.895502+0000 mon.smithi144 (mon.0) 147 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:18.897503+0000 mon.smithi144 (mon.0) 148 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:18.951795+0000 mon.smithi144 (mon.0) 149 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:19.016307+0000 mon.smithi144 (mon.0) 150 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:19.022572+0000 mon.smithi144 (mon.0) 151 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:19.026707+0000 mon.smithi144 (mon.0) 152 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:19.031062+0000 mon.smithi144 (mon.0) 153 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-21T08:48:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:19 smithi144 bash[16259]: audit 2024-01-21T08:48:19.032636+0000 mon.smithi144 (mon.0) 154 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:20.107 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:48:20.107 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:48:20.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:20 smithi144 bash[16259]: cephadm 2024-01-21T08:48:18.900556+0000 mgr.smithi144.tlyrca (mgr.14186) 3 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-01-21T08:48:20.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:20 smithi144 bash[16259]: cephadm 2024-01-21T08:48:18.901163+0000 mgr.smithi144.tlyrca (mgr.14186) 4 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-21T08:48:20.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:20 smithi144 bash[16259]: cephadm 2024-01-21T08:48:18.918461+0000 mgr.smithi144.tlyrca (mgr.14186) 5 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:48:20.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:20 smithi144 bash[16259]: cephadm 2024-01-21T08:48:18.962507+0000 mgr.smithi144.tlyrca (mgr.14186) 6 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:48:20.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:20 smithi144 bash[16259]: cephadm 2024-01-21T08:48:19.034020+0000 mgr.smithi144.tlyrca (mgr.14186) 7 : cephadm [INF] Deploying daemon crash.smithi177 on smithi177 2024-01-21T08:48:23.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:22 smithi144 bash[16259]: audit 2024-01-21T08:48:21.771145+0000 mon.smithi144 (mon.0) 155 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:23.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:22 smithi144 bash[16259]: audit 2024-01-21T08:48:21.776481+0000 mon.smithi144 (mon.0) 156 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.vlzzcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:48:23.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:22 smithi144 bash[16259]: audit 2024-01-21T08:48:21.781473+0000 mon.smithi144 (mon.0) 157 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.vlzzcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-21T08:48:23.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:22 smithi144 bash[16259]: audit 2024-01-21T08:48:21.783115+0000 mon.smithi144 (mon.0) 158 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:48:23.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:22 smithi144 bash[16259]: audit 2024-01-21T08:48:21.784955+0000 mon.smithi144 (mon.0) 159 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:23.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:22 smithi144 bash[16259]: cephadm 2024-01-21T08:48:21.786233+0000 mgr.smithi144.tlyrca (mgr.14186) 8 : cephadm [INF] Deploying daemon mgr.smithi177.vlzzcf on smithi177 2024-01-21T08:48:24.084 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T08:48:24.084 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","modified":"2024-01-21T08:45:52.503473Z","created":"2024-01-21T08:45:52.503473Z","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":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:48:24.087 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T08:48:24.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:24 smithi144 bash[16259]: audit 2024-01-21T08:48:24.079814+0000 mon.smithi144 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.177:0/3402567379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:48:25.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:48:25.602 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:48:25.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:25 smithi144 bash[16259]: audit 2024-01-21T08:48:24.258413+0000 mon.smithi144 (mon.0) 161 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:25.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:25 smithi144 bash[16259]: audit 2024-01-21T08:48:24.547686+0000 mon.smithi144 (mon.0) 162 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:25.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:25 smithi144 bash[16259]: audit 2024-01-21T08:48:24.552244+0000 mon.smithi144 (mon.0) 163 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:48:25.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:25 smithi144 bash[16259]: audit 2024-01-21T08:48:24.553976+0000 mon.smithi144 (mon.0) 164 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:25.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:25 smithi144 bash[16259]: cephadm 2024-01-21T08:48:24.555324+0000 mgr.smithi144.tlyrca (mgr.14186) 9 : cephadm [INF] Deploying daemon mon.smithi177 on smithi177 2024-01-21T08:48:29.667 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:29 smithi177 systemd[1]: Started Ceph mon.smithi177 for 68ba64be-b839-11ee-95b0-87774f69a715. 2024-01-21T08:48:29.925 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T08:48:29.925 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","modified":"2024-01-21T08:45:52.503473Z","created":"2024-01-21T08:45:52.503473Z","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":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-21T08:48:29.933 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-01-21T08:48:30.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:30 smithi144 bash[16259]: cluster 2024-01-21T08:48:29.065691+0000 mgr.smithi144.tlyrca (mgr.14186) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:30.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:30 smithi144 bash[16259]: audit 2024-01-21T08:48:29.266156+0000 mon.smithi144 (mon.0) 165 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:30.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:30 smithi144 bash[16259]: audit 2024-01-21T08:48:29.637541+0000 mon.smithi144 (mon.0) 166 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:30.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:30 smithi144 bash[16259]: audit 2024-01-21T08:48:29.921270+0000 mon.smithi144 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.177:0/555290718' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:48:30.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:30 smithi144 bash[16259]: audit 2024-01-21T08:48:30.187568+0000 mon.smithi144 (mon.0) 168 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:31.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.297+0000 7fbbdad7e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.297+0000 7fbbdad7e880 0 ceph version 16.2.14-454-gea310589 (ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec) pacific (stable), process ceph-mon, pid 6 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.297+0000 7fbbdad7e880 0 pidfile_write: ignore empty --pid-file 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 0 load: jerasure load: lrc load: isa 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: RocksDB version: 6.8.1 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Compile date Jan 19 2024 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: DB SUMMARY 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: CURRENT file: CURRENT 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-21T08:48:31.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi177/store.db dir, Total Num: 0, files: 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi177/store.db: 000003.log size: 511 ; 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.error_if_exists: 0 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.create_if_missing: 0 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.paranoid_checks: 1 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.env: 0x561481943080 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.fs: Posix File System 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.info_log: 0x5614824fc520 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.statistics: (nil) 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.use_fsync: 0 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_log_file_size: 0 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-21T08:48:31.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.allow_fallocate: 1 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.use_direct_reads: 0 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.db_log_dir: 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi177/store.db 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_subcompactions: 1 2024-01-21T08:48:31.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_background_flushes: -1 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.write_buffer_manager: 0x5614831f0420 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-21T08:48:31.600 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-21T08:48:31.601 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-21T08:48:31.601 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-21T08:48:31.602 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.unordered_write: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.row_cache: None 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.wal_filter: None 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.preserve_deletes: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.two_write_queues: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.atomic_flush: 0 2024-01-21T08:48:31.603 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.log_readahead_size: 0 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_background_jobs: 2 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_background_compactions: -1 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-21T08:48:31.604 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_open_files: -1 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Compression algorithms supported: 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kZSTD supported: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kXpressCompression supported: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kLZ4Compression supported: 1 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kBZip2Compression supported: 0 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kZlibCompression supported: 1 2024-01-21T08:48:31.605 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: kSnappyCompression supported: 1 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi177/store.db/MANIFEST-000001 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.merge_operator: 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_filter: None 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56148249fd28) 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: cache_index_and_filter_blocks: 1 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-21T08:48:31.606 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: pin_top_level_index_and_filter: 1 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: index_type: 0 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: data_block_index_type: 0 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: index_shortening: 1 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: data_block_hash_table_util_ratio: 0.750000 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: hash_index_allow_collision: 1 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: checksum: 1 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: no_block_cache: 0 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_cache: 0x5614824d6f10 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_cache_name: BinnedLRUCache 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_cache_options: 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: capacity : 536870912 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: num_shard_bits : 4 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: strict_capacity_limit : 0 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: high_pri_pool_ratio: 0.000 2024-01-21T08:48:31.607 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_cache_compressed: (nil) 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: persistent_cache: (nil) 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_size: 4096 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_size_deviation: 10 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_restart_interval: 16 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: index_block_restart_interval: 1 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: metadata_block_size: 4096 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: partition_filters: 0 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: use_delta_encoding: 1 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: whole_key_filtering: 1 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: verify_compression: 0 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: read_amp_bytes_per_bit: 0 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: format_version: 2 2024-01-21T08:48:31.608 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: enable_index_compression: 1 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: block_align: 0 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compression: NoCompression 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.num_levels: 7 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-21T08:48:31.609 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-21T08:48:31.610 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-21T08:48:31.611 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-21T08:48:31.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.table_properties_collectors: 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.inplace_update_support: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.bloom_locality: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.max_successive_merges: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-21T08:48:31.613 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.ttl: 2592000 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi177/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705826911307094, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705826911307848, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705826911, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.301+0000 7fbbdad7e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705826911308407, "job": 1, "event": "recovery_finished"} 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.305+0000 7fbbdad7e880 4 rocksdb: DB pointer 0x56148259f800 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.305+0000 7fbbdad7e880 0 mon.smithi177 does not exist in monmap, will attempt to join an existing cluster 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.305+0000 7fbbdad7e880 0 using public_addr v2:172.21.15.177:0/0 -> [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-01-21T08:48:31.614 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.305+0000 7fbbdad7e880 0 starting mon.smithi177 rank -1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi177 fsid 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.305+0000 7fbbc1b70700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.305+0000 7fbbc1b70700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ** DB Stats ** 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ** Compaction Stats [default] ** 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:48:31.615 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ** Compaction Stats [default] ** 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Cumulative compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Interval compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:48:31.616 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ** Compaction Stats [default] ** 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ** Compaction Stats [default] ** 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.1 0.00 0.00 1 0.001 0 0 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-21T08:48:31.617 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(Total Files): cumulative 0, interval 0 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: AddFile(Keys): cumulative 0, interval 0 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Cumulative compaction: 0.00 GB write, 0.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: ** File Read Latency Histogram By Level [default] ** 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.305+0000 7fbbdad7e880 1 mon.smithi177@-1(???) e0 preinit fsid 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 0 mon.smithi177@-1(synchronizing).mds e1 new map 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 0 mon.smithi177@-1(synchronizing).mds e1 print_map 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: e1 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-21T08:48:31.618 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: legacy client fscid: -1 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: No filesystems configured 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.345+0000 7fbbc4375700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: cephadm 2024-01-21T08:48:29.642388+0000 mgr.smithi144.tlyrca (mgr.14186) 11 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-01-21T08:48:31.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: cephadm 2024-01-21T08:48:30.210476+0000 mgr.smithi144.tlyrca (mgr.14186) 12 : cephadm [INF] Deploying daemon prometheus.smithi177 on smithi177 2024-01-21T08:48:31.620 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:31 smithi177 bash[20374]: debug 2024-01-21T08:48:31.349+0000 7fbbc4375700 1 mon.smithi177@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-21T08:48:31.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:31 smithi144 bash[16259]: cephadm 2024-01-21T08:48:29.642388+0000 mgr.smithi144.tlyrca (mgr.14186) 11 : cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-01-21T08:48:31.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:31 smithi144 bash[16259]: cephadm 2024-01-21T08:48:30.210476+0000 mgr.smithi144.tlyrca (mgr.14186) 12 : cephadm [INF] Deploying daemon prometheus.smithi177 on smithi177 2024-01-21T08:48:32.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-21T08:48:32.011 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph mon dump -f json 2024-01-21T08:48:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:31.066186+0000 mgr.smithi144.tlyrca (mgr.14186) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:31.362198+0000 mon.smithi144 (mon.0) 170 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:31.362679+0000 mon.smithi144 (mon.0) 171 : cluster [INF] mon.smithi144 calling monitor election 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:31.365402+0000 mon.smithi144 (mon.0) 172 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:32.355436+0000 mon.smithi144 (mon.0) 173 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:32.805379+0000 mon.smithi144 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.vlzzcf/crt"}]: dispatch 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:33.066679+0000 mgr.smithi144.tlyrca (mgr.14186) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:33.355496+0000 mon.smithi144 (mon.0) 175 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:33.361960+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:34.355635+0000 mon.smithi144 (mon.0) 176 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:35.067154+0000 mgr.smithi144.tlyrca (mgr.14186) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:35.355833+0000 mon.smithi144 (mon.0) 177 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:36.356292+0000 mon.smithi144 (mon.0) 178 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.386907+0000 mon.smithi144 (mon.0) 179 : cluster [INF] mon.smithi144 is new leader, mons smithi144,smithi177 in quorum (ranks 0,1) 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.397648+0000 mon.smithi144 (mon.0) 180 : cluster [DBG] monmap e2: 2 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.398783+0000 mon.smithi144 (mon.0) 181 : cluster [DBG] fsmap 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.398863+0000 mon.smithi144 (mon.0) 182 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.399229+0000 mon.smithi144 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi144.tlyrca(active, since 27s) 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.400542+0000 mon.smithi144 (mon.0) 184 : cluster [DBG] Standby manager daemon smithi177.vlzzcf started 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:36.403582+0000 mon.smithi144 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.406956+0000 mon.smithi144 (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:36.412229+0000 mon.smithi144 (mon.0) 187 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:36.412520+0000 mon.smithi144 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.vlzzcf/key"}]: dispatch 2024-01-21T08:48:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:36 smithi177 bash[20374]: audit 2024-01-21T08:48:36.413458+0000 mon.smithi144 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:31.066186+0000 mgr.smithi144.tlyrca (mgr.14186) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:31.362198+0000 mon.smithi144 (mon.0) 170 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi144"}]: dispatch 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:31.362679+0000 mon.smithi144 (mon.0) 171 : cluster [INF] mon.smithi144 calling monitor election 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:31.365402+0000 mon.smithi144 (mon.0) 172 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:32.355436+0000 mon.smithi144 (mon.0) 173 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:32.805379+0000 mon.smithi144 (mon.0) 174 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.vlzzcf/crt"}]: dispatch 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:33.066679+0000 mgr.smithi144.tlyrca (mgr.14186) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:33.355496+0000 mon.smithi144 (mon.0) 175 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:33.361960+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-01-21T08:48:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:34.355635+0000 mon.smithi144 (mon.0) 176 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:35.067154+0000 mgr.smithi144.tlyrca (mgr.14186) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:35.355833+0000 mon.smithi144 (mon.0) 177 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:36.356292+0000 mon.smithi144 (mon.0) 178 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.386907+0000 mon.smithi144 (mon.0) 179 : cluster [INF] mon.smithi144 is new leader, mons smithi144,smithi177 in quorum (ranks 0,1) 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.397648+0000 mon.smithi144 (mon.0) 180 : cluster [DBG] monmap e2: 2 mons at {smithi144=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.398783+0000 mon.smithi144 (mon.0) 181 : cluster [DBG] fsmap 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.398863+0000 mon.smithi144 (mon.0) 182 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.399229+0000 mon.smithi144 (mon.0) 183 : cluster [DBG] mgrmap e17: smithi144.tlyrca(active, since 27s) 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.400542+0000 mon.smithi144 (mon.0) 184 : cluster [DBG] Standby manager daemon smithi177.vlzzcf started 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:36.403582+0000 mon.smithi144 (mon.0) 185 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.406956+0000 mon.smithi144 (mon.0) 186 : cluster [INF] overall HEALTH_OK 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:36.412229+0000 mon.smithi144 (mon.0) 187 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:36.412520+0000 mon.smithi144 (mon.0) 188 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.vlzzcf/key"}]: dispatch 2024-01-21T08:48:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:36 smithi144 bash[16259]: audit 2024-01-21T08:48:36.413458+0000 mon.smithi144 (mon.0) 189 : audit [DBG] from='mgr.? 172.21.15.177:0/1643138910' entity='mgr.smithi177.vlzzcf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-21T08:48:37.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:37 smithi177 bash[20374]: cluster 2024-01-21T08:48:36.467085+0000 mon.smithi144 (mon.0) 190 : cluster [DBG] mgrmap e18: smithi144.tlyrca(active, since 27s), standbys: smithi177.vlzzcf 2024-01-21T08:48:37.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:37 smithi177 bash[20374]: audit 2024-01-21T08:48:36.467508+0000 mon.smithi144 (mon.0) 191 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr metadata", "who": "smithi177.vlzzcf", "id": "smithi177.vlzzcf"}]: dispatch 2024-01-21T08:48:37.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:37 smithi177 bash[20374]: audit 2024-01-21T08:48:37.356309+0000 mon.smithi144 (mon.0) 192 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:37.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:37 smithi144 bash[16259]: cluster 2024-01-21T08:48:36.467085+0000 mon.smithi144 (mon.0) 190 : cluster [DBG] mgrmap e18: smithi144.tlyrca(active, since 27s), standbys: smithi177.vlzzcf 2024-01-21T08:48:37.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:37 smithi144 bash[16259]: audit 2024-01-21T08:48:36.467508+0000 mon.smithi144 (mon.0) 191 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr metadata", "who": "smithi177.vlzzcf", "id": "smithi177.vlzzcf"}]: dispatch 2024-01-21T08:48:37.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:37 smithi144 bash[16259]: audit 2024-01-21T08:48:37.356309+0000 mon.smithi144 (mon.0) 192 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-01-21T08:48:37.955 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-01-21T08:48:37.955 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","modified":"2024-01-21T08:48:31.356858Z","created":"2024-01-21T08:45:52.503473Z","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":"smithi144","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi177","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-21T08:48:37.958 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-01-21T08:48:38.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:38 smithi177 bash[20374]: cluster 2024-01-21T08:48:37.067580+0000 mgr.smithi144.tlyrca (mgr.14186) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:38.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:38 smithi177 bash[20374]: audit 2024-01-21T08:48:37.951012+0000 mon.smithi144 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.177:0/1952048595' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:48:38.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:38 smithi144 bash[16259]: cluster 2024-01-21T08:48:37.067580+0000 mgr.smithi144.tlyrca (mgr.14186) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:38.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:38 smithi144 bash[16259]: audit 2024-01-21T08:48:37.951012+0000 mon.smithi144 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.177:0/1952048595' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-21T08:48:39.398 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-21T08:48:39.399 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph config generate-minimal-conf 2024-01-21T08:48:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:40 smithi177 bash[20374]: cluster 2024-01-21T08:48:39.068031+0000 mgr.smithi144.tlyrca (mgr.14186) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:40.847 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:40 smithi144 bash[16259]: cluster 2024-01-21T08:48:39.068031+0000 mgr.smithi144.tlyrca (mgr.14186) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:42.526 INFO:teuthology.orchestra.run.smithi144.stdout:# minimal ceph.conf for 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:48:42.526 INFO:teuthology.orchestra.run.smithi144.stdout:[global] 2024-01-21T08:48:42.526 INFO:teuthology.orchestra.run.smithi144.stdout: fsid = 68ba64be-b839-11ee-95b0-87774f69a715 2024-01-21T08:48:42.526 INFO:teuthology.orchestra.run.smithi144.stdout: mon_host = [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-01-21T08:48:42.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:42 smithi177 bash[20374]: cluster 2024-01-21T08:48:41.068592+0000 mgr.smithi144.tlyrca (mgr.14186) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:42.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:42 smithi144 bash[16259]: cluster 2024-01-21T08:48:41.068592+0000 mgr.smithi144.tlyrca (mgr.14186) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:43.160 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-21T08:48:43.160 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:48:43.160 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T08:48:43.173 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:48:43.173 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:48:43.229 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:48:43.229 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-01-21T08:48:43.245 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:48:43.245 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-21T08:48:43.300 INFO:tasks.cephadm:Deploying OSDs... 2024-01-21T08:48:43.300 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:48:43.300 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:48:43.307 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:48:43.307 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme1n1 2024-01-21T08:48:43.355 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme1n1 2024-01-21T08:48:43.355 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:43.355 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-21T08:48:43.355 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:43.356 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:47:21.172988904 +0000 2024-01-21T08:48:43.356 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:45:18.656159672 +0000 2024-01-21T08:48:43.356 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:45:18.656159672 +0000 2024-01-21T08:48:43.356 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:48:43.356 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T08:48:43.409 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:48:43.410 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:48:43.410 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000410941 s, 1.2 MB/s 2024-01-21T08:48:43.411 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T08:48:43.460 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme2n1 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme2n1 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:47:21.184988618 +0000 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:45:18.756107307 +0000 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:45:18.756107307 +0000 2024-01-21T08:48:43.509 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:48:43.510 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T08:48:43.564 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:48:43.564 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:48:43.564 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000475484 s, 1.1 MB/s 2024-01-21T08:48:43.568 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T08:48:43.615 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme3n1 2024-01-21T08:48:43.666 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme3n1 2024-01-21T08:48:43.666 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 484 Links: 1 Device type: 103,6 2024-01-21T08:48:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:47:21.196988334 +0000 2024-01-21T08:48:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:45:18.864050753 +0000 2024-01-21T08:48:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:45:18.864050753 +0000 2024-01-21T08:48:43.667 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:48:43.667 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T08:48:43.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:43 smithi144 bash[16259]: audit 2024-01-21T08:48:42.522679+0000 mon.smithi144 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.144:0/2344385220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:43.704 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:48:43.704 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:48:43.704 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000443322 s, 1.2 MB/s 2024-01-21T08:48:43.706 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T08:48:43.760 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/nvme4n1 2024-01-21T08:48:43.810 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/nvme4n1 2024-01-21T08:48:43.810 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:43.810 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-21T08:48:43.810 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:43.811 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-21 08:47:21.208988048 +0000 2024-01-21T08:48:43.811 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-21 08:45:18.967996294 +0000 2024-01-21T08:48:43.811 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-21 08:45:18.967996294 +0000 2024-01-21T08:48:43.811 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-21T08:48:43.811 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T08:48:43.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:43 smithi177 bash[20374]: audit 2024-01-21T08:48:42.522679+0000 mon.smithi144 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.144:0/2344385220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:43.865 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-21T08:48:43.865 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-21T08:48:43.865 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000440088 s, 1.2 MB/s 2024-01-21T08:48:43.866 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T08:48:43.919 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:48:43.919 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-01-21T08:48:43.926 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-21T08:48:43.926 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme1n1 2024-01-21T08:48:43.979 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme1n1 2024-01-21T08:48:43.979 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:43.979 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-01-21T08:48:43.979 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:43.979 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:48:16.813451723 +0000 2024-01-21T08:48:43.979 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:45:19.917932742 +0000 2024-01-21T08:48:43.979 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:45:19.917932742 +0000 2024-01-21T08:48:43.980 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:48:43.980 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-21T08:48:44.034 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:48:44.034 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:48:44.034 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000404108 s, 1.3 MB/s 2024-01-21T08:48:44.035 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-21T08:48:44.085 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme2n1 2024-01-21T08:48:44.136 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme2n1 2024-01-21T08:48:44.136 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:44.136 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-01-21T08:48:44.136 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:44.136 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:48:16.829451342 +0000 2024-01-21T08:48:44.136 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:45:20.013885402 +0000 2024-01-21T08:48:44.136 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:45:20.013885402 +0000 2024-01-21T08:48:44.137 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:48:44.137 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-21T08:48:44.195 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:48:44.195 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:48:44.195 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000425296 s, 1.2 MB/s 2024-01-21T08:48:44.196 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-21T08:48:44.249 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme3n1 2024-01-21T08:48:44.296 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme3n1 2024-01-21T08:48:44.297 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:44.297 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-01-21T08:48:44.297 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:44.297 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:48:16.845450961 +0000 2024-01-21T08:48:44.297 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:45:20.125856095 +0000 2024-01-21T08:48:44.297 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:45:20.125856095 +0000 2024-01-21T08:48:44.297 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:48:44.297 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-21T08:48:44.352 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:48:44.352 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:48:44.353 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000279337 s, 1.8 MB/s 2024-01-21T08:48:44.353 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-21T08:48:44.401 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme4n1 2024-01-21T08:48:44.451 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme4n1 2024-01-21T08:48:44.452 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-21T08:48:44.452 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-01-21T08:48:44.452 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-21T08:48:44.452 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-01-21 08:48:16.861450580 +0000 2024-01-21T08:48:44.452 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-01-21 08:45:20.241825747 +0000 2024-01-21T08:48:44.452 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-01-21 08:45:20.241825747 +0000 2024-01-21T08:48:44.452 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-01-21T08:48:44.453 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-21T08:48:44.506 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-01-21T08:48:44.506 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-01-21T08:48:44.506 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000298325 s, 1.7 MB/s 2024-01-21T08:48:44.507 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-21T08:48:44.555 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-21T08:48:44.602 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:44 smithi177 bash[20374]: cluster 2024-01-21T08:48:43.069105+0000 mgr.smithi144.tlyrca (mgr.14186) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:44.602 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:44 smithi177 bash[20374]: audit 2024-01-21T08:48:44.389109+0000 mon.smithi144 (mon.0) 195 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:44.602 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:44 smithi177 bash[20374]: audit 2024-01-21T08:48:44.391480+0000 mon.smithi144 (mon.0) 196 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:48:44.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:44 smithi144 bash[16259]: cluster 2024-01-21T08:48:43.069105+0000 mgr.smithi144.tlyrca (mgr.14186) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:44.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:44 smithi144 bash[16259]: audit 2024-01-21T08:48:44.389109+0000 mon.smithi144 (mon.0) 195 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:44.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:44 smithi144 bash[16259]: audit 2024-01-21T08:48:44.391480+0000 mon.smithi144 (mon.0) 196 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:48:46.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:46 smithi177 bash[20374]: cluster 2024-01-21T08:48:45.069577+0000 mgr.smithi144.tlyrca (mgr.14186) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:46.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:46 smithi177 bash[20374]: audit 2024-01-21T08:48:46.421270+0000 mon.smithi144 (mon.0) 197 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:46.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:46 smithi144 bash[16259]: cluster 2024-01-21T08:48:45.069577+0000 mgr.smithi144.tlyrca (mgr.14186) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:46.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:46 smithi144 bash[16259]: audit 2024-01-21T08:48:46.421270+0000 mon.smithi144 (mon.0) 197 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:47.780 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled osd.all-available-devices update... 2024-01-21T08:48:48.358 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-21T08:48:48.358 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:48:48.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:48 smithi144 bash[16259]: cluster 2024-01-21T08:48:47.070092+0000 mgr.smithi144.tlyrca (mgr.14186) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:48.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:48 smithi144 bash[16259]: audit 2024-01-21T08:48:47.776415+0000 mon.smithi144 (mon.0) 198 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:48.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:48 smithi177 bash[20374]: cluster 2024-01-21T08:48:47.070092+0000 mgr.smithi144.tlyrca (mgr.14186) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:48.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:48 smithi177 bash[20374]: audit 2024-01-21T08:48:47.776415+0000 mon.smithi144 (mon.0) 198 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:49.661 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:49 smithi144 bash[16259]: audit 2024-01-21T08:48:47.763771+0000 mgr.smithi144.tlyrca (mgr.14186) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:48:49.661 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:49 smithi144 bash[16259]: cephadm 2024-01-21T08:48:47.768225+0000 mgr.smithi144.tlyrca (mgr.14186) 23 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-01-21T08:48:49.662 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:49 smithi144 bash[16259]: cephadm 2024-01-21T08:48:47.768608+0000 mgr.smithi144.tlyrca (mgr.14186) 24 : cephadm [INF] Marking host: smithi177 for OSDSpec preview refresh. 2024-01-21T08:48:49.662 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:49 smithi144 bash[16259]: cephadm 2024-01-21T08:48:47.769376+0000 mgr.smithi144.tlyrca (mgr.14186) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T08:48:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:49 smithi177 bash[20374]: audit 2024-01-21T08:48:47.763771+0000 mgr.smithi144.tlyrca (mgr.14186) 22 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:48:49.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:49 smithi177 bash[20374]: cephadm 2024-01-21T08:48:47.768225+0000 mgr.smithi144.tlyrca (mgr.14186) 23 : cephadm [INF] Marking host: smithi144 for OSDSpec preview refresh. 2024-01-21T08:48:49.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:49 smithi177 bash[20374]: cephadm 2024-01-21T08:48:47.768608+0000 mgr.smithi144.tlyrca (mgr.14186) 24 : cephadm [INF] Marking host: smithi177 for OSDSpec preview refresh. 2024-01-21T08:48:49.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:49 smithi177 bash[20374]: cephadm 2024-01-21T08:48:47.769376+0000 mgr.smithi144.tlyrca (mgr.14186) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-21T08:48:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:50 smithi177 bash[20374]: cluster 2024-01-21T08:48:49.070643+0000 mgr.smithi144.tlyrca (mgr.14186) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:50.927 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:50 smithi144 bash[16259]: cluster 2024-01-21T08:48:49.070643+0000 mgr.smithi144.tlyrca (mgr.14186) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:51.356 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:48:51.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:51 smithi144 bash[16259]: audit 2024-01-21T08:48:51.353171+0000 mon.smithi144 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.144:0/1018440573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:48:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:51 smithi177 bash[20374]: audit 2024-01-21T08:48:51.353171+0000 mon.smithi144 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.144:0/1018440573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:48:51.981 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T08:48:52.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: cluster 2024-01-21T08:48:51.071173+0000 mgr.smithi144.tlyrca (mgr.14186) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.142801+0000 mon.smithi144 (mon.0) 200 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.154429+0000 mon.smithi144 (mon.0) 201 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.156492+0000 mon.smithi144 (mon.0) 202 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.158703+0000 mon.smithi144 (mon.0) 203 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.189283+0000 mon.smithi144 (mon.0) 204 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.197250+0000 mon.smithi144 (mon.0) 205 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.203305+0000 mon.smithi144 (mon.0) 206 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.211616+0000 mon.smithi144 (mon.0) 207 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.219526+0000 mon.smithi144 (mon.0) 208 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.223147+0000 mon.smithi144 (mon.0) 209 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:48:52.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.223740+0000 mon.smithi144 (mon.0) 210 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:52.806 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:52 smithi177 bash[20374]: audit 2024-01-21T08:48:52.224808+0000 mon.smithi144 (mon.0) 211 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:52.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: cluster 2024-01-21T08:48:51.071173+0000 mgr.smithi144.tlyrca (mgr.14186) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:52.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.142801+0000 mon.smithi144 (mon.0) 200 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.154429+0000 mon.smithi144 (mon.0) 201 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.156492+0000 mon.smithi144 (mon.0) 202 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.158703+0000 mon.smithi144 (mon.0) 203 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.189283+0000 mon.smithi144 (mon.0) 204 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.197250+0000 mon.smithi144 (mon.0) 205 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.203305+0000 mon.smithi144 (mon.0) 206 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.211616+0000 mon.smithi144 (mon.0) 207 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.219526+0000 mon.smithi144 (mon.0) 208 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.223147+0000 mon.smithi144 (mon.0) 209 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.223740+0000 mon.smithi144 (mon.0) 210 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:52 smithi144 bash[16259]: audit 2024-01-21T08:48:52.224808+0000 mon.smithi144 (mon.0) 211 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:48:52.982 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:48:53.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:53 smithi177 bash[20374]: cephadm 2024-01-21T08:48:52.161541+0000 mgr.smithi144.tlyrca (mgr.14186) 28 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-01-21T08:48:53.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:53 smithi177 bash[20374]: cephadm 2024-01-21T08:48:52.162231+0000 mgr.smithi144.tlyrca (mgr.14186) 29 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-21T08:48:53.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:53 smithi144 bash[16259]: cephadm 2024-01-21T08:48:52.161541+0000 mgr.smithi144.tlyrca (mgr.14186) 28 : cephadm [INF] Updating smithi144:/etc/ceph/ceph.conf 2024-01-21T08:48:53.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:53 smithi144 bash[16259]: cephadm 2024-01-21T08:48:52.162231+0000 mgr.smithi144.tlyrca (mgr.14186) 29 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-01-21T08:48:54.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:54 smithi144 bash[16259]: cluster 2024-01-21T08:48:53.071653+0000 mgr.smithi144.tlyrca (mgr.14186) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:54 smithi177 bash[20374]: cluster 2024-01-21T08:48:53.071653+0000 mgr.smithi144.tlyrca (mgr.14186) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:56.077 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:48:56.728 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-21T08:48:56.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:56 smithi177 bash[20374]: cluster 2024-01-21T08:48:55.072051+0000 mgr.smithi144.tlyrca (mgr.14186) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:56.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:56 smithi177 bash[20374]: audit 2024-01-21T08:48:56.074962+0000 mon.smithi144 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.144:0/3059151216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:48:56.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:56 smithi144 bash[16259]: cluster 2024-01-21T08:48:55.072051+0000 mgr.smithi144.tlyrca (mgr.14186) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:56.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:56 smithi144 bash[16259]: audit 2024-01-21T08:48:56.074962+0000 mon.smithi144 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.144:0/3059151216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:48:57.729 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:48:58.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:48:58 smithi144 bash[16259]: cluster 2024-01-21T08:48:57.072495+0000 mgr.smithi144.tlyrca (mgr.14186) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:48:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:48:58 smithi177 bash[20374]: cluster 2024-01-21T08:48:57.072495+0000 mgr.smithi144.tlyrca (mgr.14186) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:00 smithi177 bash[20374]: cluster 2024-01-21T08:48:59.072984+0000 mgr.smithi144.tlyrca (mgr.14186) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:00.867 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:00 smithi144 bash[16259]: cluster 2024-01-21T08:48:59.072984+0000 mgr.smithi144.tlyrca (mgr.14186) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:01.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:01 smithi177 bash[20374]: audit 2024-01-21T08:49:00.602318+0000 mon.smithi144 (mon.0) 213 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b7d658-6f6a-4f8d-ab0b-b018f226a586"}]: dispatch 2024-01-21T08:49:01.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:01 smithi177 bash[20374]: audit 2024-01-21T08:49:00.602861+0000 mon.smithi177 (mon.1) 2 : audit [INF] from='client.? 172.21.15.177:0/4066584294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b7d658-6f6a-4f8d-ab0b-b018f226a586"}]: dispatch 2024-01-21T08:49:01.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:01 smithi177 bash[20374]: audit 2024-01-21T08:49:00.608121+0000 mon.smithi144 (mon.0) 214 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8b7d658-6f6a-4f8d-ab0b-b018f226a586"}]': finished 2024-01-21T08:49:01.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:01 smithi177 bash[20374]: cluster 2024-01-21T08:49:00.608256+0000 mon.smithi144 (mon.0) 215 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T08:49:01.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:01 smithi177 bash[20374]: audit 2024-01-21T08:49:00.608405+0000 mon.smithi144 (mon.0) 216 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:01.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:01 smithi144 bash[16259]: audit 2024-01-21T08:49:00.602318+0000 mon.smithi144 (mon.0) 213 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b7d658-6f6a-4f8d-ab0b-b018f226a586"}]: dispatch 2024-01-21T08:49:01.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:01 smithi144 bash[16259]: audit 2024-01-21T08:49:00.602861+0000 mon.smithi177 (mon.1) 2 : audit [INF] from='client.? 172.21.15.177:0/4066584294' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8b7d658-6f6a-4f8d-ab0b-b018f226a586"}]: dispatch 2024-01-21T08:49:01.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:01 smithi144 bash[16259]: audit 2024-01-21T08:49:00.608121+0000 mon.smithi144 (mon.0) 214 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8b7d658-6f6a-4f8d-ab0b-b018f226a586"}]': finished 2024-01-21T08:49:01.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:01 smithi144 bash[16259]: cluster 2024-01-21T08:49:00.608256+0000 mon.smithi144 (mon.0) 215 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-21T08:49:01.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:01 smithi144 bash[16259]: audit 2024-01-21T08:49:00.608405+0000 mon.smithi144 (mon.0) 216 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:02.000 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:02.803 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1705826940,"num_remapped_pgs":0} 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: cluster 2024-01-21T08:49:01.073326+0000 mgr.smithi144.tlyrca (mgr.14186) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: audit 2024-01-21T08:49:01.673378+0000 mon.smithi177 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.177:0/3096843840' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: audit 2024-01-21T08:49:01.998236+0000 mon.smithi144 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.144:0/2428013135' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: audit 2024-01-21T08:49:02.061903+0000 mon.smithi144 (mon.0) 218 : audit [INF] from='client.? 172.21.15.144:0/4195266021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcd9e1f9-f6a2-410d-a016-fd3178f30a3f"}]: dispatch 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: audit 2024-01-21T08:49:02.071282+0000 mon.smithi144 (mon.0) 219 : audit [INF] from='client.? 172.21.15.144:0/4195266021' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dcd9e1f9-f6a2-410d-a016-fd3178f30a3f"}]': finished 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: cluster 2024-01-21T08:49:02.071330+0000 mon.smithi144 (mon.0) 220 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: audit 2024-01-21T08:49:02.071432+0000 mon.smithi144 (mon.0) 221 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:02.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:02 smithi177 bash[20374]: audit 2024-01-21T08:49:02.071853+0000 mon.smithi144 (mon.0) 222 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: cluster 2024-01-21T08:49:01.073326+0000 mgr.smithi144.tlyrca (mgr.14186) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: audit 2024-01-21T08:49:01.673378+0000 mon.smithi177 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.177:0/3096843840' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: audit 2024-01-21T08:49:01.998236+0000 mon.smithi144 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.144:0/2428013135' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: audit 2024-01-21T08:49:02.061903+0000 mon.smithi144 (mon.0) 218 : audit [INF] from='client.? 172.21.15.144:0/4195266021' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dcd9e1f9-f6a2-410d-a016-fd3178f30a3f"}]: dispatch 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: audit 2024-01-21T08:49:02.071282+0000 mon.smithi144 (mon.0) 219 : audit [INF] from='client.? 172.21.15.144:0/4195266021' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dcd9e1f9-f6a2-410d-a016-fd3178f30a3f"}]': finished 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: cluster 2024-01-21T08:49:02.071330+0000 mon.smithi144 (mon.0) 220 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: audit 2024-01-21T08:49:02.071432+0000 mon.smithi144 (mon.0) 221 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:02 smithi144 bash[16259]: audit 2024-01-21T08:49:02.071853+0000 mon.smithi144 (mon.0) 222 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:03.805 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:04.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:04 smithi177 bash[20374]: cluster 2024-01-21T08:49:03.073582+0000 mgr.smithi144.tlyrca (mgr.14186) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:04.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:04 smithi177 bash[20374]: audit 2024-01-21T08:49:03.490065+0000 mon.smithi144 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.144:0/22184382' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:04.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:04 smithi144 bash[16259]: cluster 2024-01-21T08:49:03.073582+0000 mgr.smithi144.tlyrca (mgr.14186) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:04.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:04 smithi144 bash[16259]: audit 2024-01-21T08:49:03.490065+0000 mon.smithi144 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.144:0/22184382' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:05.346 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:05 smithi144 bash[16259]: audit 2024-01-21T08:49:04.408856+0000 mon.smithi144 (mon.0) 224 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30"}]: dispatch 2024-01-21T08:49:05.346 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:05 smithi144 bash[16259]: audit 2024-01-21T08:49:04.409203+0000 mon.smithi177 (mon.1) 4 : audit [INF] from='client.? 172.21.15.177:0/1026454645' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30"}]: dispatch 2024-01-21T08:49:05.346 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:05 smithi144 bash[16259]: audit 2024-01-21T08:49:04.414392+0000 mon.smithi144 (mon.0) 225 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30"}]': finished 2024-01-21T08:49:05.346 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:05 smithi144 bash[16259]: cluster 2024-01-21T08:49:04.414455+0000 mon.smithi144 (mon.0) 226 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T08:49:05.346 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:05 smithi144 bash[16259]: audit 2024-01-21T08:49:04.414637+0000 mon.smithi144 (mon.0) 227 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:05.346 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:05 smithi144 bash[16259]: audit 2024-01-21T08:49:04.415238+0000 mon.smithi144 (mon.0) 228 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:05.347 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:05 smithi144 bash[16259]: audit 2024-01-21T08:49:04.415481+0000 mon.smithi144 (mon.0) 229 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:05.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:05 smithi177 bash[20374]: audit 2024-01-21T08:49:04.408856+0000 mon.smithi144 (mon.0) 224 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30"}]: dispatch 2024-01-21T08:49:05.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:05 smithi177 bash[20374]: audit 2024-01-21T08:49:04.409203+0000 mon.smithi177 (mon.1) 4 : audit [INF] from='client.? 172.21.15.177:0/1026454645' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30"}]: dispatch 2024-01-21T08:49:05.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:05 smithi177 bash[20374]: audit 2024-01-21T08:49:04.414392+0000 mon.smithi144 (mon.0) 225 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30"}]': finished 2024-01-21T08:49:05.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:05 smithi177 bash[20374]: cluster 2024-01-21T08:49:04.414455+0000 mon.smithi144 (mon.0) 226 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-21T08:49:05.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:05 smithi177 bash[20374]: audit 2024-01-21T08:49:04.414637+0000 mon.smithi144 (mon.0) 227 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:05.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:05 smithi177 bash[20374]: audit 2024-01-21T08:49:04.415238+0000 mon.smithi144 (mon.0) 228 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:05.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:05 smithi177 bash[20374]: audit 2024-01-21T08:49:04.415481+0000 mon.smithi144 (mon.0) 229 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: cluster 2024-01-21T08:49:05.074038+0000 mgr.smithi144.tlyrca (mgr.14186) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: audit 2024-01-21T08:49:05.480540+0000 mon.smithi177 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.177:0/2802913607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: audit 2024-01-21T08:49:06.271741+0000 mon.smithi144 (mon.0) 230 : audit [INF] from='client.? 172.21.15.144:0/1542778734' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c6dc8f6-1418-4605-8470-10db0f9517b7"}]: dispatch 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: audit 2024-01-21T08:49:06.281919+0000 mon.smithi144 (mon.0) 231 : audit [INF] from='client.? 172.21.15.144:0/1542778734' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c6dc8f6-1418-4605-8470-10db0f9517b7"}]': finished 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: cluster 2024-01-21T08:49:06.282044+0000 mon.smithi144 (mon.0) 232 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: audit 2024-01-21T08:49:06.282272+0000 mon.smithi144 (mon.0) 233 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: audit 2024-01-21T08:49:06.283078+0000 mon.smithi144 (mon.0) 234 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: audit 2024-01-21T08:49:06.283629+0000 mon.smithi144 (mon.0) 235 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:06.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:06 smithi144 bash[16259]: audit 2024-01-21T08:49:06.284154+0000 mon.smithi144 (mon.0) 236 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: cluster 2024-01-21T08:49:05.074038+0000 mgr.smithi144.tlyrca (mgr.14186) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: audit 2024-01-21T08:49:05.480540+0000 mon.smithi177 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.177:0/2802913607' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: audit 2024-01-21T08:49:06.271741+0000 mon.smithi144 (mon.0) 230 : audit [INF] from='client.? 172.21.15.144:0/1542778734' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8c6dc8f6-1418-4605-8470-10db0f9517b7"}]: dispatch 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: audit 2024-01-21T08:49:06.281919+0000 mon.smithi144 (mon.0) 231 : audit [INF] from='client.? 172.21.15.144:0/1542778734' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8c6dc8f6-1418-4605-8470-10db0f9517b7"}]': finished 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: cluster 2024-01-21T08:49:06.282044+0000 mon.smithi144 (mon.0) 232 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: audit 2024-01-21T08:49:06.282272+0000 mon.smithi144 (mon.0) 233 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: audit 2024-01-21T08:49:06.283078+0000 mon.smithi144 (mon.0) 234 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: audit 2024-01-21T08:49:06.283629+0000 mon.smithi144 (mon.0) 235 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:06.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:06 smithi177 bash[20374]: audit 2024-01-21T08:49:06.284154+0000 mon.smithi144 (mon.0) 236 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:07.378 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:07.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:07 smithi144 bash[16259]: audit 2024-01-21T08:49:07.376335+0000 mon.smithi144 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.144:0/4223513257' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:07.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:07 smithi177 bash[20374]: audit 2024-01-21T08:49:07.376335+0000 mon.smithi144 (mon.0) 237 : audit [DBG] from='client.? 172.21.15.144:0/4223513257' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:08.060 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1705826946,"num_remapped_pgs":0} 2024-01-21T08:49:08.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: cluster 2024-01-21T08:49:07.074526+0000 mgr.smithi144.tlyrca (mgr.14186) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:07.636606+0000 mon.smithi144 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.144:0/3075911650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.221805+0000 mon.smithi144 (mon.0) 239 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "501d3c04-d090-4906-a7ff-103fe9e80b60"}]: dispatch 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.221929+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='client.? 172.21.15.177:0/334135640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "501d3c04-d090-4906-a7ff-103fe9e80b60"}]: dispatch 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.229770+0000 mon.smithi144 (mon.0) 240 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "501d3c04-d090-4906-a7ff-103fe9e80b60"}]': finished 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: cluster 2024-01-21T08:49:08.229956+0000 mon.smithi144 (mon.0) 241 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.230256+0000 mon.smithi144 (mon.0) 242 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.230885+0000 mon.smithi144 (mon.0) 243 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.231285+0000 mon.smithi144 (mon.0) 244 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.231781+0000 mon.smithi144 (mon.0) 245 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:08.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:08 smithi144 bash[16259]: audit 2024-01-21T08:49:08.232168+0000 mon.smithi144 (mon.0) 246 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:08.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: cluster 2024-01-21T08:49:07.074526+0000 mgr.smithi144.tlyrca (mgr.14186) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:08.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:07.636606+0000 mon.smithi144 (mon.0) 238 : audit [DBG] from='client.? 172.21.15.144:0/3075911650' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:08.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.221805+0000 mon.smithi144 (mon.0) 239 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "501d3c04-d090-4906-a7ff-103fe9e80b60"}]: dispatch 2024-01-21T08:49:08.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.221929+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='client.? 172.21.15.177:0/334135640' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "501d3c04-d090-4906-a7ff-103fe9e80b60"}]: dispatch 2024-01-21T08:49:08.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.229770+0000 mon.smithi144 (mon.0) 240 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "501d3c04-d090-4906-a7ff-103fe9e80b60"}]': finished 2024-01-21T08:49:08.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: cluster 2024-01-21T08:49:08.229956+0000 mon.smithi144 (mon.0) 241 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-21T08:49:08.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.230256+0000 mon.smithi144 (mon.0) 242 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:08.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.230885+0000 mon.smithi144 (mon.0) 243 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:08.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.231285+0000 mon.smithi144 (mon.0) 244 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:08.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.231781+0000 mon.smithi144 (mon.0) 245 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:08.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:08 smithi177 bash[20374]: audit 2024-01-21T08:49:08.232168+0000 mon.smithi144 (mon.0) 246 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:09.061 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:09.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:09 smithi177 bash[20374]: audit 2024-01-21T08:49:09.277357+0000 mon.smithi177 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.177:0/3760299912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:09.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:09 smithi144 bash[16259]: audit 2024-01-21T08:49:09.277357+0000 mon.smithi177 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.177:0/3760299912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:10.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: cluster 2024-01-21T08:49:09.074937+0000 mgr.smithi144.tlyrca (mgr.14186) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.412761+0000 mon.smithi144 (mon.0) 247 : audit [INF] from='client.? 172.21.15.144:0/1417160601' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "853215e2-989a-4afd-929a-962fc4a9146f"}]: dispatch 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.417885+0000 mon.smithi144 (mon.0) 248 : audit [INF] from='client.? 172.21.15.144:0/1417160601' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "853215e2-989a-4afd-929a-962fc4a9146f"}]': finished 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: cluster 2024-01-21T08:49:10.417954+0000 mon.smithi144 (mon.0) 249 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.418765+0000 mon.smithi144 (mon.0) 250 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.419421+0000 mon.smithi144 (mon.0) 251 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.419874+0000 mon.smithi144 (mon.0) 252 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.420472+0000 mon.smithi144 (mon.0) 253 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.420941+0000 mon.smithi144 (mon.0) 254 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:10.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:10 smithi144 bash[16259]: audit 2024-01-21T08:49:10.421348+0000 mon.smithi144 (mon.0) 255 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: cluster 2024-01-21T08:49:09.074937+0000 mgr.smithi144.tlyrca (mgr.14186) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.412761+0000 mon.smithi144 (mon.0) 247 : audit [INF] from='client.? 172.21.15.144:0/1417160601' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "853215e2-989a-4afd-929a-962fc4a9146f"}]: dispatch 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.417885+0000 mon.smithi144 (mon.0) 248 : audit [INF] from='client.? 172.21.15.144:0/1417160601' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "853215e2-989a-4afd-929a-962fc4a9146f"}]': finished 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: cluster 2024-01-21T08:49:10.417954+0000 mon.smithi144 (mon.0) 249 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.418765+0000 mon.smithi144 (mon.0) 250 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.419421+0000 mon.smithi144 (mon.0) 251 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.419874+0000 mon.smithi144 (mon.0) 252 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.420472+0000 mon.smithi144 (mon.0) 253 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:10.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.420941+0000 mon.smithi144 (mon.0) 254 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:10.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:10 smithi177 bash[20374]: audit 2024-01-21T08:49:10.421348+0000 mon.smithi144 (mon.0) 255 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:12.533 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: cluster 2024-01-21T08:49:11.075382+0000 mgr.smithi144.tlyrca (mgr.14186) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.013429+0000 mon.smithi144 (mon.0) 256 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90d2edbc-c2e8-4c3d-b4e1-1961b3732efb"}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.013458+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/3805652741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90d2edbc-c2e8-4c3d-b4e1-1961b3732efb"}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.021746+0000 mon.smithi144 (mon.0) 257 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "90d2edbc-c2e8-4c3d-b4e1-1961b3732efb"}]': finished 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: cluster 2024-01-21T08:49:12.021900+0000 mon.smithi144 (mon.0) 258 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.022098+0000 mon.smithi144 (mon.0) 259 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.022537+0000 mon.smithi144 (mon.0) 260 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.022787+0000 mon.smithi144 (mon.0) 261 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.023037+0000 mon.smithi144 (mon.0) 262 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.023289+0000 mon.smithi144 (mon.0) 263 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.023538+0000 mon.smithi144 (mon.0) 264 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:12.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.023796+0000 mon.smithi144 (mon.0) 265 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:12.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:12 smithi177 bash[20374]: audit 2024-01-21T08:49:12.042769+0000 mon.smithi144 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.144:0/1961079268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:12.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: cluster 2024-01-21T08:49:11.075382+0000 mgr.smithi144.tlyrca (mgr.14186) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.013429+0000 mon.smithi144 (mon.0) 256 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90d2edbc-c2e8-4c3d-b4e1-1961b3732efb"}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.013458+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/3805652741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "90d2edbc-c2e8-4c3d-b4e1-1961b3732efb"}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.021746+0000 mon.smithi144 (mon.0) 257 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "90d2edbc-c2e8-4c3d-b4e1-1961b3732efb"}]': finished 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: cluster 2024-01-21T08:49:12.021900+0000 mon.smithi144 (mon.0) 258 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.022098+0000 mon.smithi144 (mon.0) 259 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.022537+0000 mon.smithi144 (mon.0) 260 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.022787+0000 mon.smithi144 (mon.0) 261 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.023037+0000 mon.smithi144 (mon.0) 262 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.023289+0000 mon.smithi144 (mon.0) 263 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.023538+0000 mon.smithi144 (mon.0) 264 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.023796+0000 mon.smithi144 (mon.0) 265 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:12 smithi144 bash[16259]: audit 2024-01-21T08:49:12.042769+0000 mon.smithi144 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.144:0/1961079268' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:13.172 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1705826952,"num_remapped_pgs":0} 2024-01-21T08:49:13.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:13 smithi177 bash[20374]: audit 2024-01-21T08:49:12.530882+0000 mon.smithi144 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.144:0/1095932354' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:13.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:13 smithi177 bash[20374]: audit 2024-01-21T08:49:13.120839+0000 mon.smithi177 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.177:0/854338031' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:13.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:13 smithi144 bash[16259]: audit 2024-01-21T08:49:12.530882+0000 mon.smithi144 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.144:0/1095932354' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:13.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:13 smithi144 bash[16259]: audit 2024-01-21T08:49:13.120839+0000 mon.smithi177 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.177:0/854338031' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:14.174 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:14.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:14 smithi177 bash[20374]: cluster 2024-01-21T08:49:13.075839+0000 mgr.smithi144.tlyrca (mgr.14186) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:14.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:14 smithi144 bash[16259]: cluster 2024-01-21T08:49:13.075839+0000 mgr.smithi144.tlyrca (mgr.14186) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:15.807 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.800561+0000 mon.smithi144 (mon.0) 268 : audit [INF] from='client.? 172.21.15.144:0/3574498264' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "796b2396-ce08-48d3-ac13-c3cf764bbdb1"}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.810603+0000 mon.smithi144 (mon.0) 269 : audit [INF] from='client.? 172.21.15.144:0/3574498264' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "796b2396-ce08-48d3-ac13-c3cf764bbdb1"}]': finished 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: cluster 2024-01-21T08:49:14.810710+0000 mon.smithi144 (mon.0) 270 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.810881+0000 mon.smithi144 (mon.0) 271 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.811367+0000 mon.smithi144 (mon.0) 272 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.811634+0000 mon.smithi144 (mon.0) 273 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.811892+0000 mon.smithi144 (mon.0) 274 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.812185+0000 mon.smithi144 (mon.0) 275 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.812434+0000 mon.smithi144 (mon.0) 276 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.812700+0000 mon.smithi144 (mon.0) 277 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:15.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:15 smithi144 bash[16259]: audit 2024-01-21T08:49:14.812957+0000 mon.smithi144 (mon.0) 278 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.800561+0000 mon.smithi144 (mon.0) 268 : audit [INF] from='client.? 172.21.15.144:0/3574498264' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "796b2396-ce08-48d3-ac13-c3cf764bbdb1"}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.810603+0000 mon.smithi144 (mon.0) 269 : audit [INF] from='client.? 172.21.15.144:0/3574498264' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "796b2396-ce08-48d3-ac13-c3cf764bbdb1"}]': finished 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: cluster 2024-01-21T08:49:14.810710+0000 mon.smithi144 (mon.0) 270 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.810881+0000 mon.smithi144 (mon.0) 271 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.811367+0000 mon.smithi144 (mon.0) 272 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.811634+0000 mon.smithi144 (mon.0) 273 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.811892+0000 mon.smithi144 (mon.0) 274 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.812185+0000 mon.smithi144 (mon.0) 275 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.812434+0000 mon.smithi144 (mon.0) 276 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.812700+0000 mon.smithi144 (mon.0) 277 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:15.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:15 smithi177 bash[20374]: audit 2024-01-21T08:49:14.812957+0000 mon.smithi144 (mon.0) 278 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:16.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:16 smithi177 bash[20374]: cluster 2024-01-21T08:49:15.076295+0000 mgr.smithi144.tlyrca (mgr.14186) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:16.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:16 smithi177 bash[20374]: audit 2024-01-21T08:49:16.228300+0000 mon.smithi144 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.144:0/3082185573' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:16.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:16 smithi144 bash[16259]: cluster 2024-01-21T08:49:15.076295+0000 mgr.smithi144.tlyrca (mgr.14186) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:16.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:16 smithi144 bash[16259]: audit 2024-01-21T08:49:16.228300+0000 mon.smithi144 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.144:0/3082185573' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-21T08:49:17.676 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:18.310 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:49:18.669 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:18 smithi144 bash[16259]: cluster 2024-01-21T08:49:17.076781+0000 mgr.smithi144.tlyrca (mgr.14186) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:18.669 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:18 smithi144 bash[16259]: audit 2024-01-21T08:49:17.674625+0000 mon.smithi144 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.144:0/336314773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:18.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:18 smithi177 bash[20374]: cluster 2024-01-21T08:49:17.076781+0000 mgr.smithi144.tlyrca (mgr.14186) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:18.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:18 smithi177 bash[20374]: audit 2024-01-21T08:49:17.674625+0000 mon.smithi144 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.144:0/336314773' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:19.312 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:20.571 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:20 smithi144 bash[16259]: cluster 2024-01-21T08:49:19.077282+0000 mgr.smithi144.tlyrca (mgr.14186) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:20 smithi177 bash[20374]: cluster 2024-01-21T08:49:19.077282+0000 mgr.smithi144.tlyrca (mgr.14186) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:22.256 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:22.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:22 smithi144 bash[16259]: cluster 2024-01-21T08:49:21.077703+0000 mgr.smithi144.tlyrca (mgr.14186) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:22.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:22 smithi144 bash[16259]: audit 2024-01-21T08:49:22.255017+0000 mon.smithi144 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.144:0/108891715' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:22.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:22 smithi177 bash[20374]: cluster 2024-01-21T08:49:21.077703+0000 mgr.smithi144.tlyrca (mgr.14186) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:22.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:22 smithi177 bash[20374]: audit 2024-01-21T08:49:22.255017+0000 mon.smithi144 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.144:0/108891715' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:22.872 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:49:23.873 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:24 smithi177 bash[20374]: cluster 2024-01-21T08:49:23.078291+0000 mgr.smithi144.tlyrca (mgr.14186) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:24 smithi177 bash[20374]: audit 2024-01-21T08:49:24.154288+0000 mon.smithi144 (mon.0) 282 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T08:49:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:24 smithi177 bash[20374]: audit 2024-01-21T08:49:24.156077+0000 mon.smithi144 (mon.0) 283 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:24.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:24 smithi144 bash[16259]: cluster 2024-01-21T08:49:23.078291+0000 mgr.smithi144.tlyrca (mgr.14186) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:24.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:24 smithi144 bash[16259]: audit 2024-01-21T08:49:24.154288+0000 mon.smithi144 (mon.0) 282 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-21T08:49:24.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:24 smithi144 bash[16259]: audit 2024-01-21T08:49:24.156077+0000 mon.smithi144 (mon.0) 283 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:25.648 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:25 smithi144 bash[16259]: cephadm 2024-01-21T08:49:24.157692+0000 mgr.smithi144.tlyrca (mgr.14186) 46 : cephadm [INF] Deploying daemon osd.0 on smithi177 2024-01-21T08:49:25.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:25 smithi177 bash[20374]: cephadm 2024-01-21T08:49:24.157692+0000 mgr.smithi144.tlyrca (mgr.14186) 46 : cephadm [INF] Deploying daemon osd.0 on smithi177 2024-01-21T08:49:26.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:26 smithi177 bash[20374]: cluster 2024-01-21T08:49:25.078768+0000 mgr.smithi144.tlyrca (mgr.14186) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:26 smithi144 bash[16259]: cluster 2024-01-21T08:49:25.078768+0000 mgr.smithi144.tlyrca (mgr.14186) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:28.179 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:28 smithi177 bash[20374]: cluster 2024-01-21T08:49:27.079216+0000 mgr.smithi144.tlyrca (mgr.14186) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:28 smithi177 bash[20374]: audit 2024-01-21T08:49:27.871941+0000 mon.smithi144 (mon.0) 284 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:28 smithi177 bash[20374]: audit 2024-01-21T08:49:27.873369+0000 mon.smithi144 (mon.0) 285 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T08:49:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:28 smithi177 bash[20374]: audit 2024-01-21T08:49:27.874681+0000 mon.smithi144 (mon.0) 286 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:28 smithi177 bash[20374]: audit 2024-01-21T08:49:28.177855+0000 mon.smithi144 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.144:0/2133340357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:28.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:28 smithi144 bash[16259]: cluster 2024-01-21T08:49:27.079216+0000 mgr.smithi144.tlyrca (mgr.14186) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:28.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:28 smithi144 bash[16259]: audit 2024-01-21T08:49:27.871941+0000 mon.smithi144 (mon.0) 284 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:28.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:28 smithi144 bash[16259]: audit 2024-01-21T08:49:27.873369+0000 mon.smithi144 (mon.0) 285 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-21T08:49:28.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:28 smithi144 bash[16259]: audit 2024-01-21T08:49:27.874681+0000 mon.smithi144 (mon.0) 286 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:28.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:28 smithi144 bash[16259]: audit 2024-01-21T08:49:28.177855+0000 mon.smithi144 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.144:0/2133340357' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:29.141 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:49:29.585 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:29 smithi177 bash[20374]: cephadm 2024-01-21T08:49:27.875798+0000 mgr.smithi144.tlyrca (mgr.14186) 49 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-01-21T08:49:29.585 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:29 smithi177 bash[20374]: audit 2024-01-21T08:49:29.254247+0000 mon.smithi144 (mon.0) 288 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T08:49:29.585 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:29 smithi177 bash[20374]: audit 2024-01-21T08:49:29.255820+0000 mon.smithi144 (mon.0) 289 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:29.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:29 smithi144 bash[16259]: cephadm 2024-01-21T08:49:27.875798+0000 mgr.smithi144.tlyrca (mgr.14186) 49 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-01-21T08:49:29.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:29 smithi144 bash[16259]: audit 2024-01-21T08:49:29.254247+0000 mon.smithi144 (mon.0) 288 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-21T08:49:29.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:29 smithi144 bash[16259]: audit 2024-01-21T08:49:29.255820+0000 mon.smithi144 (mon.0) 289 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:30.143 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:30.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:30 smithi177 bash[20374]: cluster 2024-01-21T08:49:29.079588+0000 mgr.smithi144.tlyrca (mgr.14186) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:30.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:30 smithi177 bash[20374]: cephadm 2024-01-21T08:49:29.257183+0000 mgr.smithi144.tlyrca (mgr.14186) 51 : cephadm [INF] Deploying daemon osd.1 on smithi144 2024-01-21T08:49:30.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:30 smithi144 bash[16259]: cluster 2024-01-21T08:49:29.079588+0000 mgr.smithi144.tlyrca (mgr.14186) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:30.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:30 smithi144 bash[16259]: cephadm 2024-01-21T08:49:29.257183+0000 mgr.smithi144.tlyrca (mgr.14186) 51 : cephadm [INF] Deploying daemon osd.1 on smithi144 2024-01-21T08:49:32.660 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:32 smithi177 bash[20374]: cluster 2024-01-21T08:49:31.080099+0000 mgr.smithi144.tlyrca (mgr.14186) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:32.796 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:32 smithi144 bash[16259]: cluster 2024-01-21T08:49:31.080099+0000 mgr.smithi144.tlyrca (mgr.14186) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:33 smithi177 bash[20374]: audit 2024-01-21T08:49:32.699791+0000 mon.smithi144 (mon.0) 290 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:33 smithi177 bash[20374]: audit 2024-01-21T08:49:32.701308+0000 mon.smithi144 (mon.0) 291 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T08:49:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:33 smithi177 bash[20374]: audit 2024-01-21T08:49:32.702611+0000 mon.smithi144 (mon.0) 292 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:33 smithi177 bash[20374]: cephadm 2024-01-21T08:49:32.703765+0000 mgr.smithi144.tlyrca (mgr.14186) 53 : cephadm [INF] Deploying daemon osd.4 on smithi177 2024-01-21T08:49:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:33 smithi177 bash[20374]: cluster 2024-01-21T08:49:33.080564+0000 mgr.smithi144.tlyrca (mgr.14186) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:34.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:33 smithi144 bash[16259]: audit 2024-01-21T08:49:32.699791+0000 mon.smithi144 (mon.0) 290 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:34.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:33 smithi144 bash[16259]: audit 2024-01-21T08:49:32.701308+0000 mon.smithi144 (mon.0) 291 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-21T08:49:34.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:33 smithi144 bash[16259]: audit 2024-01-21T08:49:32.702611+0000 mon.smithi144 (mon.0) 292 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:34.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:33 smithi144 bash[16259]: cephadm 2024-01-21T08:49:32.703765+0000 mgr.smithi144.tlyrca (mgr.14186) 53 : cephadm [INF] Deploying daemon osd.4 on smithi177 2024-01-21T08:49:34.098 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:33 smithi144 bash[16259]: cluster 2024-01-21T08:49:33.080564+0000 mgr.smithi144.tlyrca (mgr.14186) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:34.528 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:35.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:35 smithi177 bash[20374]: audit 2024-01-21T08:49:34.386039+0000 mon.smithi144 (mon.0) 293 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:35.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:35 smithi177 bash[20374]: audit 2024-01-21T08:49:34.387213+0000 mon.smithi144 (mon.0) 294 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T08:49:35.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:35 smithi177 bash[20374]: audit 2024-01-21T08:49:34.388499+0000 mon.smithi144 (mon.0) 295 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:35.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:35 smithi177 bash[20374]: cephadm 2024-01-21T08:49:34.389688+0000 mgr.smithi144.tlyrca (mgr.14186) 55 : cephadm [INF] Deploying daemon osd.3 on smithi144 2024-01-21T08:49:35.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:35 smithi177 bash[20374]: audit 2024-01-21T08:49:34.527287+0000 mon.smithi144 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.144:0/3144237633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:35.683 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:35 smithi144 bash[16259]: audit 2024-01-21T08:49:34.386039+0000 mon.smithi144 (mon.0) 293 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:35.683 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:35 smithi144 bash[16259]: audit 2024-01-21T08:49:34.387213+0000 mon.smithi144 (mon.0) 294 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-21T08:49:35.683 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:35 smithi144 bash[16259]: audit 2024-01-21T08:49:34.388499+0000 mon.smithi144 (mon.0) 295 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:35.683 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:35 smithi144 bash[16259]: cephadm 2024-01-21T08:49:34.389688+0000 mgr.smithi144.tlyrca (mgr.14186) 55 : cephadm [INF] Deploying daemon osd.3 on smithi144 2024-01-21T08:49:35.683 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:35 smithi144 bash[16259]: audit 2024-01-21T08:49:34.527287+0000 mon.smithi144 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.144:0/3144237633' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:35.684 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:49:36.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:36 smithi177 bash[20374]: cluster 2024-01-21T08:49:35.081006+0000 mgr.smithi144.tlyrca (mgr.14186) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:36.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:36 smithi177 bash[20374]: audit 2024-01-21T08:49:36.017419+0000 mon.smithi177 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/4291181802,v1:172.21.15.177:6801/4291181802]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:49:36.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:36 smithi177 bash[20374]: audit 2024-01-21T08:49:36.017878+0000 mon.smithi144 (mon.0) 297 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:49:36.686 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:36.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:36 smithi144 bash[16259]: cluster 2024-01-21T08:49:35.081006+0000 mgr.smithi144.tlyrca (mgr.14186) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:36.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:36 smithi144 bash[16259]: audit 2024-01-21T08:49:36.017419+0000 mon.smithi177 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/4291181802,v1:172.21.15.177:6801/4291181802]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:49:36.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:36 smithi144 bash[16259]: audit 2024-01-21T08:49:36.017878+0000 mon.smithi144 (mon.0) 297 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-21T08:49:37.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.401650+0000 mon.smithi144 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T08:49:37.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: cluster 2024-01-21T08:49:36.401706+0000 mon.smithi144 (mon.0) 299 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T08:49:37.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.401832+0000 mon.smithi144 (mon.0) 300 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.402102+0000 mon.smithi144 (mon.0) 301 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.402264+0000 mon.smithi144 (mon.0) 302 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.402449+0000 mon.smithi144 (mon.0) 303 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.402627+0000 mon.smithi144 (mon.0) 304 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.402789+0000 mon.smithi144 (mon.0) 305 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.402959+0000 mon.smithi144 (mon.0) 306 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.403132+0000 mon.smithi144 (mon.0) 307 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.404845+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/4291181802,v1:172.21.15.177:6801/4291181802]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:37.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:37 smithi144 bash[16259]: audit 2024-01-21T08:49:36.405048+0000 mon.smithi144 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.401650+0000 mon.smithi144 (mon.0) 298 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: cluster 2024-01-21T08:49:36.401706+0000 mon.smithi144 (mon.0) 299 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.401832+0000 mon.smithi144 (mon.0) 300 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.402102+0000 mon.smithi144 (mon.0) 301 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.402264+0000 mon.smithi144 (mon.0) 302 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.402449+0000 mon.smithi144 (mon.0) 303 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.402627+0000 mon.smithi144 (mon.0) 304 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:37.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.402789+0000 mon.smithi144 (mon.0) 305 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:37.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.402959+0000 mon.smithi144 (mon.0) 306 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:37.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.403132+0000 mon.smithi144 (mon.0) 307 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:37.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.404845+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/4291181802,v1:172.21.15.177:6801/4291181802]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:37.741 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:37 smithi177 bash[20374]: audit 2024-01-21T08:49:36.405048+0000 mon.smithi144 (mon.0) 308 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:38.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: cluster 2024-01-21T08:49:37.081554+0000 mgr.smithi144.tlyrca (mgr.14186) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:38.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.406443+0000 mon.smithi144 (mon.0) 309 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:38.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: cluster 2024-01-21T08:49:37.406637+0000 mon.smithi144 (mon.0) 310 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T08:49:38.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.407737+0000 mon.smithi144 (mon.0) 311 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:38.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.408131+0000 mon.smithi144 (mon.0) 312 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.408560+0000 mon.smithi144 (mon.0) 313 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.415691+0000 mon.smithi144 (mon.0) 314 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.416203+0000 mon.smithi144 (mon.0) 315 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.416474+0000 mon.smithi144 (mon.0) 316 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.416758+0000 mon.smithi144 (mon.0) 317 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.417023+0000 mon.smithi144 (mon.0) 318 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.417347+0000 mon.smithi144 (mon.0) 319 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.784062+0000 mon.smithi144 (mon.0) 320 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.785945+0000 mon.smithi144 (mon.0) 321 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T08:49:38.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:38 smithi144 bash[16259]: audit 2024-01-21T08:49:37.787606+0000 mon.smithi144 (mon.0) 322 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:38.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: cluster 2024-01-21T08:49:37.081554+0000 mgr.smithi144.tlyrca (mgr.14186) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:38.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.406443+0000 mon.smithi144 (mon.0) 309 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:38.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: cluster 2024-01-21T08:49:37.406637+0000 mon.smithi144 (mon.0) 310 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-21T08:49:38.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.407737+0000 mon.smithi144 (mon.0) 311 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:38.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.408131+0000 mon.smithi144 (mon.0) 312 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.408560+0000 mon.smithi144 (mon.0) 313 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.415691+0000 mon.smithi144 (mon.0) 314 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.416203+0000 mon.smithi144 (mon.0) 315 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.416474+0000 mon.smithi144 (mon.0) 316 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.416758+0000 mon.smithi144 (mon.0) 317 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.417023+0000 mon.smithi144 (mon.0) 318 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.417347+0000 mon.smithi144 (mon.0) 319 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.784062+0000 mon.smithi144 (mon.0) 320 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.785945+0000 mon.smithi144 (mon.0) 321 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-21T08:49:38.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:38 smithi177 bash[20374]: audit 2024-01-21T08:49:37.787606+0000 mon.smithi144 (mon.0) 322 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:39.508 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: cluster 2024-01-21T08:49:36.997178+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:39.508 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: cluster 2024-01-21T08:49:36.997232+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:39.508 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: cephadm 2024-01-21T08:49:37.788861+0000 mgr.smithi144.tlyrca (mgr.14186) 58 : cephadm [INF] Deploying daemon osd.6 on smithi177 2024-01-21T08:49:39.508 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: cluster 2024-01-21T08:49:38.417808+0000 mon.smithi144 (mon.0) 323 : cluster [INF] osd.0 [v2:172.21.15.177:6800/4291181802,v1:172.21.15.177:6801/4291181802] boot 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: cluster 2024-01-21T08:49:38.417869+0000 mon.smithi144 (mon.0) 324 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.418631+0000 mon.smithi144 (mon.0) 325 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.419523+0000 mon.smithi144 (mon.0) 326 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.419913+0000 mon.smithi144 (mon.0) 327 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.420344+0000 mon.smithi144 (mon.0) 328 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.420799+0000 mon.smithi144 (mon.0) 329 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.425608+0000 mon.smithi144 (mon.0) 330 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.425999+0000 mon.smithi144 (mon.0) 331 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:39.509 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:39 smithi144 bash[16259]: audit 2024-01-21T08:49:38.426328+0000 mon.smithi144 (mon.0) 332 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: cluster 2024-01-21T08:49:36.997178+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: cluster 2024-01-21T08:49:36.997232+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: cephadm 2024-01-21T08:49:37.788861+0000 mgr.smithi144.tlyrca (mgr.14186) 58 : cephadm [INF] Deploying daemon osd.6 on smithi177 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: cluster 2024-01-21T08:49:38.417808+0000 mon.smithi144 (mon.0) 323 : cluster [INF] osd.0 [v2:172.21.15.177:6800/4291181802,v1:172.21.15.177:6801/4291181802] boot 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: cluster 2024-01-21T08:49:38.417869+0000 mon.smithi144 (mon.0) 324 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.418631+0000 mon.smithi144 (mon.0) 325 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.419523+0000 mon.smithi144 (mon.0) 326 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.419913+0000 mon.smithi144 (mon.0) 327 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:39.530 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.420344+0000 mon.smithi144 (mon.0) 328 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:39.531 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.420799+0000 mon.smithi144 (mon.0) 329 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:39.531 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.425608+0000 mon.smithi144 (mon.0) 330 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:39.531 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.425999+0000 mon.smithi144 (mon.0) 331 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:39.531 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:39 smithi177 bash[20374]: audit 2024-01-21T08:49:38.426328+0000 mon.smithi144 (mon.0) 332 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: cluster 2024-01-21T08:49:39.081918+0000 mgr.smithi144.tlyrca (mgr.14186) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: cluster 2024-01-21T08:49:39.434999+0000 mon.smithi144 (mon.0) 333 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: audit 2024-01-21T08:49:39.435191+0000 mon.smithi144 (mon.0) 334 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: audit 2024-01-21T08:49:39.435381+0000 mon.smithi144 (mon.0) 335 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: audit 2024-01-21T08:49:39.435692+0000 mon.smithi144 (mon.0) 336 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: audit 2024-01-21T08:49:39.435978+0000 mon.smithi144 (mon.0) 337 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: audit 2024-01-21T08:49:39.436218+0000 mon.smithi144 (mon.0) 338 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: audit 2024-01-21T08:49:39.436459+0000 mon.smithi144 (mon.0) 339 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:40 smithi144 bash[16259]: audit 2024-01-21T08:49:39.436998+0000 mon.smithi144 (mon.0) 340 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: cluster 2024-01-21T08:49:39.081918+0000 mgr.smithi144.tlyrca (mgr.14186) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-21T08:49:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: cluster 2024-01-21T08:49:39.434999+0000 mon.smithi144 (mon.0) 333 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-21T08:49:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: audit 2024-01-21T08:49:39.435191+0000 mon.smithi144 (mon.0) 334 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: audit 2024-01-21T08:49:39.435381+0000 mon.smithi144 (mon.0) 335 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: audit 2024-01-21T08:49:39.435692+0000 mon.smithi144 (mon.0) 336 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: audit 2024-01-21T08:49:39.435978+0000 mon.smithi144 (mon.0) 337 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: audit 2024-01-21T08:49:39.436218+0000 mon.smithi144 (mon.0) 338 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: audit 2024-01-21T08:49:39.436459+0000 mon.smithi144 (mon.0) 339 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:40 smithi177 bash[20374]: audit 2024-01-21T08:49:39.436998+0000 mon.smithi144 (mon.0) 340 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:41.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:41 smithi177 bash[20374]: audit 2024-01-21T08:49:40.693822+0000 mon.smithi144 (mon.0) 341 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:41.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:41 smithi177 bash[20374]: audit 2024-01-21T08:49:40.694677+0000 mon.smithi144 (mon.0) 342 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T08:49:41.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:41 smithi177 bash[20374]: audit 2024-01-21T08:49:40.695614+0000 mon.smithi144 (mon.0) 343 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:41.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:41 smithi177 bash[20374]: cephadm 2024-01-21T08:49:40.696360+0000 mgr.smithi144.tlyrca (mgr.14186) 60 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-21T08:49:41.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:41 smithi177 bash[20374]: audit 2024-01-21T08:49:41.065263+0000 mon.smithi177 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.177:6808/3105218815,v1:172.21.15.177:6809/3105218815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:49:41.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:41 smithi177 bash[20374]: audit 2024-01-21T08:49:41.065895+0000 mon.smithi144 (mon.0) 344 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:49:41.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:41 smithi177 bash[20374]: cluster 2024-01-21T08:49:41.082369+0000 mgr.smithi144.tlyrca (mgr.14186) 61 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:49:42.174 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:42.188 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:41 smithi144 bash[16259]: audit 2024-01-21T08:49:40.693822+0000 mon.smithi144 (mon.0) 341 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:42.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:41 smithi144 bash[16259]: audit 2024-01-21T08:49:40.694677+0000 mon.smithi144 (mon.0) 342 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-21T08:49:42.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:41 smithi144 bash[16259]: audit 2024-01-21T08:49:40.695614+0000 mon.smithi144 (mon.0) 343 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:42.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:41 smithi144 bash[16259]: cephadm 2024-01-21T08:49:40.696360+0000 mgr.smithi144.tlyrca (mgr.14186) 60 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-21T08:49:42.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:41 smithi144 bash[16259]: audit 2024-01-21T08:49:41.065263+0000 mon.smithi177 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.177:6808/3105218815,v1:172.21.15.177:6809/3105218815]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:49:42.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:41 smithi144 bash[16259]: audit 2024-01-21T08:49:41.065895+0000 mon.smithi144 (mon.0) 344 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-21T08:49:42.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:41 smithi144 bash[16259]: cluster 2024-01-21T08:49:41.082369+0000 mgr.smithi144.tlyrca (mgr.14186) 61 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:49:42.965 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.707347+0000 mon.smithi144 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: cluster 2024-01-21T08:49:41.707530+0000 mon.smithi144 (mon.0) 346 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.707847+0000 mon.smithi144 (mon.0) 347 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.708854+0000 mon.smithi144 (mon.0) 348 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.709194+0000 mon.smithi177 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.177:6808/3105218815,v1:172.21.15.177:6809/3105218815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.709414+0000 mon.smithi144 (mon.0) 349 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.710171+0000 mon.smithi144 (mon.0) 350 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.710853+0000 mon.smithi144 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.711483+0000 mon.smithi144 (mon.0) 352 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.712001+0000 mon.smithi144 (mon.0) 353 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:41.712571+0000 mon.smithi144 (mon.0) 354 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:42.966 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:42 smithi177 bash[20374]: audit 2024-01-21T08:49:42.173620+0000 mon.smithi144 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.144:0/2505607691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:42.985 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1705826978,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:49:43.002 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.707347+0000 mon.smithi144 (mon.0) 345 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-21T08:49:43.002 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: cluster 2024-01-21T08:49:41.707530+0000 mon.smithi144 (mon.0) 346 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-21T08:49:43.002 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.707847+0000 mon.smithi144 (mon.0) 347 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.708854+0000 mon.smithi144 (mon.0) 348 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.709194+0000 mon.smithi177 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.177:6808/3105218815,v1:172.21.15.177:6809/3105218815]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.709414+0000 mon.smithi144 (mon.0) 349 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.710171+0000 mon.smithi144 (mon.0) 350 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.710853+0000 mon.smithi144 (mon.0) 351 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.711483+0000 mon.smithi144 (mon.0) 352 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.712001+0000 mon.smithi144 (mon.0) 353 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:41.712571+0000 mon.smithi144 (mon.0) 354 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:43.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:42 smithi144 bash[16259]: audit 2024-01-21T08:49:42.173620+0000 mon.smithi144 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.144:0/2505607691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:43.986 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:43.999 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.707149+0000 mon.smithi144 (mon.0) 356 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:43.999 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: cluster 2024-01-21T08:49:42.707372+0000 mon.smithi144 (mon.0) 357 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T08:49:43.999 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.708007+0000 mon.smithi144 (mon.0) 358 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:43.999 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.708339+0000 mon.smithi144 (mon.0) 359 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:43.999 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.708588+0000 mon.smithi144 (mon.0) 360 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:43.999 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.708823+0000 mon.smithi144 (mon.0) 361 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:44.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.709173+0000 mon.smithi144 (mon.0) 362 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:44.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.709452+0000 mon.smithi144 (mon.0) 363 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:44.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.714402+0000 mon.smithi144 (mon.0) 364 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:44.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:42.714691+0000 mon.smithi144 (mon.0) 365 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:44.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:43.000719+0000 mon.smithi144 (mon.0) 366 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:44.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: audit 2024-01-21T08:49:43.063188+0000 mon.smithi144 (mon.0) 367 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T08:49:44.000 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:43 smithi144 bash[16259]: cluster 2024-01-21T08:49:43.082741+0000 mgr.smithi144.tlyrca (mgr.14186) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:49:44.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.707149+0000 mon.smithi144 (mon.0) 356 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:44.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: cluster 2024-01-21T08:49:42.707372+0000 mon.smithi144 (mon.0) 357 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-21T08:49:44.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.708007+0000 mon.smithi144 (mon.0) 358 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:44.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.708339+0000 mon.smithi144 (mon.0) 359 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:44.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.708588+0000 mon.smithi144 (mon.0) 360 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:44.029 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.708823+0000 mon.smithi144 (mon.0) 361 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:44.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.709173+0000 mon.smithi144 (mon.0) 362 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:44.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.709452+0000 mon.smithi144 (mon.0) 363 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:44.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.714402+0000 mon.smithi144 (mon.0) 364 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:44.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:42.714691+0000 mon.smithi144 (mon.0) 365 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:44.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:43.000719+0000 mon.smithi144 (mon.0) 366 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:44.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: audit 2024-01-21T08:49:43.063188+0000 mon.smithi144 (mon.0) 367 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-21T08:49:44.030 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:43 smithi177 bash[20374]: cluster 2024-01-21T08:49:43.082741+0000 mgr.smithi144.tlyrca (mgr.14186) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-21T08:49:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: cluster 2024-01-21T08:49:42.042276+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: cluster 2024-01-21T08:49:42.042364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: cluster 2024-01-21T08:49:43.714700+0000 mon.smithi144 (mon.0) 368 : cluster [INF] osd.2 [v2:172.21.15.177:6808/3105218815,v1:172.21.15.177:6809/3105218815] boot 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.714822+0000 mon.smithi144 (mon.0) 369 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: cluster 2024-01-21T08:49:43.714971+0000 mon.smithi144 (mon.0) 370 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.715513+0000 mon.smithi144 (mon.0) 371 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.715925+0000 mon.smithi144 (mon.0) 372 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.716154+0000 mon.smithi144 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.716507+0000 mon.smithi144 (mon.0) 374 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.716697+0000 mon.smithi144 (mon.0) 375 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.716883+0000 mon.smithi144 (mon.0) 376 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.717069+0000 mon.smithi144 (mon.0) 377 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:43.717284+0000 mon.smithi144 (mon.0) 378 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:44.718614+0000 mon.smithi144 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:49:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: cluster 2024-01-21T08:49:44.718804+0000 mon.smithi144 (mon.0) 380 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T08:49:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:44.719093+0000 mon.smithi144 (mon.0) 381 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:44.719831+0000 mon.smithi144 (mon.0) 382 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:44.720811+0000 mon.smithi144 (mon.0) 383 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:44.721294+0000 mon.smithi144 (mon.0) 384 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:44.721700+0000 mon.smithi144 (mon.0) 385 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:44 smithi177 bash[20374]: audit 2024-01-21T08:49:44.722130+0000 mon.smithi144 (mon.0) 386 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: cluster 2024-01-21T08:49:42.042276+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: cluster 2024-01-21T08:49:42.042364+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: cluster 2024-01-21T08:49:43.714700+0000 mon.smithi144 (mon.0) 368 : cluster [INF] osd.2 [v2:172.21.15.177:6808/3105218815,v1:172.21.15.177:6809/3105218815] boot 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.714822+0000 mon.smithi144 (mon.0) 369 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: cluster 2024-01-21T08:49:43.714971+0000 mon.smithi144 (mon.0) 370 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.715513+0000 mon.smithi144 (mon.0) 371 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.715925+0000 mon.smithi144 (mon.0) 372 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:45.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.716154+0000 mon.smithi144 (mon.0) 373 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.716507+0000 mon.smithi144 (mon.0) 374 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.716697+0000 mon.smithi144 (mon.0) 375 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.716883+0000 mon.smithi144 (mon.0) 376 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.717069+0000 mon.smithi144 (mon.0) 377 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:43.717284+0000 mon.smithi144 (mon.0) 378 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:44.718614+0000 mon.smithi144 (mon.0) 379 : audit [INF] from='osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: cluster 2024-01-21T08:49:44.718804+0000 mon.smithi144 (mon.0) 380 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:44.719093+0000 mon.smithi144 (mon.0) 381 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:44.719831+0000 mon.smithi144 (mon.0) 382 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:44.720811+0000 mon.smithi144 (mon.0) 383 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:44.721294+0000 mon.smithi144 (mon.0) 384 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:44.721700+0000 mon.smithi144 (mon.0) 385 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:45.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:44 smithi144 bash[16259]: audit 2024-01-21T08:49:44.722130+0000 mon.smithi144 (mon.0) 386 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:46.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:46 smithi144 bash[16259]: audit 2024-01-21T08:49:44.724403+0000 mon.smithi144 (mon.0) 387 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:46.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:46 smithi144 bash[16259]: cluster 2024-01-21T08:49:45.083185+0000 mgr.smithi144.tlyrca (mgr.14186) 63 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T08:49:46.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:46 smithi144 bash[16259]: audit 2024-01-21T08:49:45.724125+0000 mon.smithi144 (mon.0) 388 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:46.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:46 smithi177 bash[20374]: audit 2024-01-21T08:49:44.724403+0000 mon.smithi144 (mon.0) 387 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:46.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:46 smithi177 bash[20374]: cluster 2024-01-21T08:49:45.083185+0000 mgr.smithi144.tlyrca (mgr.14186) 63 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-01-21T08:49:46.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:46 smithi177 bash[20374]: audit 2024-01-21T08:49:45.724125+0000 mon.smithi144 (mon.0) 388 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:47.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: cluster 2024-01-21T08:49:44.073513+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: cluster 2024-01-21T08:49:44.073601+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: cluster 2024-01-21T08:49:45.730568+0000 mon.smithi144 (mon.0) 389 : cluster [INF] osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320] boot 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: cluster 2024-01-21T08:49:45.730611+0000 mon.smithi144 (mon.0) 390 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:45.731274+0000 mon.smithi144 (mon.0) 391 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:45.731682+0000 mon.smithi144 (mon.0) 392 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:45.731957+0000 mon.smithi144 (mon.0) 393 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:45.732181+0000 mon.smithi144 (mon.0) 394 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:45.732409+0000 mon.smithi144 (mon.0) 395 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:45.732641+0000 mon.smithi144 (mon.0) 396 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:45.732907+0000 mon.smithi144 (mon.0) 397 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.265784+0000 mon.smithi177 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/3756568493,v1:172.21.15.177:6817/3756568493]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.266375+0000 mon.smithi144 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:49:47.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.731731+0000 mon.smithi144 (mon.0) 399 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.731801+0000 mon.smithi144 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: cluster 2024-01-21T08:49:46.731855+0000 mon.smithi144 (mon.0) 401 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.732007+0000 mon.smithi144 (mon.0) 402 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.732342+0000 mon.smithi144 (mon.0) 403 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.732548+0000 mon.smithi144 (mon.0) 404 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.732804+0000 mon.smithi144 (mon.0) 405 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.733034+0000 mon.smithi144 (mon.0) 406 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.733676+0000 mon.smithi144 (mon.0) 407 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.737714+0000 mon.smithi177 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/3756568493,v1:172.21.15.177:6817/3756568493]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:46.738167+0000 mon.smithi144 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:47.060478+0000 mon.smithi144 (mon.0) 409 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:47.061741+0000 mon.smithi144 (mon.0) 410 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T08:49:47.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:47 smithi177 bash[20374]: audit 2024-01-21T08:49:47.062854+0000 mon.smithi144 (mon.0) 411 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:47.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: cluster 2024-01-21T08:49:44.073513+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:47.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: cluster 2024-01-21T08:49:44.073601+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:47.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: cluster 2024-01-21T08:49:45.730568+0000 mon.smithi144 (mon.0) 389 : cluster [INF] osd.1 [v2:172.21.15.144:6802/3889895320,v1:172.21.15.144:6803/3889895320] boot 2024-01-21T08:49:47.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: cluster 2024-01-21T08:49:45.730611+0000 mon.smithi144 (mon.0) 390 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-21T08:49:47.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:45.731274+0000 mon.smithi144 (mon.0) 391 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-21T08:49:47.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:45.731682+0000 mon.smithi144 (mon.0) 392 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:47.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:45.731957+0000 mon.smithi144 (mon.0) 393 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:45.732181+0000 mon.smithi144 (mon.0) 394 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:45.732409+0000 mon.smithi144 (mon.0) 395 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:45.732641+0000 mon.smithi144 (mon.0) 396 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:45.732907+0000 mon.smithi144 (mon.0) 397 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.265784+0000 mon.smithi177 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/3756568493,v1:172.21.15.177:6817/3756568493]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.266375+0000 mon.smithi144 (mon.0) 398 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.731731+0000 mon.smithi144 (mon.0) 399 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.731801+0000 mon.smithi144 (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: cluster 2024-01-21T08:49:46.731855+0000 mon.smithi144 (mon.0) 401 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.732007+0000 mon.smithi144 (mon.0) 402 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.732342+0000 mon.smithi144 (mon.0) 403 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.732548+0000 mon.smithi144 (mon.0) 404 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:47.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.732804+0000 mon.smithi144 (mon.0) 405 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.733034+0000 mon.smithi144 (mon.0) 406 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.733676+0000 mon.smithi144 (mon.0) 407 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-21T08:49:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.737714+0000 mon.smithi177 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/3756568493,v1:172.21.15.177:6817/3756568493]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:46.738167+0000 mon.smithi144 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:47.060478+0000 mon.smithi144 (mon.0) 409 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:47.061741+0000 mon.smithi144 (mon.0) 410 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-21T08:49:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:47 smithi144 bash[16259]: audit 2024-01-21T08:49:47.062854+0000 mon.smithi144 (mon.0) 411 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:49:48.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: cephadm 2024-01-21T08:49:47.063666+0000 mgr.smithi144.tlyrca (mgr.14186) 64 : cephadm [INF] Deploying daemon osd.7 on smithi144 2024-01-21T08:49:48.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: cluster 2024-01-21T08:49:47.083533+0000 mgr.smithi144.tlyrca (mgr.14186) 65 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T08:49:48.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.737783+0000 mon.smithi144 (mon.0) 412 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T08:49:48.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.737954+0000 mon.smithi144 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:48.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: cluster 2024-01-21T08:49:47.738070+0000 mon.smithi144 (mon.0) 414 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T08:49:48.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.738321+0000 mon.smithi144 (mon.0) 415 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:48.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.738680+0000 mon.smithi144 (mon.0) 416 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:48.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.738979+0000 mon.smithi144 (mon.0) 417 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:48.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.739147+0000 mon.smithi144 (mon.0) 418 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:48.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.739357+0000 mon.smithi144 (mon.0) 419 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:48.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:48 smithi177 bash[20374]: audit 2024-01-21T08:49:47.743934+0000 mon.smithi144 (mon.0) 420 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: cephadm 2024-01-21T08:49:47.063666+0000 mgr.smithi144.tlyrca (mgr.14186) 64 : cephadm [INF] Deploying daemon osd.7 on smithi144 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: cluster 2024-01-21T08:49:47.083533+0000 mgr.smithi144.tlyrca (mgr.14186) 65 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.737783+0000 mon.smithi144 (mon.0) 412 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.737954+0000 mon.smithi144 (mon.0) 413 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: cluster 2024-01-21T08:49:47.738070+0000 mon.smithi144 (mon.0) 414 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.738321+0000 mon.smithi144 (mon.0) 415 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.738680+0000 mon.smithi144 (mon.0) 416 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.738979+0000 mon.smithi144 (mon.0) 417 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.739147+0000 mon.smithi144 (mon.0) 418 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:48.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.739357+0000 mon.smithi144 (mon.0) 419 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:48.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:48 smithi144 bash[16259]: audit 2024-01-21T08:49:47.743934+0000 mon.smithi144 (mon.0) 420 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:48.771 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:49.585 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1705826988,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: cluster 2024-01-21T08:49:47.309931+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: cluster 2024-01-21T08:49:47.310018+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: cluster 2024-01-21T08:49:48.739747+0000 mon.smithi144 (mon.0) 421 : cluster [INF] osd.4 [v2:172.21.15.177:6816/3756568493,v1:172.21.15.177:6817/3756568493] boot 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: cluster 2024-01-21T08:49:48.739884+0000 mon.smithi144 (mon.0) 422 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: audit 2024-01-21T08:49:48.740205+0000 mon.smithi144 (mon.0) 423 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: audit 2024-01-21T08:49:48.740957+0000 mon.smithi144 (mon.0) 424 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: audit 2024-01-21T08:49:48.741664+0000 mon.smithi144 (mon.0) 425 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: audit 2024-01-21T08:49:48.742146+0000 mon.smithi144 (mon.0) 426 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: audit 2024-01-21T08:49:48.742493+0000 mon.smithi144 (mon.0) 427 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: audit 2024-01-21T08:49:48.770633+0000 mon.smithi144 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.144:0/2469027161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:49.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: audit 2024-01-21T08:49:48.887164+0000 mon.smithi144 (mon.0) 429 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:49:49.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:49 smithi144 bash[16259]: cluster 2024-01-21T08:49:49.083922+0000 mgr.smithi144.tlyrca (mgr.14186) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T08:49:50.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: cluster 2024-01-21T08:49:47.309931+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:50.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: cluster 2024-01-21T08:49:47.310018+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:50.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: cluster 2024-01-21T08:49:48.739747+0000 mon.smithi144 (mon.0) 421 : cluster [INF] osd.4 [v2:172.21.15.177:6816/3756568493,v1:172.21.15.177:6817/3756568493] boot 2024-01-21T08:49:50.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: cluster 2024-01-21T08:49:48.739884+0000 mon.smithi144 (mon.0) 422 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-21T08:49:50.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: audit 2024-01-21T08:49:48.740205+0000 mon.smithi144 (mon.0) 423 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:50.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: audit 2024-01-21T08:49:48.740957+0000 mon.smithi144 (mon.0) 424 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-21T08:49:50.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: audit 2024-01-21T08:49:48.741664+0000 mon.smithi144 (mon.0) 425 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:50.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: audit 2024-01-21T08:49:48.742146+0000 mon.smithi144 (mon.0) 426 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:50.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: audit 2024-01-21T08:49:48.742493+0000 mon.smithi144 (mon.0) 427 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:50.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: audit 2024-01-21T08:49:48.770633+0000 mon.smithi144 (mon.0) 428 : audit [DBG] from='client.? 172.21.15.144:0/2469027161' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:50.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: audit 2024-01-21T08:49:48.887164+0000 mon.smithi144 (mon.0) 429 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-21T08:49:50.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:49 smithi177 bash[20374]: cluster 2024-01-21T08:49:49.083922+0000 mgr.smithi144.tlyrca (mgr.14186) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T08:49:50.586 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.742344+0000 mon.smithi144 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: cluster 2024-01-21T08:49:49.742514+0000 mon.smithi144 (mon.0) 431 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.743225+0000 mon.smithi144 (mon.0) 432 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.743487+0000 mon.smithi144 (mon.0) 433 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.743665+0000 mon.smithi144 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.743907+0000 mon.smithi144 (mon.0) 435 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.744105+0000 mon.smithi144 (mon.0) 436 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.802928+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/983481298,v1:172.21.15.177:6825/983481298]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:49:50.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:49.803600+0000 mon.smithi144 (mon.0) 437 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:49:50.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:50.743363+0000 mon.smithi144 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:49:50.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:50.743455+0000 mon.smithi144 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T08:49:50.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: cluster 2024-01-21T08:49:50.743527+0000 mon.smithi144 (mon.0) 440 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-21T08:49:50.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:50.743657+0000 mon.smithi144 (mon.0) 441 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:50.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:50 smithi144 bash[16259]: audit 2024-01-21T08:49:50.744131+0000 mon.smithi144 (mon.0) 442 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.742344+0000 mon.smithi144 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-21T08:49:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: cluster 2024-01-21T08:49:49.742514+0000 mon.smithi144 (mon.0) 431 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-21T08:49:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.743225+0000 mon.smithi144 (mon.0) 432 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.743487+0000 mon.smithi144 (mon.0) 433 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.743665+0000 mon.smithi144 (mon.0) 434 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:49:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.743907+0000 mon.smithi144 (mon.0) 435 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.744105+0000 mon.smithi144 (mon.0) 436 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.802928+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/983481298,v1:172.21.15.177:6825/983481298]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:49:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:49.803600+0000 mon.smithi144 (mon.0) 437 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-21T08:49:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:50.743363+0000 mon.smithi144 (mon.0) 438 : audit [INF] from='osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:49:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:50.743455+0000 mon.smithi144 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-21T08:49:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: cluster 2024-01-21T08:49:50.743527+0000 mon.smithi144 (mon.0) 440 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-01-21T08:49:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:50.743657+0000 mon.smithi144 (mon.0) 441 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:50 smithi177 bash[20374]: audit 2024-01-21T08:49:50.744131+0000 mon.smithi144 (mon.0) 442 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: audit 2024-01-21T08:49:50.745404+0000 mon.smithi144 (mon.0) 443 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: audit 2024-01-21T08:49:50.745956+0000 mon.smithi144 (mon.0) 444 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: audit 2024-01-21T08:49:50.748522+0000 mon.smithi144 (mon.0) 445 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: audit 2024-01-21T08:49:50.750422+0000 mon.smithi177 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/983481298,v1:172.21.15.177:6825/983481298]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: audit 2024-01-21T08:49:50.755191+0000 mon.smithi144 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: cluster 2024-01-21T08:49:51.084268+0000 mgr.smithi144.tlyrca (mgr.14186) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T08:49:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: audit 2024-01-21T08:49:51.749004+0000 mon.smithi144 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: cluster 2024-01-21T08:49:51.749403+0000 mon.smithi144 (mon.0) 448 : cluster [INF] osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464] boot 2024-01-21T08:49:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: cluster 2024-01-21T08:49:51.749533+0000 mon.smithi144 (mon.0) 449 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T08:49:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:51 smithi177 bash[20374]: audit 2024-01-21T08:49:51.749902+0000 mon.smithi144 (mon.0) 450 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: audit 2024-01-21T08:49:50.745404+0000 mon.smithi144 (mon.0) 443 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: audit 2024-01-21T08:49:50.745956+0000 mon.smithi144 (mon.0) 444 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: audit 2024-01-21T08:49:50.748522+0000 mon.smithi144 (mon.0) 445 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: audit 2024-01-21T08:49:50.750422+0000 mon.smithi177 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/983481298,v1:172.21.15.177:6825/983481298]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: audit 2024-01-21T08:49:50.755191+0000 mon.smithi144 (mon.0) 446 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: cluster 2024-01-21T08:49:51.084268+0000 mgr.smithi144.tlyrca (mgr.14186) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: audit 2024-01-21T08:49:51.749004+0000 mon.smithi144 (mon.0) 447 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: cluster 2024-01-21T08:49:51.749403+0000 mon.smithi144 (mon.0) 448 : cluster [INF] osd.3 [v2:172.21.15.144:6810/879368464,v1:172.21.15.144:6811/879368464] boot 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: cluster 2024-01-21T08:49:51.749533+0000 mon.smithi144 (mon.0) 449 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-21T08:49:52.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:51 smithi144 bash[16259]: audit 2024-01-21T08:49:51.749902+0000 mon.smithi144 (mon.0) 450 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-21T08:49:53.074 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: cluster 2024-01-21T08:49:49.835623+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: cluster 2024-01-21T08:49:49.835717+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:51.750673+0000 mon.smithi144 (mon.0) 451 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:51.750902+0000 mon.smithi144 (mon.0) 452 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:51.751082+0000 mon.smithi144 (mon.0) 453 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:51.755908+0000 mon.smithi144 (mon.0) 454 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:52.106333+0000 mon.smithi144 (mon.0) 455 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: cluster 2024-01-21T08:49:52.751953+0000 mon.smithi144 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.177:6824/983481298,v1:172.21.15.177:6825/983481298] boot 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: cluster 2024-01-21T08:49:52.752073+0000 mon.smithi144 (mon.0) 457 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:52.752407+0000 mon.smithi144 (mon.0) 458 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:52.753453+0000 mon.smithi144 (mon.0) 459 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:53.075 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:52 smithi144 bash[16259]: audit 2024-01-21T08:49:52.754453+0000 mon.smithi144 (mon.0) 460 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:53.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: cluster 2024-01-21T08:49:49.835623+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:53.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: cluster 2024-01-21T08:49:49.835717+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:53.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:51.750673+0000 mon.smithi144 (mon.0) 451 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:53.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:51.750902+0000 mon.smithi144 (mon.0) 452 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:51.751082+0000 mon.smithi144 (mon.0) 453 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:51.755908+0000 mon.smithi144 (mon.0) 454 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:52.106333+0000 mon.smithi144 (mon.0) 455 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: cluster 2024-01-21T08:49:52.751953+0000 mon.smithi144 (mon.0) 456 : cluster [INF] osd.6 [v2:172.21.15.177:6824/983481298,v1:172.21.15.177:6825/983481298] boot 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: cluster 2024-01-21T08:49:52.752073+0000 mon.smithi144 (mon.0) 457 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:52.752407+0000 mon.smithi144 (mon.0) 458 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:52.753453+0000 mon.smithi144 (mon.0) 459 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-21T08:49:53.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:52 smithi177 bash[20374]: audit 2024-01-21T08:49:52.754453+0000 mon.smithi144 (mon.0) 460 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:54.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:53 smithi177 bash[20374]: cluster 2024-01-21T08:49:50.795950+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:54.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:53 smithi177 bash[20374]: cluster 2024-01-21T08:49:50.796067+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:54.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:53 smithi177 bash[20374]: cluster 2024-01-21T08:49:53.084618+0000 mgr.smithi144.tlyrca (mgr.14186) 68 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:49:54.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:53 smithi177 bash[20374]: audit 2024-01-21T08:49:53.361277+0000 mon.smithi144 (mon.0) 461 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:54.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:53 smithi177 bash[20374]: cluster 2024-01-21T08:49:53.752440+0000 mon.smithi144 (mon.0) 462 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-21T08:49:54.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:53 smithi177 bash[20374]: audit 2024-01-21T08:49:53.752690+0000 mon.smithi144 (mon.0) 463 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:54.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:53 smithi177 bash[20374]: audit 2024-01-21T08:49:53.753040+0000 mon.smithi144 (mon.0) 464 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:54.188 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:53 smithi144 bash[16259]: cluster 2024-01-21T08:49:50.795950+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:54.188 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:53 smithi144 bash[16259]: cluster 2024-01-21T08:49:50.796067+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:54.188 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:53 smithi144 bash[16259]: cluster 2024-01-21T08:49:53.084618+0000 mgr.smithi144.tlyrca (mgr.14186) 68 : cluster [DBG] pgmap v69: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:49:54.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:53 smithi144 bash[16259]: audit 2024-01-21T08:49:53.361277+0000 mon.smithi144 (mon.0) 461 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:49:54.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:53 smithi144 bash[16259]: cluster 2024-01-21T08:49:53.752440+0000 mon.smithi144 (mon.0) 462 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-21T08:49:54.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:53 smithi144 bash[16259]: audit 2024-01-21T08:49:53.752690+0000 mon.smithi144 (mon.0) 463 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:54.189 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:53 smithi144 bash[16259]: audit 2024-01-21T08:49:53.753040+0000 mon.smithi144 (mon.0) 464 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:55.399 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:49:56.124 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1705826992,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:49:56.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:56 smithi144 bash[16259]: cluster 2024-01-21T08:49:55.084948+0000 mgr.smithi144.tlyrca (mgr.14186) 69 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:49:56.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:56 smithi144 bash[16259]: audit 2024-01-21T08:49:55.398786+0000 mon.smithi144 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.144:0/1966693386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:56.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:56 smithi144 bash[16259]: audit 2024-01-21T08:49:55.697616+0000 mon.smithi144 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T08:49:56.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:56 smithi177 bash[20374]: cluster 2024-01-21T08:49:55.084948+0000 mgr.smithi144.tlyrca (mgr.14186) 69 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:49:56.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:56 smithi177 bash[20374]: audit 2024-01-21T08:49:55.398786+0000 mon.smithi144 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.144:0/1966693386' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:49:56.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:56 smithi177 bash[20374]: audit 2024-01-21T08:49:55.697616+0000 mon.smithi144 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-21T08:49:57.125 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:49:57.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:57 smithi144 bash[16259]: audit 2024-01-21T08:49:56.143761+0000 mon.smithi144 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T08:49:57.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:57 smithi144 bash[16259]: cluster 2024-01-21T08:49:56.143834+0000 mon.smithi144 (mon.0) 468 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-21T08:49:57.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:57 smithi144 bash[16259]: audit 2024-01-21T08:49:56.144333+0000 mon.smithi144 (mon.0) 469 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:57.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:57 smithi144 bash[16259]: audit 2024-01-21T08:49:56.144701+0000 mon.smithi144 (mon.0) 470 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:57.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:57 smithi144 bash[16259]: audit 2024-01-21T08:49:56.145003+0000 mon.smithi144 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:49:57.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:57 smithi177 bash[20374]: audit 2024-01-21T08:49:56.143761+0000 mon.smithi144 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-21T08:49:57.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:57 smithi177 bash[20374]: cluster 2024-01-21T08:49:56.143834+0000 mon.smithi144 (mon.0) 468 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-21T08:49:57.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:57 smithi177 bash[20374]: audit 2024-01-21T08:49:56.144333+0000 mon.smithi144 (mon.0) 469 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:57.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:57 smithi177 bash[20374]: audit 2024-01-21T08:49:56.144701+0000 mon.smithi144 (mon.0) 470 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:57.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:57 smithi177 bash[20374]: audit 2024-01-21T08:49:56.145003+0000 mon.smithi144 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:49:58.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:58 smithi144 bash[16259]: cluster 2024-01-21T08:49:57.085508+0000 mgr.smithi144.tlyrca (mgr.14186) 70 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:49:58.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:58 smithi144 bash[16259]: audit 2024-01-21T08:49:57.149740+0000 mon.smithi144 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:49:58.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:58 smithi144 bash[16259]: cluster 2024-01-21T08:49:57.149875+0000 mon.smithi144 (mon.0) 473 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T08:49:58.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:58 smithi144 bash[16259]: audit 2024-01-21T08:49:57.150119+0000 mon.smithi144 (mon.0) 474 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:58.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:58 smithi144 bash[16259]: audit 2024-01-21T08:49:57.151391+0000 mon.smithi144 (mon.0) 475 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:58.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:58 smithi144 bash[16259]: audit 2024-01-21T08:49:57.158004+0000 mon.smithi144 (mon.0) 476 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:58.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:58 smithi177 bash[20374]: cluster 2024-01-21T08:49:57.085508+0000 mgr.smithi144.tlyrca (mgr.14186) 70 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:49:58.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:58 smithi177 bash[20374]: audit 2024-01-21T08:49:57.149740+0000 mon.smithi144 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:49:58.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:58 smithi177 bash[20374]: cluster 2024-01-21T08:49:57.149875+0000 mon.smithi144 (mon.0) 473 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-21T08:49:58.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:58 smithi177 bash[20374]: audit 2024-01-21T08:49:57.150119+0000 mon.smithi144 (mon.0) 474 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:58.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:58 smithi177 bash[20374]: audit 2024-01-21T08:49:57.151391+0000 mon.smithi144 (mon.0) 475 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:58.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:58 smithi177 bash[20374]: audit 2024-01-21T08:49:57.158004+0000 mon.smithi144 (mon.0) 476 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:59.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:59 smithi144 bash[16259]: cluster 2024-01-21T08:49:56.729075+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:59.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:59 smithi144 bash[16259]: cluster 2024-01-21T08:49:56.729168+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:59.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:59 smithi144 bash[16259]: audit 2024-01-21T08:49:58.161367+0000 mon.smithi144 (mon.0) 477 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:59.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:59 smithi144 bash[16259]: cluster 2024-01-21T08:49:58.167178+0000 mon.smithi144 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062] boot 2024-01-21T08:49:59.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:59 smithi144 bash[16259]: cluster 2024-01-21T08:49:58.167209+0000 mon.smithi144 (mon.0) 479 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-21T08:49:59.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:59 smithi144 bash[16259]: audit 2024-01-21T08:49:58.167696+0000 mon.smithi144 (mon.0) 480 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:59.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:49:59 smithi144 bash[16259]: audit 2024-01-21T08:49:58.168163+0000 mon.smithi144 (mon.0) 481 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:49:59.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:59 smithi177 bash[20374]: cluster 2024-01-21T08:49:56.729075+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:49:59.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:59 smithi177 bash[20374]: cluster 2024-01-21T08:49:56.729168+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:49:59.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:59 smithi177 bash[20374]: audit 2024-01-21T08:49:58.161367+0000 mon.smithi144 (mon.0) 477 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:59.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:59 smithi177 bash[20374]: cluster 2024-01-21T08:49:58.167178+0000 mon.smithi144 (mon.0) 478 : cluster [INF] osd.5 [v2:172.21.15.144:6818/3873655062,v1:172.21.15.144:6819/3873655062] boot 2024-01-21T08:49:59.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:59 smithi177 bash[20374]: cluster 2024-01-21T08:49:58.167209+0000 mon.smithi144 (mon.0) 479 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-21T08:49:59.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:59 smithi177 bash[20374]: audit 2024-01-21T08:49:58.167696+0000 mon.smithi144 (mon.0) 480 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-21T08:49:59.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:49:59 smithi177 bash[20374]: audit 2024-01-21T08:49:58.168163+0000 mon.smithi144 (mon.0) 481 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:00.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:00 smithi177 bash[20374]: cluster 2024-01-21T08:49:59.086134+0000 mgr.smithi144.tlyrca (mgr.14186) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:50:00.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:00 smithi177 bash[20374]: cluster 2024-01-21T08:49:59.259790+0000 mon.smithi144 (mon.0) 482 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T08:50:00.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:00 smithi177 bash[20374]: audit 2024-01-21T08:49:59.260366+0000 mon.smithi144 (mon.0) 483 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:00.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:00 smithi177 bash[20374]: cluster 2024-01-21T08:50:00.000184+0000 mon.smithi144 (mon.0) 484 : cluster [INF] overall HEALTH_OK 2024-01-21T08:50:00.628 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:00 smithi144 bash[16259]: cluster 2024-01-21T08:49:59.086134+0000 mgr.smithi144.tlyrca (mgr.14186) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-21T08:50:00.628 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:00 smithi144 bash[16259]: cluster 2024-01-21T08:49:59.259790+0000 mon.smithi144 (mon.0) 482 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-21T08:50:00.628 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:00 smithi144 bash[16259]: audit 2024-01-21T08:49:59.260366+0000 mon.smithi144 (mon.0) 483 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:00.628 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:00 smithi144 bash[16259]: cluster 2024-01-21T08:50:00.000184+0000 mon.smithi144 (mon.0) 484 : cluster [INF] overall HEALTH_OK 2024-01-21T08:50:00.824 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:50:01.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:01 smithi177 bash[20374]: audit 2024-01-21T08:50:00.823885+0000 mon.smithi144 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.144:0/4235080701' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:50:01.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:01 smithi177 bash[20374]: audit 2024-01-21T08:50:01.250077+0000 mon.smithi144 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T08:50:01.680 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:01 smithi144 bash[16259]: audit 2024-01-21T08:50:00.823885+0000 mon.smithi144 (mon.0) 485 : audit [DBG] from='client.? 172.21.15.144:0/4235080701' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:50:01.680 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:01 smithi144 bash[16259]: audit 2024-01-21T08:50:01.250077+0000 mon.smithi144 (mon.0) 486 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-21T08:50:01.681 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1705826998,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:50:02.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:02 smithi177 bash[20374]: cluster 2024-01-21T08:50:01.086537+0000 mgr.smithi144.tlyrca (mgr.14186) 72 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:50:02.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:02 smithi177 bash[20374]: audit 2024-01-21T08:50:01.269911+0000 mon.smithi144 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T08:50:02.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:02 smithi177 bash[20374]: cluster 2024-01-21T08:50:01.269994+0000 mon.smithi144 (mon.0) 488 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-21T08:50:02.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:02 smithi177 bash[20374]: audit 2024-01-21T08:50:01.270211+0000 mon.smithi144 (mon.0) 489 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:02.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:02 smithi177 bash[20374]: audit 2024-01-21T08:50:01.270960+0000 mon.smithi144 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:50:02.671 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:02 smithi144 bash[16259]: cluster 2024-01-21T08:50:01.086537+0000 mgr.smithi144.tlyrca (mgr.14186) 72 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:50:02.671 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:02 smithi144 bash[16259]: audit 2024-01-21T08:50:01.269911+0000 mon.smithi144 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-21T08:50:02.671 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:02 smithi144 bash[16259]: cluster 2024-01-21T08:50:01.269994+0000 mon.smithi144 (mon.0) 488 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-21T08:50:02.672 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:02 smithi144 bash[16259]: audit 2024-01-21T08:50:01.270211+0000 mon.smithi144 (mon.0) 489 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:02.672 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:02 smithi144 bash[16259]: audit 2024-01-21T08:50:01.270960+0000 mon.smithi144 (mon.0) 490 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-21T08:50:02.682 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd stat -f json 2024-01-21T08:50:03.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:03 smithi177 bash[20374]: audit 2024-01-21T08:50:02.273821+0000 mon.smithi144 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:50:03.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:03 smithi177 bash[20374]: cluster 2024-01-21T08:50:02.274096+0000 mon.smithi144 (mon.0) 492 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-21T08:50:03.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:03 smithi177 bash[20374]: audit 2024-01-21T08:50:02.275129+0000 mon.smithi144 (mon.0) 493 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:03.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:03 smithi177 bash[20374]: audit 2024-01-21T08:50:02.282942+0000 mon.smithi144 (mon.0) 494 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:03.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:03 smithi177 bash[20374]: cluster 2024-01-21T08:50:03.261068+0000 mon.smithi144 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919] boot 2024-01-21T08:50:03.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:03 smithi177 bash[20374]: cluster 2024-01-21T08:50:03.261097+0000 mon.smithi144 (mon.0) 496 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T08:50:03.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:03 smithi177 bash[20374]: audit 2024-01-21T08:50:03.261406+0000 mon.smithi144 (mon.0) 497 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:03.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:03 smithi144 bash[16259]: audit 2024-01-21T08:50:02.273821+0000 mon.smithi144 (mon.0) 491 : audit [INF] from='osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-21T08:50:03.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:03 smithi144 bash[16259]: cluster 2024-01-21T08:50:02.274096+0000 mon.smithi144 (mon.0) 492 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-21T08:50:03.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:03 smithi144 bash[16259]: audit 2024-01-21T08:50:02.275129+0000 mon.smithi144 (mon.0) 493 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:03.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:03 smithi144 bash[16259]: audit 2024-01-21T08:50:02.282942+0000 mon.smithi144 (mon.0) 494 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:03.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:03 smithi144 bash[16259]: cluster 2024-01-21T08:50:03.261068+0000 mon.smithi144 (mon.0) 495 : cluster [INF] osd.7 [v2:172.21.15.144:6826/479937919,v1:172.21.15.144:6827/479937919] boot 2024-01-21T08:50:03.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:03 smithi144 bash[16259]: cluster 2024-01-21T08:50:03.261097+0000 mon.smithi144 (mon.0) 496 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-21T08:50:03.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:03 smithi144 bash[16259]: audit 2024-01-21T08:50:03.261406+0000 mon.smithi144 (mon.0) 497 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-21T08:50:04.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:04 smithi177 bash[20374]: cluster 2024-01-21T08:50:02.211264+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:50:04.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:04 smithi177 bash[20374]: cluster 2024-01-21T08:50:02.211353+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:50:04.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:04 smithi177 bash[20374]: cluster 2024-01-21T08:50:03.087082+0000 mgr.smithi144.tlyrca (mgr.14186) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:50:04.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:04 smithi177 bash[20374]: cluster 2024-01-21T08:50:04.268717+0000 mon.smithi144 (mon.0) 498 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T08:50:04.630 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:04 smithi144 bash[16259]: cluster 2024-01-21T08:50:02.211264+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-21T08:50:04.630 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:04 smithi144 bash[16259]: cluster 2024-01-21T08:50:02.211353+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-21T08:50:04.630 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:04 smithi144 bash[16259]: cluster 2024-01-21T08:50:03.087082+0000 mgr.smithi144.tlyrca (mgr.14186) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-21T08:50:04.630 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:04 smithi144 bash[16259]: cluster 2024-01-21T08:50:04.268717+0000 mon.smithi144 (mon.0) 498 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-21T08:50:05.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:05 smithi144 bash[16259]: audit 2024-01-21T08:50:04.402342+0000 mon.smithi144 (mon.0) 499 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:05.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:05 smithi144 bash[16259]: cephadm 2024-01-21T08:50:04.403853+0000 mgr.smithi144.tlyrca (mgr.14186) 74 : cephadm [INF] Reconfiguring mon.smithi144 (unknown last config time)... 2024-01-21T08:50:05.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:05 smithi144 bash[16259]: audit 2024-01-21T08:50:04.404412+0000 mon.smithi144 (mon.0) 500 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:50:05.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:05 smithi144 bash[16259]: audit 2024-01-21T08:50:04.406262+0000 mon.smithi144 (mon.0) 501 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:50:05.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:05 smithi144 bash[16259]: audit 2024-01-21T08:50:04.407662+0000 mon.smithi144 (mon.0) 502 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:05.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:05 smithi144 bash[16259]: cephadm 2024-01-21T08:50:04.408974+0000 mgr.smithi144.tlyrca (mgr.14186) 75 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-01-21T08:50:05.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:05 smithi144 bash[16259]: cluster 2024-01-21T08:50:05.275087+0000 mon.smithi144 (mon.0) 503 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T08:50:05.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:05 smithi177 bash[20374]: audit 2024-01-21T08:50:04.402342+0000 mon.smithi144 (mon.0) 499 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:05.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:05 smithi177 bash[20374]: cephadm 2024-01-21T08:50:04.403853+0000 mgr.smithi144.tlyrca (mgr.14186) 74 : cephadm [INF] Reconfiguring mon.smithi144 (unknown last config time)... 2024-01-21T08:50:05.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:05 smithi177 bash[20374]: audit 2024-01-21T08:50:04.404412+0000 mon.smithi144 (mon.0) 500 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:50:05.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:05 smithi177 bash[20374]: audit 2024-01-21T08:50:04.406262+0000 mon.smithi144 (mon.0) 501 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:50:05.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:05 smithi177 bash[20374]: audit 2024-01-21T08:50:04.407662+0000 mon.smithi144 (mon.0) 502 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:05.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:05 smithi177 bash[20374]: cephadm 2024-01-21T08:50:04.408974+0000 mgr.smithi144.tlyrca (mgr.14186) 75 : cephadm [INF] Reconfiguring daemon mon.smithi144 on smithi144 2024-01-21T08:50:05.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:05 smithi177 bash[20374]: cluster 2024-01-21T08:50:05.275087+0000 mon.smithi144 (mon.0) 503 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-21T08:50:06.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:06 smithi144 bash[16259]: cluster 2024-01-21T08:50:05.087458+0000 mgr.smithi144.tlyrca (mgr.14186) 76 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:06.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:06 smithi177 bash[20374]: cluster 2024-01-21T08:50:05.087458+0000 mgr.smithi144.tlyrca (mgr.14186) 76 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:07.405 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:50:08.403 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1705827003,"num_in_osds":8,"osd_in_since":1705826954,"num_remapped_pgs":0} 2024-01-21T08:50:08.404 INFO:tasks.cephadm:Setting up client nodes... 2024-01-21T08:50:08.404 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T08:50:08.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: cluster 2024-01-21T08:50:07.087929+0000 mgr.smithi144.tlyrca (mgr.14186) 77 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:08.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: audit 2024-01-21T08:50:07.234419+0000 mon.smithi144 (mon.0) 504 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:08.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: cephadm 2024-01-21T08:50:07.235553+0000 mgr.smithi144.tlyrca (mgr.14186) 78 : cephadm [INF] Reconfiguring mgr.smithi144.tlyrca (unknown last config time)... 2024-01-21T08:50:08.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: audit 2024-01-21T08:50:07.236064+0000 mon.smithi144 (mon.0) 505 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.tlyrca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:50:08.539 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: audit 2024-01-21T08:50:07.237525+0000 mon.smithi144 (mon.0) 506 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:50:08.540 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: audit 2024-01-21T08:50:07.238488+0000 mon.smithi144 (mon.0) 507 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:08.540 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: cephadm 2024-01-21T08:50:07.239360+0000 mgr.smithi144.tlyrca (mgr.14186) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi144.tlyrca on smithi144 2024-01-21T08:50:08.540 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:08 smithi144 bash[16259]: audit 2024-01-21T08:50:07.404324+0000 mon.smithi144 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.144:0/2468966148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: cluster 2024-01-21T08:50:07.087929+0000 mgr.smithi144.tlyrca (mgr.14186) 77 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: audit 2024-01-21T08:50:07.234419+0000 mon.smithi144 (mon.0) 504 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: cephadm 2024-01-21T08:50:07.235553+0000 mgr.smithi144.tlyrca (mgr.14186) 78 : cephadm [INF] Reconfiguring mgr.smithi144.tlyrca (unknown last config time)... 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: audit 2024-01-21T08:50:07.236064+0000 mon.smithi144 (mon.0) 505 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi144.tlyrca", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: audit 2024-01-21T08:50:07.237525+0000 mon.smithi144 (mon.0) 506 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: audit 2024-01-21T08:50:07.238488+0000 mon.smithi144 (mon.0) 507 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: cephadm 2024-01-21T08:50:07.239360+0000 mgr.smithi144.tlyrca (mgr.14186) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi144.tlyrca on smithi144 2024-01-21T08:50:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:08 smithi177 bash[20374]: audit 2024-01-21T08:50:07.404324+0000 mon.smithi144 (mon.0) 508 : audit [DBG] from='client.? 172.21.15.144:0/2468966148' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-21T08:50:10.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:10 smithi177 bash[20374]: cluster 2024-01-21T08:50:09.088266+0000 mgr.smithi144.tlyrca (mgr.14186) 80 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:10.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:10 smithi177 bash[20374]: audit 2024-01-21T08:50:09.840734+0000 mon.smithi144 (mon.0) 509 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:10.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:10 smithi144 bash[16259]: cluster 2024-01-21T08:50:09.088266+0000 mgr.smithi144.tlyrca (mgr.14186) 80 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:10.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:10 smithi144 bash[16259]: audit 2024-01-21T08:50:09.840734+0000 mon.smithi144 (mon.0) 509 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:11.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:11 smithi144 bash[16259]: cephadm 2024-01-21T08:50:09.842238+0000 mgr.smithi144.tlyrca (mgr.14186) 81 : cephadm [INF] Reconfiguring alertmanager.smithi144 (dependencies changed)... 2024-01-21T08:50:11.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:11 smithi144 bash[16259]: cephadm 2024-01-21T08:50:09.855531+0000 mgr.smithi144.tlyrca (mgr.14186) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi144 on smithi144 2024-01-21T08:50:11.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:11 smithi177 bash[20374]: cephadm 2024-01-21T08:50:09.842238+0000 mgr.smithi144.tlyrca (mgr.14186) 81 : cephadm [INF] Reconfiguring alertmanager.smithi144 (dependencies changed)... 2024-01-21T08:50:11.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:11 smithi177 bash[20374]: cephadm 2024-01-21T08:50:09.855531+0000 mgr.smithi144.tlyrca (mgr.14186) 82 : cephadm [INF] Reconfiguring daemon alertmanager.smithi144 on smithi144 2024-01-21T08:50:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:12 smithi177 bash[20374]: cluster 2024-01-21T08:50:11.088859+0000 mgr.smithi144.tlyrca (mgr.14186) 83 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:12.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:12 smithi144 bash[16259]: cluster 2024-01-21T08:50:11.088859+0000 mgr.smithi144.tlyrca (mgr.14186) 83 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:13.258 INFO:teuthology.orchestra.run.smithi144.stdout:[client.0] 2024-01-21T08:50:13.258 INFO:teuthology.orchestra.run.smithi144.stdout: key = AQDF2qxlMCAcDxAACZSIji+eN/PIBgRHVMk3PA== 2024-01-21T08:50:13.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:13 smithi177 bash[20374]: audit 2024-01-21T08:50:13.253300+0000 mon.smithi144 (mon.0) 510 : audit [INF] from='client.? 172.21.15.144:0/1921829869' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:50:13.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:13 smithi177 bash[20374]: audit 2024-01-21T08:50:13.257481+0000 mon.smithi144 (mon.0) 511 : audit [INF] from='client.? 172.21.15.144:0/1921829869' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:50:13.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:13 smithi144 bash[16259]: audit 2024-01-21T08:50:13.253300+0000 mon.smithi144 (mon.0) 510 : audit [INF] from='client.? 172.21.15.144:0/1921829869' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:50:13.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:13 smithi144 bash[16259]: audit 2024-01-21T08:50:13.257481+0000 mon.smithi144 (mon.0) 511 : audit [INF] from='client.? 172.21.15.144:0/1921829869' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:50:14.037 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T08:50:14.037 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-21T08:50:14.037 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-21T08:50:14.057 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-21T08:50:14.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:14 smithi177 bash[20374]: cluster 2024-01-21T08:50:13.089443+0000 mgr.smithi144.tlyrca (mgr.14186) 84 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:14.438 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:14 smithi144 bash[16259]: cluster 2024-01-21T08:50:13.089443+0000 mgr.smithi144.tlyrca (mgr.14186) 84 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:16 smithi177 bash[20374]: cluster 2024-01-21T08:50:15.090052+0000 mgr.smithi144.tlyrca (mgr.14186) 85 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:16 smithi177 bash[20374]: audit 2024-01-21T08:50:15.622778+0000 mon.smithi144 (mon.0) 512 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:16 smithi177 bash[20374]: audit 2024-01-21T08:50:15.624526+0000 mon.smithi144 (mon.0) 513 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:50:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:16 smithi177 bash[20374]: audit 2024-01-21T08:50:15.625628+0000 mon.smithi144 (mon.0) 514 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:16.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:16 smithi144 bash[16259]: cluster 2024-01-21T08:50:15.090052+0000 mgr.smithi144.tlyrca (mgr.14186) 85 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:16.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:16 smithi144 bash[16259]: audit 2024-01-21T08:50:15.622778+0000 mon.smithi144 (mon.0) 512 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:16.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:16 smithi144 bash[16259]: audit 2024-01-21T08:50:15.624526+0000 mon.smithi144 (mon.0) 513 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi144", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:50:16.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:16 smithi144 bash[16259]: audit 2024-01-21T08:50:15.625628+0000 mon.smithi144 (mon.0) 514 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:17.369 INFO:teuthology.orchestra.run.smithi177.stdout:[client.1] 2024-01-21T08:50:17.369 INFO:teuthology.orchestra.run.smithi177.stdout: key = AQDJ2qxlJmGLFRAAQZbgQ44voKAalwNf6JdFog== 2024-01-21T08:50:17.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:17 smithi177 bash[20374]: cephadm 2024-01-21T08:50:15.624080+0000 mgr.smithi144.tlyrca (mgr.14186) 86 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-01-21T08:50:17.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:17 smithi177 bash[20374]: cephadm 2024-01-21T08:50:15.626479+0000 mgr.smithi144.tlyrca (mgr.14186) 87 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-01-21T08:50:17.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:17 smithi144 bash[16259]: cephadm 2024-01-21T08:50:15.624080+0000 mgr.smithi144.tlyrca (mgr.14186) 86 : cephadm [INF] Reconfiguring crash.smithi144 (monmap changed)... 2024-01-21T08:50:17.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:17 smithi144 bash[16259]: cephadm 2024-01-21T08:50:15.626479+0000 mgr.smithi144.tlyrca (mgr.14186) 87 : cephadm [INF] Reconfiguring daemon crash.smithi144 on smithi144 2024-01-21T08:50:17.952 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T08:50:17.953 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-21T08:50:17.953 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-21T08:50:17.972 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:50:18.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:18 smithi177 bash[20374]: cluster 2024-01-21T08:50:17.090761+0000 mgr.smithi144.tlyrca (mgr.14186) 88 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:18.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:18 smithi177 bash[20374]: audit 2024-01-21T08:50:17.359586+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='client.? 172.21.15.177:0/2396134633' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:50:18.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:18 smithi177 bash[20374]: audit 2024-01-21T08:50:17.360969+0000 mon.smithi144 (mon.0) 515 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:50:18.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:18 smithi177 bash[20374]: audit 2024-01-21T08:50:17.367949+0000 mon.smithi144 (mon.0) 516 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:50:18.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:18 smithi177 bash[20374]: audit 2024-01-21T08:50:17.860450+0000 mon.smithi144 (mon.0) 517 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:18.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:18 smithi144 bash[16259]: cluster 2024-01-21T08:50:17.090761+0000 mgr.smithi144.tlyrca (mgr.14186) 88 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:18.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:18 smithi144 bash[16259]: audit 2024-01-21T08:50:17.359586+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='client.? 172.21.15.177:0/2396134633' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:50:18.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:18 smithi144 bash[16259]: audit 2024-01-21T08:50:17.360969+0000 mon.smithi144 (mon.0) 515 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-21T08:50:18.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:18 smithi144 bash[16259]: audit 2024-01-21T08:50:17.367949+0000 mon.smithi144 (mon.0) 516 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-21T08:50:18.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:18 smithi144 bash[16259]: audit 2024-01-21T08:50:17.860450+0000 mon.smithi144 (mon.0) 517 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:19.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:19 smithi177 bash[20374]: cephadm 2024-01-21T08:50:17.862116+0000 mgr.smithi144.tlyrca (mgr.14186) 89 : cephadm [INF] Reconfiguring grafana.smithi144 (dependencies changed)... 2024-01-21T08:50:19.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:19 smithi177 bash[20374]: cephadm 2024-01-21T08:50:17.911539+0000 mgr.smithi144.tlyrca (mgr.14186) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi144 on smithi144 2024-01-21T08:50:19.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:19 smithi144 bash[16259]: cephadm 2024-01-21T08:50:17.862116+0000 mgr.smithi144.tlyrca (mgr.14186) 89 : cephadm [INF] Reconfiguring grafana.smithi144 (dependencies changed)... 2024-01-21T08:50:19.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:19 smithi144 bash[16259]: cephadm 2024-01-21T08:50:17.911539+0000 mgr.smithi144.tlyrca (mgr.14186) 90 : cephadm [INF] Reconfiguring daemon grafana.smithi144 on smithi144 2024-01-21T08:50:20.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:20 smithi177 bash[20374]: cluster 2024-01-21T08:50:19.091203+0000 mgr.smithi144.tlyrca (mgr.14186) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:20.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:20 smithi144 bash[16259]: cluster 2024-01-21T08:50:19.091203+0000 mgr.smithi144.tlyrca (mgr.14186) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:22.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:22 smithi177 bash[20374]: cluster 2024-01-21T08:50:21.091793+0000 mgr.smithi144.tlyrca (mgr.14186) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:22.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:22 smithi144 bash[16259]: cluster 2024-01-21T08:50:21.091793+0000 mgr.smithi144.tlyrca (mgr.14186) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:23.001 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:50:23.886 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:23 smithi144 bash[16259]: audit 2024-01-21T08:50:22.608367+0000 mon.smithi144 (mon.0) 518 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:23.886 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:23 smithi144 bash[16259]: cephadm 2024-01-21T08:50:22.610012+0000 mgr.smithi144.tlyrca (mgr.14186) 93 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-01-21T08:50:23.886 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:23 smithi144 bash[16259]: audit 2024-01-21T08:50:22.610460+0000 mon.smithi144 (mon.0) 519 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:50:23.886 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:23 smithi144 bash[16259]: audit 2024-01-21T08:50:22.611813+0000 mon.smithi144 (mon.0) 520 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:23.886 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:23 smithi144 bash[16259]: cephadm 2024-01-21T08:50:22.613002+0000 mgr.smithi144.tlyrca (mgr.14186) 94 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-01-21T08:50:23.886 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:23 smithi144 bash[16259]: cluster 2024-01-21T08:50:23.092439+0000 mgr.smithi144.tlyrca (mgr.14186) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:24.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:23 smithi177 bash[20374]: audit 2024-01-21T08:50:22.608367+0000 mon.smithi144 (mon.0) 518 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:24.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:23 smithi177 bash[20374]: cephadm 2024-01-21T08:50:22.610012+0000 mgr.smithi144.tlyrca (mgr.14186) 93 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-01-21T08:50:24.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:23 smithi177 bash[20374]: audit 2024-01-21T08:50:22.610460+0000 mon.smithi144 (mon.0) 519 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-21T08:50:24.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:23 smithi177 bash[20374]: audit 2024-01-21T08:50:22.611813+0000 mon.smithi144 (mon.0) 520 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:24.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:23 smithi177 bash[20374]: cephadm 2024-01-21T08:50:22.613002+0000 mgr.smithi144.tlyrca (mgr.14186) 94 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-01-21T08:50:24.011 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:23 smithi177 bash[20374]: cluster 2024-01-21T08:50:23.092439+0000 mgr.smithi144.tlyrca (mgr.14186) 95 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:25.889 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:25 smithi177 bash[20374]: audit 2024-01-21T08:50:24.608341+0000 mon.smithi144 (mon.0) 521 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:25.889 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:25 smithi177 bash[20374]: cephadm 2024-01-21T08:50:24.610019+0000 mgr.smithi144.tlyrca (mgr.14186) 96 : cephadm [INF] Reconfiguring mgr.smithi177.vlzzcf (monmap changed)... 2024-01-21T08:50:25.889 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:25 smithi177 bash[20374]: audit 2024-01-21T08:50:24.610742+0000 mon.smithi144 (mon.0) 522 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.vlzzcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:50:25.889 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:25 smithi177 bash[20374]: audit 2024-01-21T08:50:24.612600+0000 mon.smithi144 (mon.0) 523 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:50:25.889 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:25 smithi177 bash[20374]: audit 2024-01-21T08:50:24.614183+0000 mon.smithi144 (mon.0) 524 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:25.889 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:25 smithi177 bash[20374]: cephadm 2024-01-21T08:50:24.615631+0000 mgr.smithi144.tlyrca (mgr.14186) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi177.vlzzcf on smithi177 2024-01-21T08:50:25.889 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:25 smithi177 bash[20374]: cluster 2024-01-21T08:50:25.092855+0000 mgr.smithi144.tlyrca (mgr.14186) 98 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:25.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:25 smithi144 bash[16259]: audit 2024-01-21T08:50:24.608341+0000 mon.smithi144 (mon.0) 521 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:25.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:25 smithi144 bash[16259]: cephadm 2024-01-21T08:50:24.610019+0000 mgr.smithi144.tlyrca (mgr.14186) 96 : cephadm [INF] Reconfiguring mgr.smithi177.vlzzcf (monmap changed)... 2024-01-21T08:50:25.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:25 smithi144 bash[16259]: audit 2024-01-21T08:50:24.610742+0000 mon.smithi144 (mon.0) 522 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.vlzzcf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-21T08:50:25.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:25 smithi144 bash[16259]: audit 2024-01-21T08:50:24.612600+0000 mon.smithi144 (mon.0) 523 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-21T08:50:25.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:25 smithi144 bash[16259]: audit 2024-01-21T08:50:24.614183+0000 mon.smithi144 (mon.0) 524 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:25.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:25 smithi144 bash[16259]: cephadm 2024-01-21T08:50:24.615631+0000 mgr.smithi144.tlyrca (mgr.14186) 97 : cephadm [INF] Reconfiguring daemon mgr.smithi177.vlzzcf on smithi177 2024-01-21T08:50:25.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:25 smithi144 bash[16259]: cluster 2024-01-21T08:50:25.092855+0000 mgr.smithi144.tlyrca (mgr.14186) 98 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:26.183 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:50:26.184 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":39,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","created":"2024-01-21T08:45:56.593843+0000","modified":"2024-01-21T08:50:05.265677+0000","last_up_change":"2024-01-21T08:50:03.252374+0000","last_in_change":"2024-01-21T08:49:14.801894+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T08:49:46.190271+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b8b7d658-6f6a-4f8d-ab0b-b018f226a586","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6801","nonce":4291181802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6803","nonce":4291181802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6807","nonce":4291181802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6805","nonce":4291181802}]},"public_addr":"172.21.15.177:6801/4291181802","cluster_addr":"172.21.15.177:6803/4291181802","heartbeat_back_addr":"172.21.15.177:6807/4291181802","heartbeat_front_addr":"172.21.15.177:6805/4291181802","state":["exists","up"]},{"osd":1,"uuid":"dcd9e1f9-f6a2-410d-a016-fd3178f30a3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6803","nonce":3889895320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6805","nonce":3889895320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6809","nonce":3889895320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6807","nonce":3889895320}]},"public_addr":"172.21.15.144:6803/3889895320","cluster_addr":"172.21.15.144:6805/3889895320","heartbeat_back_addr":"172.21.15.144:6809/3889895320","heartbeat_front_addr":"172.21.15.144:6807/3889895320","state":["exists","up"]},{"osd":2,"uuid":"b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6809","nonce":3105218815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6811","nonce":3105218815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6815","nonce":3105218815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6813","nonce":3105218815}]},"public_addr":"172.21.15.177:6809/3105218815","cluster_addr":"172.21.15.177:6811/3105218815","heartbeat_back_addr":"172.21.15.177:6815/3105218815","heartbeat_front_addr":"172.21.15.177:6813/3105218815","state":["exists","up"]},{"osd":3,"uuid":"8c6dc8f6-1418-4605-8470-10db0f9517b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6811","nonce":879368464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6813","nonce":879368464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6817","nonce":879368464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6815","nonce":879368464}]},"public_addr":"172.21.15.144:6811/879368464","cluster_addr":"172.21.15.144:6813/879368464","heartbeat_back_addr":"172.21.15.144:6817/879368464","heartbeat_front_addr":"172.21.15.144:6815/879368464","state":["exists","up"]},{"osd":4,"uuid":"501d3c04-d090-4906-a7ff-103fe9e80b60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6817","nonce":3756568493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6819","nonce":3756568493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6823","nonce":3756568493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6821","nonce":3756568493}]},"public_addr":"172.21.15.177:6817/3756568493","cluster_addr":"172.21.15.177:6819/3756568493","heartbeat_back_addr":"172.21.15.177:6823/3756568493","heartbeat_front_addr":"172.21.15.177:6821/3756568493","state":["exists","up"]},{"osd":5,"uuid":"853215e2-989a-4afd-929a-962fc4a9146f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6819","nonce":3873655062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6821","nonce":3873655062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6825","nonce":3873655062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6823","nonce":3873655062}]},"public_addr":"172.21.15.144:6819/3873655062","cluster_addr":"172.21.15.144:6821/3873655062","heartbeat_back_addr":"172.21.15.144:6825/3873655062","heartbeat_front_addr":"172.21.15.144:6823/3873655062","state":["exists","up"]},{"osd":6,"uuid":"90d2edbc-c2e8-4c3d-b4e1-1961b3732efb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6825","nonce":983481298}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6827","nonce":983481298}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6831","nonce":983481298}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6829","nonce":983481298}]},"public_addr":"172.21.15.177:6825/983481298","cluster_addr":"172.21.15.177:6827/983481298","heartbeat_back_addr":"172.21.15.177:6831/983481298","heartbeat_front_addr":"172.21.15.177:6829/983481298","state":["exists","up"]},{"osd":7,"uuid":"796b2396-ce08-48d3-ac13-c3cf764bbdb1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6827","nonce":479937919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6829","nonce":479937919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6832","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6833","nonce":479937919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6831","nonce":479937919}]},"public_addr":"172.21.15.144:6827/479937919","cluster_addr":"172.21.15.144:6829/479937919","heartbeat_back_addr":"172.21.15.144:6833/479937919","heartbeat_front_addr":"172.21.15.144:6831/479937919","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:36.997235+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:44.073607+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:42.042372+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:49.835723+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:47.310024+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:56.729173+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:50.796073+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:50:02.211358+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.144:6801/3691058453":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6801/879091135":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/435388843":"2024-01-22T08:48:09.054773+0000","172.21.15.144:0/2662491740":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6800/879091135":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/479371173":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/3755230814":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/3000061453":"2024-01-22T08:46:25.595164+0000","172.21.15.144:6801/3865908863":"2024-01-22T08:46:25.595164+0000","172.21.15.144:6800/3691058453":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6800/3865908863":"2024-01-22T08:46:25.595164+0000","172.21.15.144:0/3015400644":"2024-01-22T08:46:25.595164+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T08:50:26.840 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-21T08:49:46.190271+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-21T08:50:26.841 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-21T08:50:26.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:26 smithi144 bash[16259]: audit 2024-01-21T08:50:26.181500+0000 mon.smithi144 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.144:0/2730545046' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:50:26.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:26 smithi144 bash[16259]: audit 2024-01-21T08:50:26.488274+0000 mon.smithi144 (mon.0) 526 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:26.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:26 smithi144 bash[16259]: cephadm 2024-01-21T08:50:26.489855+0000 mgr.smithi144.tlyrca (mgr.14186) 99 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-01-21T08:50:26.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:26 smithi144 bash[16259]: audit 2024-01-21T08:50:26.490462+0000 mon.smithi144 (mon.0) 527 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:50:26.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:26 smithi144 bash[16259]: audit 2024-01-21T08:50:26.492302+0000 mon.smithi144 (mon.0) 528 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:50:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:26 smithi144 bash[16259]: audit 2024-01-21T08:50:26.494168+0000 mon.smithi144 (mon.0) 529 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:26 smithi144 bash[16259]: cephadm 2024-01-21T08:50:26.495798+0000 mgr.smithi144.tlyrca (mgr.14186) 100 : cephadm [INF] Reconfiguring daemon mon.smithi177 on smithi177 2024-01-21T08:50:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:26 smithi177 bash[20374]: audit 2024-01-21T08:50:26.181500+0000 mon.smithi144 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.144:0/2730545046' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:50:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:26 smithi177 bash[20374]: audit 2024-01-21T08:50:26.488274+0000 mon.smithi144 (mon.0) 526 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:26 smithi177 bash[20374]: cephadm 2024-01-21T08:50:26.489855+0000 mgr.smithi144.tlyrca (mgr.14186) 99 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-01-21T08:50:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:26 smithi177 bash[20374]: audit 2024-01-21T08:50:26.490462+0000 mon.smithi144 (mon.0) 527 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-21T08:50:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:26 smithi177 bash[20374]: audit 2024-01-21T08:50:26.492302+0000 mon.smithi144 (mon.0) 528 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-21T08:50:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:26 smithi177 bash[20374]: audit 2024-01-21T08:50:26.494168+0000 mon.smithi144 (mon.0) 529 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:26 smithi177 bash[20374]: cephadm 2024-01-21T08:50:26.495798+0000 mgr.smithi144.tlyrca (mgr.14186) 100 : cephadm [INF] Reconfiguring daemon mon.smithi177 on smithi177 2024-01-21T08:50:27.749 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:27 smithi177 bash[20374]: cluster 2024-01-21T08:50:27.093443+0000 mgr.smithi144.tlyrca (mgr.14186) 101 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:27.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:27 smithi144 bash[16259]: cluster 2024-01-21T08:50:27.093443+0000 mgr.smithi144.tlyrca (mgr.14186) 101 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:29.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.332727+0000 mon.smithi144 (mon.0) 530 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.341406+0000 mon.smithi144 (mon.0) 531 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:50:29.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.342380+0000 mgr.smithi144.tlyrca (mgr.14186) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:50:29.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.344389+0000 mon.smithi144 (mon.0) 532 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi144.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:50:29.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.345175+0000 mgr.smithi144.tlyrca (mgr.14186) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi144.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.353624+0000 mon.smithi144 (mon.0) 533 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.366494+0000 mon.smithi144 (mon.0) 534 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.367164+0000 mgr.smithi144.tlyrca (mgr.14186) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.372255+0000 mon.smithi144 (mon.0) 535 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.372834+0000 mgr.smithi144.tlyrca (mgr.14186) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.382830+0000 mon.smithi144 (mon.0) 536 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.396001+0000 mon.smithi144 (mon.0) 537 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.396815+0000 mgr.smithi144.tlyrca (mgr.14186) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.400688+0000 mon.smithi144 (mon.0) 538 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.401489+0000 mgr.smithi144.tlyrca (mgr.14186) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.410271+0000 mon.smithi144 (mon.0) 539 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:29 smithi177 bash[20374]: audit 2024-01-21T08:50:28.414351+0000 mon.smithi144 (mon.0) 540 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:50:29.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.332727+0000 mon.smithi144 (mon.0) 530 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.341406+0000 mon.smithi144 (mon.0) 531 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:50:29.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.342380+0000 mgr.smithi144.tlyrca (mgr.14186) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.344389+0000 mon.smithi144 (mon.0) 532 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi144.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.345175+0000 mgr.smithi144.tlyrca (mgr.14186) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi144.front.sepia.ceph.com:9093"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.353624+0000 mon.smithi144 (mon.0) 533 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.366494+0000 mon.smithi144 (mon.0) 534 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.367164+0000 mgr.smithi144.tlyrca (mgr.14186) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.372255+0000 mon.smithi144 (mon.0) 535 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.372834+0000 mgr.smithi144.tlyrca (mgr.14186) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi144.front.sepia.ceph.com:3000"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.382830+0000 mon.smithi144 (mon.0) 536 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.396001+0000 mon.smithi144 (mon.0) 537 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.396815+0000 mgr.smithi144.tlyrca (mgr.14186) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.400688+0000 mon.smithi144 (mon.0) 538 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.401489+0000 mgr.smithi144.tlyrca (mgr.14186) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi177.front.sepia.ceph.com:9095"}]: dispatch 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.410271+0000 mon.smithi144 (mon.0) 539 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:29.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:29 smithi144 bash[16259]: audit 2024-01-21T08:50:28.414351+0000 mon.smithi144 (mon.0) 540 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:50:30.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:30 smithi144 bash[16259]: cluster 2024-01-21T08:50:29.094048+0000 mgr.smithi144.tlyrca (mgr.14186) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:30.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:30 smithi177 bash[20374]: cluster 2024-01-21T08:50:29.094048+0000 mgr.smithi144.tlyrca (mgr.14186) 108 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:31.681 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:50:32.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:32 smithi144 bash[16259]: cluster 2024-01-21T08:50:31.094662+0000 mgr.smithi144.tlyrca (mgr.14186) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:32.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:32 smithi177 bash[20374]: cluster 2024-01-21T08:50:31.094662+0000 mgr.smithi144.tlyrca (mgr.14186) 109 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:34.640 INFO:teuthology.orchestra.run.smithi144.stdout:pg_num: 1 2024-01-21T08:50:34.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:34 smithi144 bash[16259]: cluster 2024-01-21T08:50:33.095119+0000 mgr.smithi144.tlyrca (mgr.14186) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:34.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:34 smithi144 bash[16259]: audit 2024-01-21T08:50:34.075540+0000 mon.smithi144 (mon.0) 541 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:34.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:34 smithi144 bash[16259]: audit 2024-01-21T08:50:34.294594+0000 mon.smithi144 (mon.0) 542 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:34.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:34 smithi177 bash[20374]: cluster 2024-01-21T08:50:33.095119+0000 mgr.smithi144.tlyrca (mgr.14186) 110 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:34.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:34 smithi177 bash[20374]: audit 2024-01-21T08:50:34.075540+0000 mon.smithi144 (mon.0) 541 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:34.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:34 smithi177 bash[20374]: audit 2024-01-21T08:50:34.294594+0000 mon.smithi144 (mon.0) 542 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:35.277 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-21T08:50:35.277 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-21T08:50:35.278 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph mgr dump --format=json 2024-01-21T08:50:35.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:35 smithi144 bash[16259]: audit 2024-01-21T08:50:34.639869+0000 mon.smithi144 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.144:0/1652001879' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T08:50:35.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:35 smithi177 bash[20374]: audit 2024-01-21T08:50:34.639869+0000 mon.smithi144 (mon.0) 543 : audit [DBG] from='client.? 172.21.15.144:0/1652001879' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-21T08:50:36.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:36 smithi144 bash[16259]: cluster 2024-01-21T08:50:35.095778+0000 mgr.smithi144.tlyrca (mgr.14186) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:36 smithi177 bash[20374]: cluster 2024-01-21T08:50:35.095778+0000 mgr.smithi144.tlyrca (mgr.14186) 111 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:38.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:38 smithi144 bash[16259]: cluster 2024-01-21T08:50:37.096418+0000 mgr.smithi144.tlyrca (mgr.14186) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:38.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:38 smithi177 bash[20374]: cluster 2024-01-21T08:50:37.096418+0000 mgr.smithi144.tlyrca (mgr.14186) 112 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:39.936 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:50:40.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:40 smithi144 bash[16259]: cluster 2024-01-21T08:50:39.097054+0000 mgr.smithi144.tlyrca (mgr.14186) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:40 smithi177 bash[20374]: cluster 2024-01-21T08:50:39.097054+0000 mgr.smithi144.tlyrca (mgr.14186) 113 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:42 smithi177 bash[20374]: cluster 2024-01-21T08:50:41.097739+0000 mgr.smithi144.tlyrca (mgr.14186) 114 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:42.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:42 smithi144 bash[16259]: cluster 2024-01-21T08:50:41.097739+0000 mgr.smithi144.tlyrca (mgr.14186) 114 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:44.022 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:50:44.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:44 smithi177 bash[20374]: cluster 2024-01-21T08:50:43.098342+0000 mgr.smithi144.tlyrca (mgr.14186) 115 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:44.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:44 smithi177 bash[20374]: audit 2024-01-21T08:50:44.017525+0000 mon.smithi144 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.144:0/2080716784' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T08:50:44.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:44 smithi177 bash[20374]: audit 2024-01-21T08:50:44.192243+0000 mon.smithi144 (mon.0) 545 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:44.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:44 smithi144 bash[16259]: cluster 2024-01-21T08:50:43.098342+0000 mgr.smithi144.tlyrca (mgr.14186) 115 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:44.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:44 smithi144 bash[16259]: audit 2024-01-21T08:50:44.017525+0000 mon.smithi144 (mon.0) 544 : audit [DBG] from='client.? 172.21.15.144:0/2080716784' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-21T08:50:44.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:44 smithi144 bash[16259]: audit 2024-01-21T08:50:44.192243+0000 mon.smithi144 (mon.0) 545 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:45.001 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":18,"active_gid":14186,"active_name":"smithi144.tlyrca","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":47020644},{"type":"v1","addr":"172.21.15.144:6801","nonce":47020644}]},"active_addr":"172.21.15.144:6801/47020644","active_change":"2024-01-21T08:48:09.054883+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi177.vlzzcf","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.144:8443/","prometheus":"http://172.21.15.144: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":5,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.144:0","nonce":2105028169}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.144:0","nonce":1383047093}]}]} 2024-01-21T08:50:45.005 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-21T08:50:45.005 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-21T08:50:45.005 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: cephadm 2024-01-21T08:50:44.181678+0000 mgr.smithi144.tlyrca (mgr.14186) 116 : cephadm [INF] Detected new or changed devices on smithi177 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: audit 2024-01-21T08:50:44.478819+0000 mon.smithi144 (mon.0) 546 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: audit 2024-01-21T08:50:44.480598+0000 mon.smithi144 (mon.0) 547 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: audit 2024-01-21T08:50:44.482286+0000 mon.smithi144 (mon.0) 548 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: audit 2024-01-21T08:50:44.483811+0000 mon.smithi144 (mon.0) 549 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: cephadm 2024-01-21T08:50:44.485038+0000 mgr.smithi144.tlyrca (mgr.14186) 117 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3785M 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: audit 2024-01-21T08:50:44.494338+0000 mon.smithi144 (mon.0) 550 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:45.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:45 smithi177 bash[20374]: audit 2024-01-21T08:50:45.328771+0000 mon.smithi144 (mon.0) 551 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:45.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: cephadm 2024-01-21T08:50:44.181678+0000 mgr.smithi144.tlyrca (mgr.14186) 116 : cephadm [INF] Detected new or changed devices on smithi177 2024-01-21T08:50:45.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: audit 2024-01-21T08:50:44.478819+0000 mon.smithi144 (mon.0) 546 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: audit 2024-01-21T08:50:44.480598+0000 mon.smithi144 (mon.0) 547 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: audit 2024-01-21T08:50:44.482286+0000 mon.smithi144 (mon.0) 548 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: audit 2024-01-21T08:50:44.483811+0000 mon.smithi144 (mon.0) 549 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:45.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: cephadm 2024-01-21T08:50:44.485038+0000 mgr.smithi144.tlyrca (mgr.14186) 117 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3785M 2024-01-21T08:50:45.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: audit 2024-01-21T08:50:44.494338+0000 mon.smithi144 (mon.0) 550 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:45.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:45 smithi144 bash[16259]: audit 2024-01-21T08:50:45.328771+0000 mon.smithi144 (mon.0) 551 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:46.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: cluster 2024-01-21T08:50:45.098847+0000 mgr.smithi144.tlyrca (mgr.14186) 118 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:46.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: cephadm 2024-01-21T08:50:45.317989+0000 mgr.smithi144.tlyrca (mgr.14186) 119 : cephadm [INF] Detected new or changed devices on smithi144 2024-01-21T08:50:46.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.655040+0000 mon.smithi144 (mon.0) 552 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:46.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.656664+0000 mon.smithi144 (mon.0) 553 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.657912+0000 mon.smithi144 (mon.0) 554 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.659095+0000 mon.smithi144 (mon.0) 555 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.660175+0000 mon.smithi144 (mon.0) 556 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.667508+0000 mon.smithi144 (mon.0) 557 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.669113+0000 mon.smithi144 (mon.0) 558 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.670166+0000 mon.smithi144 (mon.0) 559 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.677482+0000 mon.smithi144 (mon.0) 560 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.683848+0000 mon.smithi144 (mon.0) 561 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.690150+0000 mon.smithi144 (mon.0) 562 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.692726+0000 mon.smithi144 (mon.0) 563 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.693052+0000 mon.smithi144 (mon.0) 564 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:46.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:46 smithi177 bash[20374]: audit 2024-01-21T08:50:45.694060+0000 mon.smithi144 (mon.0) 565 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:46.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: cluster 2024-01-21T08:50:45.098847+0000 mgr.smithi144.tlyrca (mgr.14186) 118 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:46.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: cephadm 2024-01-21T08:50:45.317989+0000 mgr.smithi144.tlyrca (mgr.14186) 119 : cephadm [INF] Detected new or changed devices on smithi144 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.655040+0000 mon.smithi144 (mon.0) 552 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.656664+0000 mon.smithi144 (mon.0) 553 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.657912+0000 mon.smithi144 (mon.0) 554 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.659095+0000 mon.smithi144 (mon.0) 555 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.660175+0000 mon.smithi144 (mon.0) 556 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.667508+0000 mon.smithi144 (mon.0) 557 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.669113+0000 mon.smithi144 (mon.0) 558 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.670166+0000 mon.smithi144 (mon.0) 559 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.677482+0000 mon.smithi144 (mon.0) 560 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.683848+0000 mon.smithi144 (mon.0) 561 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.690150+0000 mon.smithi144 (mon.0) 562 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.692726+0000 mon.smithi144 (mon.0) 563 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-21T08:50:46.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.693052+0000 mon.smithi144 (mon.0) 564 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:46.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:46 smithi144 bash[16259]: audit 2024-01-21T08:50:45.694060+0000 mon.smithi144 (mon.0) 565 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:50:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:47 smithi177 bash[20374]: cephadm 2024-01-21T08:50:45.660974+0000 mgr.smithi144.tlyrca (mgr.14186) 120 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 3529M 2024-01-21T08:50:47.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:47 smithi144 bash[16259]: cephadm 2024-01-21T08:50:45.660974+0000 mgr.smithi144.tlyrca (mgr.14186) 120 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 3529M 2024-01-21T08:50:48.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:48 smithi177 bash[20374]: cluster 2024-01-21T08:50:47.099377+0000 mgr.smithi144.tlyrca (mgr.14186) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:48.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:48 smithi144 bash[16259]: cluster 2024-01-21T08:50:47.099377+0000 mgr.smithi144.tlyrca (mgr.14186) 121 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:49.849 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:50:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:50 smithi177 bash[20374]: cluster 2024-01-21T08:50:49.099976+0000 mgr.smithi144.tlyrca (mgr.14186) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:50.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:50 smithi144 bash[16259]: cluster 2024-01-21T08:50:49.099976+0000 mgr.smithi144.tlyrca (mgr.14186) 122 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:52.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:52 smithi177 bash[20374]: cluster 2024-01-21T08:50:51.100602+0000 mgr.smithi144.tlyrca (mgr.14186) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:52.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:52 smithi144 bash[16259]: cluster 2024-01-21T08:50:51.100602+0000 mgr.smithi144.tlyrca (mgr.14186) 123 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:53.858 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:50:53.859 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":39,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","created":"2024-01-21T08:45:56.593843+0000","modified":"2024-01-21T08:50:05.265677+0000","last_up_change":"2024-01-21T08:50:03.252374+0000","last_in_change":"2024-01-21T08:49:14.801894+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T08:49:46.190271+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b8b7d658-6f6a-4f8d-ab0b-b018f226a586","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6801","nonce":4291181802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6803","nonce":4291181802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6807","nonce":4291181802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6805","nonce":4291181802}]},"public_addr":"172.21.15.177:6801/4291181802","cluster_addr":"172.21.15.177:6803/4291181802","heartbeat_back_addr":"172.21.15.177:6807/4291181802","heartbeat_front_addr":"172.21.15.177:6805/4291181802","state":["exists","up"]},{"osd":1,"uuid":"dcd9e1f9-f6a2-410d-a016-fd3178f30a3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6803","nonce":3889895320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6805","nonce":3889895320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6809","nonce":3889895320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6807","nonce":3889895320}]},"public_addr":"172.21.15.144:6803/3889895320","cluster_addr":"172.21.15.144:6805/3889895320","heartbeat_back_addr":"172.21.15.144:6809/3889895320","heartbeat_front_addr":"172.21.15.144:6807/3889895320","state":["exists","up"]},{"osd":2,"uuid":"b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6809","nonce":3105218815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6811","nonce":3105218815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6815","nonce":3105218815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6813","nonce":3105218815}]},"public_addr":"172.21.15.177:6809/3105218815","cluster_addr":"172.21.15.177:6811/3105218815","heartbeat_back_addr":"172.21.15.177:6815/3105218815","heartbeat_front_addr":"172.21.15.177:6813/3105218815","state":["exists","up"]},{"osd":3,"uuid":"8c6dc8f6-1418-4605-8470-10db0f9517b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6811","nonce":879368464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6813","nonce":879368464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6817","nonce":879368464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6815","nonce":879368464}]},"public_addr":"172.21.15.144:6811/879368464","cluster_addr":"172.21.15.144:6813/879368464","heartbeat_back_addr":"172.21.15.144:6817/879368464","heartbeat_front_addr":"172.21.15.144:6815/879368464","state":["exists","up"]},{"osd":4,"uuid":"501d3c04-d090-4906-a7ff-103fe9e80b60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6817","nonce":3756568493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6819","nonce":3756568493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6823","nonce":3756568493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6821","nonce":3756568493}]},"public_addr":"172.21.15.177:6817/3756568493","cluster_addr":"172.21.15.177:6819/3756568493","heartbeat_back_addr":"172.21.15.177:6823/3756568493","heartbeat_front_addr":"172.21.15.177:6821/3756568493","state":["exists","up"]},{"osd":5,"uuid":"853215e2-989a-4afd-929a-962fc4a9146f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6819","nonce":3873655062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6821","nonce":3873655062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6825","nonce":3873655062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6823","nonce":3873655062}]},"public_addr":"172.21.15.144:6819/3873655062","cluster_addr":"172.21.15.144:6821/3873655062","heartbeat_back_addr":"172.21.15.144:6825/3873655062","heartbeat_front_addr":"172.21.15.144:6823/3873655062","state":["exists","up"]},{"osd":6,"uuid":"90d2edbc-c2e8-4c3d-b4e1-1961b3732efb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6825","nonce":983481298}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6827","nonce":983481298}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6831","nonce":983481298}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6829","nonce":983481298}]},"public_addr":"172.21.15.177:6825/983481298","cluster_addr":"172.21.15.177:6827/983481298","heartbeat_back_addr":"172.21.15.177:6831/983481298","heartbeat_front_addr":"172.21.15.177:6829/983481298","state":["exists","up"]},{"osd":7,"uuid":"796b2396-ce08-48d3-ac13-c3cf764bbdb1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6827","nonce":479937919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6829","nonce":479937919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6832","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6833","nonce":479937919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6831","nonce":479937919}]},"public_addr":"172.21.15.144:6827/479937919","cluster_addr":"172.21.15.144:6829/479937919","heartbeat_back_addr":"172.21.15.144:6833/479937919","heartbeat_front_addr":"172.21.15.144:6831/479937919","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:36.997235+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:44.073607+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:42.042372+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:49.835723+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:47.310024+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:56.729173+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:50.796073+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:50:02.211358+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.144:6801/3691058453":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6801/879091135":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/435388843":"2024-01-22T08:48:09.054773+0000","172.21.15.144:0/2662491740":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6800/879091135":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/479371173":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/3755230814":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/3000061453":"2024-01-22T08:46:25.595164+0000","172.21.15.144:6801/3865908863":"2024-01-22T08:46:25.595164+0000","172.21.15.144:6800/3691058453":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6800/3865908863":"2024-01-22T08:46:25.595164+0000","172.21.15.144:0/3015400644":"2024-01-22T08:46:25.595164+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T08:50:54.591 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-21T08:50:54.592 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd dump --format=json 2024-01-21T08:50:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:54 smithi177 bash[20374]: cluster 2024-01-21T08:50:53.101214+0000 mgr.smithi144.tlyrca (mgr.14186) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:54 smithi177 bash[20374]: audit 2024-01-21T08:50:53.857010+0000 mon.smithi144 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.144:0/3510911416' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:50:54.847 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:54 smithi144 bash[16259]: cluster 2024-01-21T08:50:53.101214+0000 mgr.smithi144.tlyrca (mgr.14186) 124 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:54.847 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:54 smithi144 bash[16259]: audit 2024-01-21T08:50:53.857010+0000 mon.smithi144 (mon.0) 566 : audit [DBG] from='client.? 172.21.15.144:0/3510911416' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:50:56.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:56 smithi177 bash[20374]: cluster 2024-01-21T08:50:55.101768+0000 mgr.smithi144.tlyrca (mgr.14186) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:56.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:56 smithi144 bash[16259]: cluster 2024-01-21T08:50:55.101768+0000 mgr.smithi144.tlyrca (mgr.14186) 125 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:50:58 smithi177 bash[20374]: cluster 2024-01-21T08:50:57.102473+0000 mgr.smithi144.tlyrca (mgr.14186) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:58.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:50:58 smithi144 bash[16259]: cluster 2024-01-21T08:50:57.102473+0000 mgr.smithi144.tlyrca (mgr.14186) 126 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:50:59.429 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:51:00.619 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:00 smithi177 bash[20374]: cluster 2024-01-21T08:50:59.103118+0000 mgr.smithi144.tlyrca (mgr.14186) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:00.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:00 smithi144 bash[16259]: cluster 2024-01-21T08:50:59.103118+0000 mgr.smithi144.tlyrca (mgr.14186) 127 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:02.807 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:02 smithi177 bash[20374]: cluster 2024-01-21T08:51:01.103715+0000 mgr.smithi144.tlyrca (mgr.14186) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:02.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:02 smithi144 bash[16259]: cluster 2024-01-21T08:51:01.103715+0000 mgr.smithi144.tlyrca (mgr.14186) 128 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:03.525 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:51:03.525 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":39,"fsid":"68ba64be-b839-11ee-95b0-87774f69a715","created":"2024-01-21T08:45:56.593843+0000","modified":"2024-01-21T08:50:05.265677+0000","last_up_change":"2024-01-21T08:50:03.252374+0000","last_in_change":"2024-01-21T08:49:14.801894+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-21T08:49:46.190271+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"b8b7d658-6f6a-4f8d-ab0b-b018f226a586","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6801","nonce":4291181802}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6803","nonce":4291181802}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6807","nonce":4291181802}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":4291181802},{"type":"v1","addr":"172.21.15.177:6805","nonce":4291181802}]},"public_addr":"172.21.15.177:6801/4291181802","cluster_addr":"172.21.15.177:6803/4291181802","heartbeat_back_addr":"172.21.15.177:6807/4291181802","heartbeat_front_addr":"172.21.15.177:6805/4291181802","state":["exists","up"]},{"osd":1,"uuid":"dcd9e1f9-f6a2-410d-a016-fd3178f30a3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6803","nonce":3889895320}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6805","nonce":3889895320}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6809","nonce":3889895320}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":3889895320},{"type":"v1","addr":"172.21.15.144:6807","nonce":3889895320}]},"public_addr":"172.21.15.144:6803/3889895320","cluster_addr":"172.21.15.144:6805/3889895320","heartbeat_back_addr":"172.21.15.144:6809/3889895320","heartbeat_front_addr":"172.21.15.144:6807/3889895320","state":["exists","up"]},{"osd":2,"uuid":"b35bc5f6-da96-4f7d-b2d5-539f9aa8cf30","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6809","nonce":3105218815}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6811","nonce":3105218815}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6815","nonce":3105218815}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":3105218815},{"type":"v1","addr":"172.21.15.177:6813","nonce":3105218815}]},"public_addr":"172.21.15.177:6809/3105218815","cluster_addr":"172.21.15.177:6811/3105218815","heartbeat_back_addr":"172.21.15.177:6815/3105218815","heartbeat_front_addr":"172.21.15.177:6813/3105218815","state":["exists","up"]},{"osd":3,"uuid":"8c6dc8f6-1418-4605-8470-10db0f9517b7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6811","nonce":879368464}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6813","nonce":879368464}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6817","nonce":879368464}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":879368464},{"type":"v1","addr":"172.21.15.144:6815","nonce":879368464}]},"public_addr":"172.21.15.144:6811/879368464","cluster_addr":"172.21.15.144:6813/879368464","heartbeat_back_addr":"172.21.15.144:6817/879368464","heartbeat_front_addr":"172.21.15.144:6815/879368464","state":["exists","up"]},{"osd":4,"uuid":"501d3c04-d090-4906-a7ff-103fe9e80b60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6817","nonce":3756568493}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6819","nonce":3756568493}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6823","nonce":3756568493}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":3756568493},{"type":"v1","addr":"172.21.15.177:6821","nonce":3756568493}]},"public_addr":"172.21.15.177:6817/3756568493","cluster_addr":"172.21.15.177:6819/3756568493","heartbeat_back_addr":"172.21.15.177:6823/3756568493","heartbeat_front_addr":"172.21.15.177:6821/3756568493","state":["exists","up"]},{"osd":5,"uuid":"853215e2-989a-4afd-929a-962fc4a9146f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6819","nonce":3873655062}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6821","nonce":3873655062}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6825","nonce":3873655062}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":3873655062},{"type":"v1","addr":"172.21.15.144:6823","nonce":3873655062}]},"public_addr":"172.21.15.144:6819/3873655062","cluster_addr":"172.21.15.144:6821/3873655062","heartbeat_back_addr":"172.21.15.144:6825/3873655062","heartbeat_front_addr":"172.21.15.144:6823/3873655062","state":["exists","up"]},{"osd":6,"uuid":"90d2edbc-c2e8-4c3d-b4e1-1961b3732efb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6825","nonce":983481298}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6827","nonce":983481298}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6831","nonce":983481298}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":983481298},{"type":"v1","addr":"172.21.15.177:6829","nonce":983481298}]},"public_addr":"172.21.15.177:6825/983481298","cluster_addr":"172.21.15.177:6827/983481298","heartbeat_back_addr":"172.21.15.177:6831/983481298","heartbeat_front_addr":"172.21.15.177:6829/983481298","state":["exists","up"]},{"osd":7,"uuid":"796b2396-ce08-48d3-ac13-c3cf764bbdb1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6827","nonce":479937919}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6829","nonce":479937919}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6832","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6833","nonce":479937919}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":479937919},{"type":"v1","addr":"172.21.15.144:6831","nonce":479937919}]},"public_addr":"172.21.15.144:6827/479937919","cluster_addr":"172.21.15.144:6829/479937919","heartbeat_back_addr":"172.21.15.144:6833/479937919","heartbeat_front_addr":"172.21.15.144:6831/479937919","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:36.997235+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:44.073607+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:42.042372+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:49.835723+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:47.310024+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:56.729173+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:49:50.796073+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-21T08:50:02.211358+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.144:6801/3691058453":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6801/879091135":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/435388843":"2024-01-22T08:48:09.054773+0000","172.21.15.144:0/2662491740":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6800/879091135":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/479371173":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/3755230814":"2024-01-22T08:47:06.650916+0000","172.21.15.144:0/3000061453":"2024-01-22T08:46:25.595164+0000","172.21.15.144:6801/3865908863":"2024-01-22T08:46:25.595164+0000","172.21.15.144:6800/3691058453":"2024-01-22T08:48:09.054773+0000","172.21.15.144:6800/3865908863":"2024-01-22T08:46:25.595164+0000","172.21.15.144:0/3015400644":"2024-01-22T08:46:25.595164+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-21T08:51:04.357 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-21T08:51:04.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:04 smithi177 bash[20374]: cluster 2024-01-21T08:51:03.104081+0000 mgr.smithi144.tlyrca (mgr.14186) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:04.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:04 smithi177 bash[20374]: audit 2024-01-21T08:51:03.523889+0000 mon.smithi144 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.144:0/2253191689' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:51:04.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:04 smithi144 bash[16259]: cluster 2024-01-21T08:51:03.104081+0000 mgr.smithi144.tlyrca (mgr.14186) 129 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:04.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:04 smithi144 bash[16259]: audit 2024-01-21T08:51:03.523889+0000 mon.smithi144 (mon.0) 567 : audit [DBG] from='client.? 172.21.15.144:0/2253191689' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-21T08:51:06.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:06 smithi177 bash[20374]: cluster 2024-01-21T08:51:05.104672+0000 mgr.smithi144.tlyrca (mgr.14186) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:06.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:06 smithi144 bash[16259]: cluster 2024-01-21T08:51:05.104672+0000 mgr.smithi144.tlyrca (mgr.14186) 130 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:08 smithi177 bash[20374]: cluster 2024-01-21T08:51:07.105279+0000 mgr.smithi144.tlyrca (mgr.14186) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:08.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:08 smithi144 bash[16259]: cluster 2024-01-21T08:51:07.105279+0000 mgr.smithi144.tlyrca (mgr.14186) 131 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:09.204 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:51:10.547 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:10 smithi144 bash[16259]: cluster 2024-01-21T08:51:09.105838+0000 mgr.smithi144.tlyrca (mgr.14186) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:10.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:10 smithi177 bash[20374]: cluster 2024-01-21T08:51:09.105838+0000 mgr.smithi144.tlyrca (mgr.14186) 132 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:12 smithi177 bash[20374]: cluster 2024-01-21T08:51:11.106312+0000 mgr.smithi144.tlyrca (mgr.14186) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:12 smithi177 bash[20374]: audit 2024-01-21T08:51:11.643711+0000 mon.smithi144 (mon.0) 568 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:12.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:12 smithi144 bash[16259]: cluster 2024-01-21T08:51:11.106312+0000 mgr.smithi144.tlyrca (mgr.14186) 133 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:12.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:12 smithi144 bash[16259]: audit 2024-01-21T08:51:11.643711+0000 mon.smithi144 (mon.0) 568 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:13.869 INFO:teuthology.orchestra.run.smithi144.stdout:68719476756 2024-01-21T08:51:13.869 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-21T08:51:14.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:14 smithi177 bash[20374]: cluster 2024-01-21T08:51:13.106646+0000 mgr.smithi144.tlyrca (mgr.14186) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:14.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:14 smithi144 bash[16259]: cluster 2024-01-21T08:51:13.106646+0000 mgr.smithi144.tlyrca (mgr.14186) 134 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:15.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:15 smithi144 bash[16259]: audit 2024-01-21T08:51:14.413878+0000 mon.smithi144 (mon.0) 569 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:15.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:15 smithi144 bash[16259]: audit 2024-01-21T08:51:14.418481+0000 mon.smithi144 (mon.0) 570 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:51:15.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:15 smithi177 bash[20374]: audit 2024-01-21T08:51:14.413878+0000 mon.smithi144 (mon.0) 569 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:15.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:15 smithi177 bash[20374]: audit 2024-01-21T08:51:14.418481+0000 mon.smithi144 (mon.0) 570 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:51:16.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:16 smithi144 bash[16259]: cluster 2024-01-21T08:51:15.107225+0000 mgr.smithi144.tlyrca (mgr.14186) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:16.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:16 smithi177 bash[20374]: cluster 2024-01-21T08:51:15.107225+0000 mgr.smithi144.tlyrca (mgr.14186) 135 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:18.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:18 smithi144 bash[16259]: cluster 2024-01-21T08:51:17.107854+0000 mgr.smithi144.tlyrca (mgr.14186) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:18.727 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:51:18.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:18 smithi177 bash[20374]: cluster 2024-01-21T08:51:17.107854+0000 mgr.smithi144.tlyrca (mgr.14186) 136 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:20.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:20 smithi144 bash[16259]: cluster 2024-01-21T08:51:19.108223+0000 mgr.smithi144.tlyrca (mgr.14186) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:20 smithi144 bash[16259]: audit 2024-01-21T08:51:20.064931+0000 mon.smithi144 (mon.0) 571 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:20 smithi144 bash[16259]: audit 2024-01-21T08:51:20.249903+0000 mon.smithi144 (mon.0) 572 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:20 smithi144 bash[16259]: audit 2024-01-21T08:51:20.251971+0000 mon.smithi144 (mon.0) 573 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:51:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:20 smithi144 bash[16259]: audit 2024-01-21T08:51:20.253496+0000 mon.smithi144 (mon.0) 574 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:51:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:20 smithi144 bash[16259]: audit 2024-01-21T08:51:20.261855+0000 mon.smithi144 (mon.0) 575 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:20 smithi144 bash[16259]: audit 2024-01-21T08:51:20.270233+0000 mon.smithi144 (mon.0) 576 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:51:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:20 smithi177 bash[20374]: cluster 2024-01-21T08:51:19.108223+0000 mgr.smithi144.tlyrca (mgr.14186) 137 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:20 smithi177 bash[20374]: audit 2024-01-21T08:51:20.064931+0000 mon.smithi144 (mon.0) 571 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:20 smithi177 bash[20374]: audit 2024-01-21T08:51:20.249903+0000 mon.smithi144 (mon.0) 572 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:20 smithi177 bash[20374]: audit 2024-01-21T08:51:20.251971+0000 mon.smithi144 (mon.0) 573 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:51:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:20 smithi177 bash[20374]: audit 2024-01-21T08:51:20.253496+0000 mon.smithi144 (mon.0) 574 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:51:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:20 smithi177 bash[20374]: audit 2024-01-21T08:51:20.261855+0000 mon.smithi144 (mon.0) 575 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:51:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:20 smithi177 bash[20374]: audit 2024-01-21T08:51:20.270233+0000 mon.smithi144 (mon.0) 576 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:51:22.506 INFO:teuthology.orchestra.run.smithi144.stdout:94489280535 2024-01-21T08:51:22.506 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-21T08:51:22.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:22 smithi144 bash[16259]: cluster 2024-01-21T08:51:21.108608+0000 mgr.smithi144.tlyrca (mgr.14186) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:22.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:22 smithi177 bash[20374]: cluster 2024-01-21T08:51:21.108608+0000 mgr.smithi144.tlyrca (mgr.14186) 138 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:24 smithi177 bash[20374]: cluster 2024-01-21T08:51:23.109158+0000 mgr.smithi144.tlyrca (mgr.14186) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:24.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:24 smithi144 bash[16259]: cluster 2024-01-21T08:51:23.109158+0000 mgr.smithi144.tlyrca (mgr.14186) 139 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:26.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:26 smithi177 bash[20374]: cluster 2024-01-21T08:51:25.109821+0000 mgr.smithi144.tlyrca (mgr.14186) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:26.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:26 smithi144 bash[16259]: cluster 2024-01-21T08:51:25.109821+0000 mgr.smithi144.tlyrca (mgr.14186) 140 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:27.352 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:51:28.511 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:28 smithi144 bash[16259]: cluster 2024-01-21T08:51:27.110431+0000 mgr.smithi144.tlyrca (mgr.14186) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:28 smithi177 bash[20374]: cluster 2024-01-21T08:51:27.110431+0000 mgr.smithi144.tlyrca (mgr.14186) 141 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:30.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:30 smithi144 bash[16259]: cluster 2024-01-21T08:51:29.110921+0000 mgr.smithi144.tlyrca (mgr.14186) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:30.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:30 smithi177 bash[20374]: cluster 2024-01-21T08:51:29.110921+0000 mgr.smithi144.tlyrca (mgr.14186) 142 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:30.927 INFO:teuthology.orchestra.run.smithi144.stdout:85899345945 2024-01-21T08:51:30.927 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-21T08:51:32.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:32 smithi177 bash[20374]: cluster 2024-01-21T08:51:31.111401+0000 mgr.smithi144.tlyrca (mgr.14186) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:32.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:32 smithi144 bash[16259]: cluster 2024-01-21T08:51:31.111401+0000 mgr.smithi144.tlyrca (mgr.14186) 143 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:34.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:34 smithi177 bash[20374]: cluster 2024-01-21T08:51:33.111949+0000 mgr.smithi144.tlyrca (mgr.14186) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:34.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:34 smithi144 bash[16259]: cluster 2024-01-21T08:51:33.111949+0000 mgr.smithi144.tlyrca (mgr.14186) 144 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:35.760 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:51:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:36 smithi177 bash[20374]: cluster 2024-01-21T08:51:35.112553+0000 mgr.smithi144.tlyrca (mgr.14186) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:36.849 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:36 smithi144 bash[16259]: cluster 2024-01-21T08:51:35.112553+0000 mgr.smithi144.tlyrca (mgr.14186) 145 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:38.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:38 smithi177 bash[20374]: cluster 2024-01-21T08:51:37.113229+0000 mgr.smithi144.tlyrca (mgr.14186) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:38.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:38 smithi144 bash[16259]: cluster 2024-01-21T08:51:37.113229+0000 mgr.smithi144.tlyrca (mgr.14186) 146 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:39.129 INFO:teuthology.orchestra.run.smithi144.stdout:120259084311 2024-01-21T08:51:39.129 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-21T08:51:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:40 smithi177 bash[20374]: cluster 2024-01-21T08:51:39.113702+0000 mgr.smithi144.tlyrca (mgr.14186) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:40.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:40 smithi144 bash[16259]: cluster 2024-01-21T08:51:39.113702+0000 mgr.smithi144.tlyrca (mgr.14186) 147 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:42 smithi177 bash[20374]: cluster 2024-01-21T08:51:41.114376+0000 mgr.smithi144.tlyrca (mgr.14186) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:42.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:42 smithi144 bash[16259]: cluster 2024-01-21T08:51:41.114376+0000 mgr.smithi144.tlyrca (mgr.14186) 148 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:43.971 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:51:44.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:44 smithi177 bash[20374]: cluster 2024-01-21T08:51:43.115105+0000 mgr.smithi144.tlyrca (mgr.14186) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:44.874 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:44 smithi144 bash[16259]: cluster 2024-01-21T08:51:43.115105+0000 mgr.smithi144.tlyrca (mgr.14186) 149 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:46.678 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:46 smithi144 bash[16259]: cluster 2024-01-21T08:51:45.115669+0000 mgr.smithi144.tlyrca (mgr.14186) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:46.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:46 smithi177 bash[20374]: cluster 2024-01-21T08:51:45.115669+0000 mgr.smithi144.tlyrca (mgr.14186) 150 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:47.282 INFO:teuthology.orchestra.run.smithi144.stdout:107374182426 2024-01-21T08:51:47.282 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-21T08:51:48.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:48 smithi177 bash[20374]: cluster 2024-01-21T08:51:47.116206+0000 mgr.smithi144.tlyrca (mgr.14186) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:48.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:48 smithi144 bash[16259]: cluster 2024-01-21T08:51:47.116206+0000 mgr.smithi144.tlyrca (mgr.14186) 151 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:50 smithi177 bash[20374]: cluster 2024-01-21T08:51:49.116917+0000 mgr.smithi144.tlyrca (mgr.14186) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:50.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:50 smithi144 bash[16259]: cluster 2024-01-21T08:51:49.116917+0000 mgr.smithi144.tlyrca (mgr.14186) 152 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:52.121 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:51:52.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:52 smithi177 bash[20374]: cluster 2024-01-21T08:51:51.117549+0000 mgr.smithi144.tlyrca (mgr.14186) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:52.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:52 smithi144 bash[16259]: cluster 2024-01-21T08:51:51.117549+0000 mgr.smithi144.tlyrca (mgr.14186) 153 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:54 smithi177 bash[20374]: cluster 2024-01-21T08:51:53.118079+0000 mgr.smithi144.tlyrca (mgr.14186) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:54.935 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:54 smithi144 bash[16259]: cluster 2024-01-21T08:51:53.118079+0000 mgr.smithi144.tlyrca (mgr.14186) 154 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:55.498 INFO:teuthology.orchestra.run.smithi144.stdout:141733920794 2024-01-21T08:51:55.498 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-21T08:51:56.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:56 smithi177 bash[20374]: cluster 2024-01-21T08:51:55.118672+0000 mgr.smithi144.tlyrca (mgr.14186) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:56.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:56 smithi144 bash[16259]: cluster 2024-01-21T08:51:55.118672+0000 mgr.smithi144.tlyrca (mgr.14186) 155 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:51:58 smithi177 bash[20374]: cluster 2024-01-21T08:51:57.119233+0000 mgr.smithi144.tlyrca (mgr.14186) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:51:58.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:51:58 smithi144 bash[16259]: cluster 2024-01-21T08:51:57.119233+0000 mgr.smithi144.tlyrca (mgr.14186) 156 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:00.328 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:52:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:00 smithi177 bash[20374]: cluster 2024-01-21T08:51:59.119888+0000 mgr.smithi144.tlyrca (mgr.14186) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:00.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:00 smithi144 bash[16259]: cluster 2024-01-21T08:51:59.119888+0000 mgr.smithi144.tlyrca (mgr.14186) 157 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:02.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:02 smithi177 bash[20374]: cluster 2024-01-21T08:52:01.120536+0000 mgr.smithi144.tlyrca (mgr.14186) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:02.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:02 smithi144 bash[16259]: cluster 2024-01-21T08:52:01.120536+0000 mgr.smithi144.tlyrca (mgr.14186) 158 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:03.885 INFO:teuthology.orchestra.run.smithi144.stdout:124554051613 2024-01-21T08:52:03.885 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-21T08:52:04.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:04 smithi177 bash[20374]: cluster 2024-01-21T08:52:03.120991+0000 mgr.smithi144.tlyrca (mgr.14186) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:04.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:04 smithi144 bash[16259]: cluster 2024-01-21T08:52:03.120991+0000 mgr.smithi144.tlyrca (mgr.14186) 159 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:06.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:06 smithi177 bash[20374]: cluster 2024-01-21T08:52:05.121509+0000 mgr.smithi144.tlyrca (mgr.14186) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:06.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:06 smithi144 bash[16259]: cluster 2024-01-21T08:52:05.121509+0000 mgr.smithi144.tlyrca (mgr.14186) 160 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:08.725 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:52:08.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:08 smithi177 bash[20374]: cluster 2024-01-21T08:52:07.122055+0000 mgr.smithi144.tlyrca (mgr.14186) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:08.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:08 smithi144 bash[16259]: cluster 2024-01-21T08:52:07.122055+0000 mgr.smithi144.tlyrca (mgr.14186) 161 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:10.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:10 smithi177 bash[20374]: cluster 2024-01-21T08:52:09.122737+0000 mgr.smithi144.tlyrca (mgr.14186) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:10.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:10 smithi144 bash[16259]: cluster 2024-01-21T08:52:09.122737+0000 mgr.smithi144.tlyrca (mgr.14186) 162 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:12.345 INFO:teuthology.orchestra.run.smithi144.stdout:158913789980 2024-01-21T08:52:12.345 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-21T08:52:12.688 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:12 smithi144 bash[16259]: cluster 2024-01-21T08:52:11.123359+0000 mgr.smithi144.tlyrca (mgr.14186) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:12.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:12 smithi177 bash[20374]: cluster 2024-01-21T08:52:11.123359+0000 mgr.smithi144.tlyrca (mgr.14186) 163 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:14.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:14 smithi177 bash[20374]: cluster 2024-01-21T08:52:13.123983+0000 mgr.smithi144.tlyrca (mgr.14186) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:14.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:14 smithi144 bash[16259]: cluster 2024-01-21T08:52:13.123983+0000 mgr.smithi144.tlyrca (mgr.14186) 164 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:16.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:16 smithi177 bash[20374]: cluster 2024-01-21T08:52:15.124557+0000 mgr.smithi144.tlyrca (mgr.14186) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:16.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:16 smithi144 bash[16259]: cluster 2024-01-21T08:52:15.124557+0000 mgr.smithi144.tlyrca (mgr.14186) 165 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:17.189 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:52:18.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:18 smithi144 bash[16259]: cluster 2024-01-21T08:52:17.125100+0000 mgr.smithi144.tlyrca (mgr.14186) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:18.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:18 smithi177 bash[20374]: cluster 2024-01-21T08:52:17.125100+0000 mgr.smithi144.tlyrca (mgr.14186) 166 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:20.347 INFO:teuthology.orchestra.run.smithi144.stdout:68719476769 2024-01-21T08:52:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:20 smithi144 bash[16259]: cluster 2024-01-21T08:52:19.125714+0000 mgr.smithi144.tlyrca (mgr.14186) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:20 smithi144 bash[16259]: audit 2024-01-21T08:52:20.282589+0000 mon.smithi144 (mon.0) 577 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:52:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:20 smithi144 bash[16259]: audit 2024-01-21T08:52:20.345866+0000 mon.smithi144 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.144:0/2110889259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T08:52:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:20 smithi177 bash[20374]: cluster 2024-01-21T08:52:19.125714+0000 mgr.smithi144.tlyrca (mgr.14186) 167 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:20 smithi177 bash[20374]: audit 2024-01-21T08:52:20.282589+0000 mon.smithi144 (mon.0) 577 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:52:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:20 smithi177 bash[20374]: audit 2024-01-21T08:52:20.345866+0000 mon.smithi144 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.144:0/2110889259' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-21T08:52:20.983 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476756 got 68719476769 for osd.0 2024-01-21T08:52:20.983 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-21T08:52:22.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:22 smithi177 bash[20374]: cluster 2024-01-21T08:52:21.126265+0000 mgr.smithi144.tlyrca (mgr.14186) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:22.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:22 smithi144 bash[16259]: cluster 2024-01-21T08:52:21.126265+0000 mgr.smithi144.tlyrca (mgr.14186) 168 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:24.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:24 smithi144 bash[16259]: cluster 2024-01-21T08:52:23.126858+0000 mgr.smithi144.tlyrca (mgr.14186) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:25.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:24 smithi177 bash[20374]: cluster 2024-01-21T08:52:23.126858+0000 mgr.smithi144.tlyrca (mgr.14186) 169 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:25.122 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:52:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:26 smithi144 bash[16259]: cluster 2024-01-21T08:52:25.127349+0000 mgr.smithi144.tlyrca (mgr.14186) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:26 smithi144 bash[16259]: audit 2024-01-21T08:52:26.135696+0000 mon.smithi144 (mon.0) 579 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:52:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:26 smithi144 bash[16259]: audit 2024-01-21T08:52:26.368851+0000 mon.smithi144 (mon.0) 580 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:52:27.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:26 smithi177 bash[20374]: cluster 2024-01-21T08:52:25.127349+0000 mgr.smithi144.tlyrca (mgr.14186) 170 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:26 smithi177 bash[20374]: audit 2024-01-21T08:52:26.135696+0000 mon.smithi144 (mon.0) 579 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:52:27.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:26 smithi177 bash[20374]: audit 2024-01-21T08:52:26.368851+0000 mon.smithi144 (mon.0) 580 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:52:27.926 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:27 smithi144 bash[16259]: audit 2024-01-21T08:52:26.648248+0000 mon.smithi144 (mon.0) 581 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:52:27.926 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:27 smithi144 bash[16259]: audit 2024-01-21T08:52:26.650188+0000 mon.smithi144 (mon.0) 582 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:52:27.926 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:27 smithi144 bash[16259]: audit 2024-01-21T08:52:26.657416+0000 mon.smithi144 (mon.0) 583 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:52:27.926 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:27 smithi144 bash[16259]: audit 2024-01-21T08:52:26.663767+0000 mon.smithi144 (mon.0) 584 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:52:28.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:27 smithi177 bash[20374]: audit 2024-01-21T08:52:26.648248+0000 mon.smithi144 (mon.0) 581 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:52:28.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:27 smithi177 bash[20374]: audit 2024-01-21T08:52:26.650188+0000 mon.smithi144 (mon.0) 582 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:52:28.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:27 smithi177 bash[20374]: audit 2024-01-21T08:52:26.657416+0000 mon.smithi144 (mon.0) 583 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:52:28.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:27 smithi177 bash[20374]: audit 2024-01-21T08:52:26.663767+0000 mon.smithi144 (mon.0) 584 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:52:28.269 INFO:teuthology.orchestra.run.smithi144.stdout:94489280548 2024-01-21T08:52:28.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:28 smithi144 bash[16259]: cluster 2024-01-21T08:52:27.127944+0000 mgr.smithi144.tlyrca (mgr.14186) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:28.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:28 smithi144 bash[16259]: audit 2024-01-21T08:52:28.268494+0000 mon.smithi144 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.144:0/1580601300' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T08:52:28.948 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280535 got 94489280548 for osd.1 2024-01-21T08:52:28.948 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-21T08:52:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:28 smithi177 bash[20374]: cluster 2024-01-21T08:52:27.127944+0000 mgr.smithi144.tlyrca (mgr.14186) 171 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:28 smithi177 bash[20374]: audit 2024-01-21T08:52:28.268494+0000 mon.smithi144 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.144:0/1580601300' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-21T08:52:30.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:30 smithi144 bash[16259]: cluster 2024-01-21T08:52:29.128600+0000 mgr.smithi144.tlyrca (mgr.14186) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:31.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:30 smithi177 bash[20374]: cluster 2024-01-21T08:52:29.128600+0000 mgr.smithi144.tlyrca (mgr.14186) 172 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:32.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:32 smithi144 bash[16259]: cluster 2024-01-21T08:52:31.129274+0000 mgr.smithi144.tlyrca (mgr.14186) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:33.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:32 smithi177 bash[20374]: cluster 2024-01-21T08:52:31.129274+0000 mgr.smithi144.tlyrca (mgr.14186) 173 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:33.787 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:52:34.892 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:34 smithi144 bash[16259]: cluster 2024-01-21T08:52:33.129975+0000 mgr.smithi144.tlyrca (mgr.14186) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:35.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:34 smithi177 bash[20374]: cluster 2024-01-21T08:52:33.129975+0000 mgr.smithi144.tlyrca (mgr.14186) 174 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:36.626 INFO:teuthology.orchestra.run.smithi144.stdout:85899345958 2024-01-21T08:52:36.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:36 smithi144 bash[16259]: cluster 2024-01-21T08:52:35.130698+0000 mgr.smithi144.tlyrca (mgr.14186) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:37.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:36 smithi177 bash[20374]: cluster 2024-01-21T08:52:35.130698+0000 mgr.smithi144.tlyrca (mgr.14186) 175 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:37.296 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345945 got 85899345958 for osd.2 2024-01-21T08:52:37.297 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-21T08:52:37.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:37 smithi144 bash[16259]: audit 2024-01-21T08:52:36.624704+0000 mon.smithi144 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.144:0/860155057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T08:52:37.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:37 smithi144 bash[16259]: cluster 2024-01-21T08:52:37.131309+0000 mgr.smithi144.tlyrca (mgr.14186) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:38.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:37 smithi177 bash[20374]: audit 2024-01-21T08:52:36.624704+0000 mon.smithi144 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.144:0/860155057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-21T08:52:38.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:37 smithi177 bash[20374]: cluster 2024-01-21T08:52:37.131309+0000 mgr.smithi144.tlyrca (mgr.14186) 176 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:40.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:40 smithi177 bash[20374]: cluster 2024-01-21T08:52:39.131885+0000 mgr.smithi144.tlyrca (mgr.14186) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:40.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:40 smithi144 bash[16259]: cluster 2024-01-21T08:52:39.131885+0000 mgr.smithi144.tlyrca (mgr.14186) 177 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:42.129 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:52:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:42 smithi177 bash[20374]: cluster 2024-01-21T08:52:41.132438+0000 mgr.smithi144.tlyrca (mgr.14186) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:42.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:42 smithi144 bash[16259]: cluster 2024-01-21T08:52:41.132438+0000 mgr.smithi144.tlyrca (mgr.14186) 178 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:44.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:44 smithi177 bash[20374]: cluster 2024-01-21T08:52:43.133064+0000 mgr.smithi144.tlyrca (mgr.14186) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:44.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:44 smithi144 bash[16259]: cluster 2024-01-21T08:52:43.133064+0000 mgr.smithi144.tlyrca (mgr.14186) 179 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:45.176 INFO:teuthology.orchestra.run.smithi144.stdout:120259084324 2024-01-21T08:52:45.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:45 smithi177 bash[20374]: audit 2024-01-21T08:52:45.174964+0000 mon.smithi144 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.144:0/3178708993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T08:52:45.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:45 smithi144 bash[16259]: audit 2024-01-21T08:52:45.174964+0000 mon.smithi144 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.144:0/3178708993' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-21T08:52:45.882 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084311 got 120259084324 for osd.3 2024-01-21T08:52:45.882 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-21T08:52:46.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:46 smithi177 bash[20374]: cluster 2024-01-21T08:52:45.133799+0000 mgr.smithi144.tlyrca (mgr.14186) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:46.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:46 smithi144 bash[16259]: cluster 2024-01-21T08:52:45.133799+0000 mgr.smithi144.tlyrca (mgr.14186) 180 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:48.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:48 smithi177 bash[20374]: cluster 2024-01-21T08:52:47.134254+0000 mgr.smithi144.tlyrca (mgr.14186) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:48.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:48 smithi144 bash[16259]: cluster 2024-01-21T08:52:47.134254+0000 mgr.smithi144.tlyrca (mgr.14186) 181 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:50 smithi177 bash[20374]: cluster 2024-01-21T08:52:49.134933+0000 mgr.smithi144.tlyrca (mgr.14186) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:50.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:50 smithi144 bash[16259]: cluster 2024-01-21T08:52:49.134933+0000 mgr.smithi144.tlyrca (mgr.14186) 182 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:50.714 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:52:52.612 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:52 smithi177 bash[20374]: cluster 2024-01-21T08:52:51.135548+0000 mgr.smithi144.tlyrca (mgr.14186) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:52.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:52 smithi144 bash[16259]: cluster 2024-01-21T08:52:51.135548+0000 mgr.smithi144.tlyrca (mgr.14186) 183 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:53.819 INFO:teuthology.orchestra.run.smithi144.stdout:107374182439 2024-01-21T08:52:54.468 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182426 got 107374182439 for osd.4 2024-01-21T08:52:54.468 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-21T08:52:54.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:54 smithi144 bash[16259]: cluster 2024-01-21T08:52:53.136274+0000 mgr.smithi144.tlyrca (mgr.14186) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:54.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:54 smithi144 bash[16259]: audit 2024-01-21T08:52:53.817591+0000 mon.smithi144 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.144:0/2841330397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T08:52:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:54 smithi177 bash[20374]: cluster 2024-01-21T08:52:53.136274+0000 mgr.smithi144.tlyrca (mgr.14186) 184 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:54 smithi177 bash[20374]: audit 2024-01-21T08:52:53.817591+0000 mon.smithi144 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.144:0/2841330397' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-21T08:52:56.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:56 smithi144 bash[16259]: cluster 2024-01-21T08:52:55.136903+0000 mgr.smithi144.tlyrca (mgr.14186) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:56.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:56 smithi177 bash[20374]: cluster 2024-01-21T08:52:55.136903+0000 mgr.smithi144.tlyrca (mgr.14186) 185 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:58.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:52:58 smithi144 bash[16259]: cluster 2024-01-21T08:52:57.137550+0000 mgr.smithi144.tlyrca (mgr.14186) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:52:58 smithi177 bash[20374]: cluster 2024-01-21T08:52:57.137550+0000 mgr.smithi144.tlyrca (mgr.14186) 186 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:52:59.303 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:53:00.481 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:00 smithi144 bash[16259]: cluster 2024-01-21T08:52:59.138136+0000 mgr.smithi144.tlyrca (mgr.14186) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:00 smithi177 bash[20374]: cluster 2024-01-21T08:52:59.138136+0000 mgr.smithi144.tlyrca (mgr.14186) 187 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:02.360 INFO:teuthology.orchestra.run.smithi144.stdout:141733920807 2024-01-21T08:53:02.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:02 smithi144 bash[16259]: cluster 2024-01-21T08:53:01.138707+0000 mgr.smithi144.tlyrca (mgr.14186) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:02.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:02 smithi144 bash[16259]: audit 2024-01-21T08:53:02.358806+0000 mon.smithi144 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.144:0/2574302969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T08:53:02.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:02 smithi177 bash[20374]: cluster 2024-01-21T08:53:01.138707+0000 mgr.smithi144.tlyrca (mgr.14186) 188 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:02.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:02 smithi177 bash[20374]: audit 2024-01-21T08:53:02.358806+0000 mon.smithi144 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.144:0/2574302969' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-21T08:53:03.047 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920794 got 141733920807 for osd.5 2024-01-21T08:53:03.048 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-21T08:53:04.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:04 smithi144 bash[16259]: cluster 2024-01-21T08:53:03.139284+0000 mgr.smithi144.tlyrca (mgr.14186) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:04.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:04 smithi177 bash[20374]: cluster 2024-01-21T08:53:03.139284+0000 mgr.smithi144.tlyrca (mgr.14186) 189 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:06.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:06 smithi144 bash[16259]: cluster 2024-01-21T08:53:05.139977+0000 mgr.smithi144.tlyrca (mgr.14186) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:06.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:06 smithi177 bash[20374]: cluster 2024-01-21T08:53:05.139977+0000 mgr.smithi144.tlyrca (mgr.14186) 190 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:07.882 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:53:08.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:08 smithi144 bash[16259]: cluster 2024-01-21T08:53:07.140541+0000 mgr.smithi144.tlyrca (mgr.14186) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:08.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:08 smithi177 bash[20374]: cluster 2024-01-21T08:53:07.140541+0000 mgr.smithi144.tlyrca (mgr.14186) 191 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:10.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:10 smithi144 bash[16259]: cluster 2024-01-21T08:53:09.141118+0000 mgr.smithi144.tlyrca (mgr.14186) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:10.795 INFO:teuthology.orchestra.run.smithi144.stdout:124554051626 2024-01-21T08:53:10.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:10 smithi177 bash[20374]: cluster 2024-01-21T08:53:09.141118+0000 mgr.smithi144.tlyrca (mgr.14186) 192 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:11.400 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051613 got 124554051626 for osd.6 2024-01-21T08:53:11.401 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-21T08:53:11.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:11 smithi144 bash[16259]: audit 2024-01-21T08:53:10.794355+0000 mon.smithi144 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.144:0/2534827416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T08:53:11.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:11 smithi177 bash[20374]: audit 2024-01-21T08:53:10.794355+0000 mon.smithi144 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.144:0/2534827416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-21T08:53:12.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:12 smithi144 bash[16259]: cluster 2024-01-21T08:53:11.141820+0000 mgr.smithi144.tlyrca (mgr.14186) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:12.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:12 smithi177 bash[20374]: cluster 2024-01-21T08:53:11.141820+0000 mgr.smithi144.tlyrca (mgr.14186) 193 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:14.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:14 smithi144 bash[16259]: cluster 2024-01-21T08:53:13.142423+0000 mgr.smithi144.tlyrca (mgr.14186) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:14.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:14 smithi177 bash[20374]: cluster 2024-01-21T08:53:13.142423+0000 mgr.smithi144.tlyrca (mgr.14186) 194 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:16.232 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:53:16.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:16 smithi144 bash[16259]: cluster 2024-01-21T08:53:15.143021+0000 mgr.smithi144.tlyrca (mgr.14186) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:16.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:16 smithi177 bash[20374]: cluster 2024-01-21T08:53:15.143021+0000 mgr.smithi144.tlyrca (mgr.14186) 195 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:18.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:18 smithi144 bash[16259]: cluster 2024-01-21T08:53:17.143621+0000 mgr.smithi144.tlyrca (mgr.14186) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:18.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:18 smithi177 bash[20374]: cluster 2024-01-21T08:53:17.143621+0000 mgr.smithi144.tlyrca (mgr.14186) 196 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:19.274 INFO:teuthology.orchestra.run.smithi144.stdout:158913789993 2024-01-21T08:53:19.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:19 smithi144 bash[16259]: audit 2024-01-21T08:53:19.272370+0000 mon.smithi144 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.144:0/477536331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T08:53:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:19 smithi177 bash[20374]: audit 2024-01-21T08:53:19.272370+0000 mon.smithi144 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.144:0/477536331' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-21T08:53:19.920 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789980 got 158913789993 for osd.7 2024-01-21T08:53:19.920 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-21T08:53:19.921 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T08:53:20.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:20 smithi144 bash[16259]: cluster 2024-01-21T08:53:19.144064+0000 mgr.smithi144.tlyrca (mgr.14186) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:20 smithi177 bash[20374]: cluster 2024-01-21T08:53:19.144064+0000 mgr.smithi144.tlyrca (mgr.14186) 197 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:22.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:22 smithi144 bash[16259]: cluster 2024-01-21T08:53:21.144615+0000 mgr.smithi144.tlyrca (mgr.14186) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:22.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:22 smithi177 bash[20374]: cluster 2024-01-21T08:53:21.144615+0000 mgr.smithi144.tlyrca (mgr.14186) 198 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:24.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:24 smithi144 bash[16259]: cluster 2024-01-21T08:53:23.145295+0000 mgr.smithi144.tlyrca (mgr.14186) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:24.762 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:53:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:24 smithi177 bash[20374]: cluster 2024-01-21T08:53:23.145295+0000 mgr.smithi144.tlyrca (mgr.14186) 199 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:26.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:26 smithi177 bash[20374]: cluster 2024-01-21T08:53:25.145970+0000 mgr.smithi144.tlyrca (mgr.14186) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:26 smithi144 bash[16259]: cluster 2024-01-21T08:53:25.145970+0000 mgr.smithi144.tlyrca (mgr.14186) 200 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:27.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:27 smithi144 bash[16259]: audit 2024-01-21T08:53:26.677623+0000 mon.smithi144 (mon.0) 592 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:53:27.736 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:53:27.739 INFO:teuthology.orchestra.run.smithi144.stderr:dumped all 2024-01-21T08:53:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:27 smithi177 bash[20374]: audit 2024-01-21T08:53:26.677623+0000 mon.smithi144 (mon.0) 592 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:53:28.417 INFO:teuthology.orchestra.run.smithi144.stdout:{"pg_ready":true,"pg_map":{"version":186,"stamp":"2024-01-21T08:53:27.146288+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":2379788,"kb_used_data":3020,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548660,"statfs":{"total":767926730752,"available":765489827840,"internally_reserved":0,"allocated":3092480,"data_stored":1208706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-01-21T08:50:05.367943+0000","last_change":"2024-01-21T08:50:05.367943+0000","last_active":"2024-01-21T08:50:05.367943+0000","last_peered":"2024-01-21T08:50:05.367943+0000","last_clean":"2024-01-21T08:50:05.367943+0000","last_became_active":"2024-01-21T08:50:05.367289+0000","last_became_peered":"2024-01-21T08:50:05.367289+0000","last_unstale":"2024-01-21T08:50:05.367943+0000","last_undegraded":"2024-01-21T08:50:05.367943+0000","last_fullsized":"2024-01-21T08:50:05.367943+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T08:49:46.727067+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T08:49:46.727067+0000","last_clean_scrub_stamp":"2024-01-21T08:49:46.727067+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":37,"seq":158913789995,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.86099999999999999,"15min":0.85699999999999998},"min":{"1min":0.63,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.91900000000000004},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.88300000000000001,"15min":0.88700000000000001},"min":{"1min":0.65800000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.113,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":1.0940000000000001}]},{"osd":1,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.81299999999999994,"15min":0.81399999999999995},"min":{"1min":0.623,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.379,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.75},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.873,"15min":0.88800000000000001},"min":{"1min":0.64200000000000002,"5min":0.435,"15min":0.435},"max":{"1min":1.2450000000000001,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.96299999999999997}]},{"osd":2,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.87,"15min":0.86799999999999999},"min":{"1min":0.61199999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.83699999999999997},{"interface":"front","average":{"1min":1.05,"5min":0.97299999999999998,"15min":0.95899999999999996},"min":{"1min":0.84399999999999997,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":2.3610000000000002,"5min":2.3610000000000002,"15min":2.3610000000000002},"last":0.98599999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.97199999999999998,"15min":0.98399999999999999},"min":{"1min":0.66600000000000004,"5min":0.441,"15min":0.441},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.78500000000000003},{"interface":"front","average":{"1min":1.1299999999999999,"5min":0.94799999999999995,"15min":0.91600000000000004},"min":{"1min":0.68000000000000005,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":5.298,"5min":5.298,"15min":5.298},"last":0.63100000000000001}]},{"osd":4,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.036,"15min":1.018},"min":{"1min":0.83299999999999996,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.847,"5min":1.847,"15min":1.847},"last":0.93700000000000006},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1419999999999999,"15min":1.145},"min":{"1min":0.97099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":2.2519999999999998,"5min":2.2519999999999998,"15min":2.2519999999999998},"last":1.115}]},{"osd":5,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.139,"15min":1.1499999999999999},"min":{"1min":0.85499999999999998,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":2.4369999999999998,"5min":2.4369999999999998,"15min":2.4369999999999998},"last":0.85999999999999999},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.1919999999999999,"15min":1.238},"min":{"1min":0.82899999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":2.2170000000000001,"5min":3.3780000000000001,"15min":3.3780000000000001},"last":0.88300000000000001}]},{"osd":6,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":1.2330000000000001,"5min":1.296,"15min":1.343},"min":{"1min":0.95299999999999996,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.579,"5min":3.3460000000000001,"15min":3.3460000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.268,"5min":1.222,"15min":1.2170000000000001},"min":{"1min":0.96399999999999997,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.9299999999999999,"5min":1.9299999999999999,"15min":1.9299999999999999},"last":1.0629999999999999}]}]},{"osd":5,"up_from":33,"seq":141733920812,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.89700000000000002,"15min":0.88100000000000001},"min":{"1min":0.73999999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.395,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":0.84999999999999998},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.88600000000000001,"15min":0.86799999999999999},"min":{"1min":0.73099999999999998,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1639999999999999,"5min":1.296,"15min":1.296},"last":0.94899999999999995}]},{"osd":1,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.71799999999999997,"15min":0.71099999999999997},"min":{"1min":0.58699999999999997,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.0509999999999999,"5min":1.268,"15min":1.268},"last":1.0229999999999999},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.81499999999999995,"15min":0.82399999999999995},"min":{"1min":0.60299999999999998,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":0.76200000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.96399999999999997,"15min":0.95599999999999996},"min":{"1min":0.71799999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.2190000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.165},{"interface":"front","average":{"1min":1.012,"5min":0.998,"15min":1.0029999999999999},"min":{"1min":0.70299999999999996,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.484,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":0.89400000000000002}]},{"osd":3,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.86199999999999999,"15min":0.88300000000000001},"min":{"1min":0.62,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.2270000000000001,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":0.628},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.89900000000000002,"15min":0.88200000000000001},"min":{"1min":0.67400000000000004,"5min":0.498,"15min":0.498},"max":{"1min":1.0840000000000001,"5min":1.401,"15min":1.401},"last":1.0840000000000001}]},{"osd":4,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.997,"15min":1.0029999999999999},"min":{"1min":0.79500000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.292,"5min":1.78,"15min":1.78},"last":0.81899999999999995},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.006,"15min":0.98899999999999999},"min":{"1min":0.77800000000000002,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.4059999999999999,"5min":1.671,"15min":1.671},"last":1.218}]},{"osd":6,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.129,"15min":1.1339999999999999},"min":{"1min":0.86599999999999999,"5min":0.629,"15min":0.629},"max":{"1min":1.6120000000000001,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":0.93600000000000005},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.1419999999999999,"15min":1.1319999999999999},"min":{"1min":0.94499999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3320000000000001,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.2589999999999999}]},{"osd":7,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.1240000000000001,"15min":1.1020000000000001},"min":{"1min":0.89900000000000002,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.55,"5min":1.831,"15min":1.831},"last":0.98399999999999999},{"interface":"front","average":{"1min":1.1599999999999999,"5min":1.1439999999999999,"15min":1.139},"min":{"1min":0.98399999999999999,"5min":0.752,"15min":0.752},"max":{"1min":1.407,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":1.1419999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:47 2024","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.66600000000000004,"15min":0.66000000000000003},"min":{"1min":0.55600000000000005,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.92100000000000004,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.75700000000000001,"15min":0.76100000000000001},"min":{"1min":0.62,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":0.76200000000000001}]},{"osd":1,"last update":"Sun Jan 21 08:52:53 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.88,"15min":0.86599999999999999},"min":{"1min":0.70899999999999996,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":1.0169999999999999},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.93500000000000005,"15min":0.93700000000000006},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.95699999999999996}]},{"osd":3,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94599999999999995,"15min":0.93899999999999995},"min":{"1min":0.749,"5min":0.745,"15min":0.745},"max":{"1min":1.1419999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.96299999999999997,"15min":0.96899999999999997},"min":{"1min":0.73499999999999999,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.097,"5min":1.244,"15min":1.244},"last":1.224}]},{"osd":4,"last update":"Sun Jan 21 08:52:53 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.874,"15min":0.877},"min":{"1min":0.66900000000000004,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.999,"5min":1.284,"15min":1.284},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.92100000000000004,"15min":0.92400000000000004},"min":{"1min":0.72899999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.234,"5min":1.355,"15min":1.355},"last":1.167}]},{"osd":5,"last update":"Sun Jan 21 08:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98799999999999999,"15min":0.97399999999999998},"min":{"1min":0.78400000000000003,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.2050000000000001,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":1.099},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.071,"15min":1.077},"min":{"1min":0.88900000000000001,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.2330000000000001,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.242}]},{"osd":6,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":1.073,"15min":1.0880000000000001},"min":{"1min":0.84499999999999997,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.274,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.083,"15min":1.075},"min":{"1min":0.84299999999999997,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2809999999999999,"5min":1.502,"15min":1.502},"last":1.27}]},{"osd":7,"last update":"Sun Jan 21 08:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1579999999999999,"5min":1.171,"15min":1.1759999999999999},"min":{"1min":0.97399999999999998,"5min":0.877,"15min":0.877},"max":{"1min":1.3640000000000001,"5min":1.548,"15min":1.548},"last":1.304},{"interface":"front","average":{"1min":1.165,"5min":1.196,"15min":1.2010000000000001},"min":{"1min":0.98899999999999999,"5min":0.97299999999999998,"15min":0.97299999999999998},"max":{"1min":1.3280000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.1990000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476783,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":148696,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Jan 21 08:52:51 2024","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.85799999999999998,"15min":0.86399999999999999},"min":{"1min":0.63400000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":0.98299999999999998,"5min":1.72,"15min":1.72},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.95399999999999996,"5min":0.83199999999999996,"15min":0.79600000000000004},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":3.5499999999999998,"5min":3.5499999999999998,"15min":3.5499999999999998},"last":0.78900000000000003}]},{"osd":2,"last update":"Sun Jan 21 08:52:51 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.82099999999999995,"15min":0.81799999999999995},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":1.232},{"interface":"front","average":{"1min":0.751,"5min":0.82899999999999996,"15min":0.85899999999999999},"min":{"1min":0.57099999999999995,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.1000000000000001,"5min":1.395,"15min":1.395},"last":0.73499999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:52:56 2024","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":0.94599999999999995,"15min":0.90300000000000002},"min":{"1min":0.66600000000000004,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":3.468,"5min":3.468,"15min":3.468},"last":0.76800000000000002},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.95099999999999996,"15min":0.95499999999999996},"min":{"1min":0.748,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.997}]},{"osd":4,"last update":"Sun Jan 21 08:52:51 2024","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.83199999999999996,"15min":0.84599999999999997},"min":{"1min":0.63200000000000001,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.044,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":1.1319999999999999},{"interface":"front","average":{"1min":0.998,"5min":0.96699999999999997,"15min":0.95499999999999996},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":0.95099999999999996}]},{"osd":5,"last update":"Sun Jan 21 08:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.002,"15min":0.98099999999999998},"min":{"1min":0.86899999999999999,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.1319999999999999,"5min":3.6240000000000001,"15min":3.6240000000000001},"last":1.0309999999999999},{"interface":"front","average":{"1min":1.119,"5min":1.095,"15min":1.0900000000000001},"min":{"1min":0.86699999999999999,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.341,"5min":1.486,"15min":1.486},"last":1.0640000000000001}]},{"osd":6,"last update":"Sun Jan 21 08:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":1.0129999999999999,"15min":1.0229999999999999},"min":{"1min":0.78300000000000003,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.1910000000000001,"5min":1.29,"15min":1.29},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.1830000000000001,"15min":1.1859999999999999},"min":{"1min":0.98099999999999998,"5min":0.92100000000000004,"15min":0.92100000000000004},"max":{"1min":1.5089999999999999,"5min":1.571,"15min":1.571},"last":1.1719999999999999}]},{"osd":7,"last update":"Sun Jan 21 08:53:07 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.171,"15min":1.1719999999999999},"min":{"1min":0.93999999999999995,"5min":0.89800000000000002,"15min":0.89800000000000002},"max":{"1min":1.48,"5min":3.5009999999999999,"15min":3.5009999999999999},"last":1.2969999999999999},{"interface":"front","average":{"1min":1.262,"5min":1.2929999999999999,"15min":1.284},"min":{"1min":0.96899999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"max":{"1min":1.73,"5min":3.573,"15min":3.573},"last":1.28}]}]},{"osd":1,"up_from":22,"seq":94489280560,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151250,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.82899999999999996,"15min":0.84099999999999997},"min":{"1min":0.64200000000000002,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.133,"5min":1.321,"15min":1.321},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.81899999999999995,"15min":0.81299999999999994},"min":{"1min":0.61799999999999999,"5min":0.501,"15min":0.501},"max":{"1min":1.1499999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.66800000000000004}]},{"osd":2,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.89800000000000002,"15min":0.89800000000000002},"min":{"1min":0.59599999999999997,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.27,"5min":1.294,"15min":1.294},"last":1.119},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.97399999999999998,"15min":0.96999999999999997},"min":{"1min":0.58299999999999996,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.21,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.101}]},{"osd":3,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.79800000000000004},"min":{"1min":0.626,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.1599999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.64100000000000001},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.77400000000000002,"15min":0.73999999999999999},"min":{"1min":0.66000000000000003,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.3089999999999999,"5min":1.778,"15min":1.778},"last":0.76400000000000001}]},{"osd":4,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.88900000000000001,"15min":0.874},"min":{"1min":0.77500000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.21,"5min":1.411,"15min":1.411},"last":0.99199999999999999},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.01,"15min":1.012},"min":{"1min":0.79800000000000004,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.216,"5min":1.627,"15min":1.627},"last":0.80300000000000005}]},{"osd":5,"last update":"Sun Jan 21 08:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.88100000000000001,"15min":0.876},"min":{"1min":0.61699999999999999,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":0.89000000000000001},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.0820000000000001,"15min":1.0840000000000001},"min":{"1min":0.66100000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.4550000000000001,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.032}]},{"osd":6,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.0169999999999999,"15min":1.012},"min":{"1min":0.77100000000000002,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.514,"5min":1.706,"15min":1.706},"last":0.82499999999999996},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0580000000000001,"15min":1.054},"min":{"1min":0.89000000000000001,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.3200000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":1.1970000000000001}]},{"osd":7,"last update":"Sun Jan 21 08:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1859999999999999,"5min":1.1299999999999999,"15min":1.1160000000000001},"min":{"1min":0.82999999999999996,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.51,"5min":1.698,"15min":1.698},"last":1.1479999999999999},{"interface":"front","average":{"1min":1.115,"5min":1.1140000000000001,"15min":1.1020000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.6890000000000001,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.2609999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182446,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151250,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.73199999999999998,"15min":0.73199999999999998},"min":{"1min":0.56499999999999995,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":2.004,"5min":2.004,"15min":2.004},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.80000000000000004,"15min":0.78600000000000003},"min":{"1min":0.60199999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.23,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":0.60399999999999998}]},{"osd":1,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.88300000000000001,"15min":0.88300000000000001},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.92600000000000005,"15min":0.93000000000000005},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":0.82699999999999996}]},{"osd":2,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.874,"15min":0.84399999999999997},"min":{"1min":0.65900000000000003,"5min":0.496,"15min":0.496},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.79500000000000004},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.84899999999999998,"15min":0.83099999999999996},"min":{"1min":0.63900000000000001,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":0.75800000000000001}]},{"osd":3,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.97599999999999998,"15min":0.96799999999999997},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.641,"5min":1.641,"15min":1.641},"last":1.014},{"interface":"front","average":{"1min":1.03,"5min":1.0069999999999999,"15min":1.01},"min":{"1min":0.72199999999999998,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.792,"5min":1.792,"15min":1.792},"last":0.89100000000000001}]},{"osd":5,"last update":"Sun Jan 21 08:53:04 2024","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.071,"15min":1.0529999999999999},"min":{"1min":0.90400000000000003,"5min":0.749,"15min":0.749},"max":{"1min":1.5580000000000001,"5min":1.708,"15min":1.708},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.137,"5min":1.1180000000000001,"15min":1.1240000000000001},"min":{"1min":0.88800000000000001,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.2150000000000001}]},{"osd":6,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":1.1499999999999999,"5min":1.127,"15min":1.127},"min":{"1min":0.84999999999999998,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.7250000000000001,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.1000000000000001},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.149,"15min":1.1439999999999999},"min":{"1min":0.93899999999999995,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.5349999999999999,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.125}]},{"osd":7,"last update":"Sun Jan 21 08:53:13 2024","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.1399999999999999,"15min":1.127},"min":{"1min":1.01,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.883,"5min":1.883,"15min":1.883},"last":1.2669999999999999},{"interface":"front","average":{"1min":1.298,"5min":1.2589999999999999,"15min":1.2490000000000001},"min":{"1min":1.0660000000000001,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.77,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.1679999999999999}]}]},{"osd":3,"up_from":28,"seq":120259084333,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151250,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.81799999999999995,"5min":0.83599999999999997,"15min":0.83899999999999997},"min":{"1min":0.63700000000000001,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.091,"5min":1.48,"15min":1.48},"last":0.97799999999999998},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.86399999999999999,"15min":0.85899999999999999},"min":{"1min":0.70599999999999996,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.1419999999999999,"5min":1.22,"15min":1.22},"last":0.82099999999999995}]},{"osd":1,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.74199999999999999,"15min":0.752},"min":{"1min":0.53900000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1799999999999999,"5min":1.232,"15min":1.232},"last":0.78900000000000003},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.78200000000000003,"15min":0.76900000000000002},"min":{"1min":0.55100000000000005,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.0309999999999999,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.91100000000000003}]},{"osd":2,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.91500000000000004,"15min":0.90100000000000002},"min":{"1min":0.68200000000000005,"5min":0.62,"15min":0.62},"max":{"1min":1.256,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":0.876},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.89500000000000002,"15min":0.89200000000000002},"min":{"1min":0.69699999999999995,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.145,"5min":1.26,"15min":1.26},"last":0.94099999999999995}]},{"osd":4,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.997,"15min":0.98899999999999999},"min":{"1min":0.78700000000000003,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":1.123},{"interface":"front","average":{"1min":1.044,"5min":1.038,"15min":1.0229999999999999},"min":{"1min":0.90600000000000003,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.2210000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.1000000000000001}]},{"osd":5,"last update":"Sun Jan 21 08:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.995,"15min":0.99299999999999999},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1899999999999999,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":1.181},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.97899999999999998,"15min":0.97699999999999998},"min":{"1min":0.74299999999999999,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.0800000000000001,"5min":1.847,"15min":1.847},"last":1.036}]},{"osd":6,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.107,"15min":1.0960000000000001},"min":{"1min":0.86399999999999999,"5min":0.85299999999999998,"15min":0.85299999999999998},"max":{"1min":1.4139999999999999,"5min":1.98,"15min":1.98},"last":1.0589999999999999},{"interface":"front","average":{"1min":1.1419999999999999,"5min":1.179,"15min":1.173},"min":{"1min":0.97799999999999998,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.3260000000000001,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":1.24}]},{"osd":7,"last update":"Sun Jan 21 08:53:08 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.208,"15min":1.228},"min":{"1min":0.746,"5min":0.746,"15min":0.746},"max":{"1min":1.48,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":1.266},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.234,"15min":1.24},"min":{"1min":0.97999999999999998,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.397,"5min":1.833,"15min":1.833},"last":1.4610000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051629,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.747,"15min":0.747},"min":{"1min":0.53400000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.76700000000000002},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.81699999999999995,"15min":0.83599999999999997},"min":{"1min":0.57399999999999995,"5min":0.497,"15min":0.497},"max":{"1min":1.0960000000000001,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":0.70999999999999996}]},{"osd":1,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.91100000000000003,"15min":0.89500000000000002},"min":{"1min":0.66400000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.1439999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":1.0600000000000001},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.0029999999999999,"15min":0.995},"min":{"1min":0.79800000000000004,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.337,"5min":1.575,"15min":1.575},"last":1.083}]},{"osd":2,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.89500000000000002,"15min":0.90700000000000003},"min":{"1min":0.66800000000000004,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.1000000000000001,"5min":1.306,"15min":1.306},"last":0.999},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.92400000000000004,"15min":0.95099999999999996},"min":{"1min":0.60999999999999999,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.169,"5min":1.911,"15min":1.911},"last":1.0229999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85999999999999999,"15min":0.85599999999999998},"min":{"1min":0.66500000000000004,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.99399999999999999,"15min":0.98599999999999999},"min":{"1min":0.80500000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.196,"5min":1.486,"15min":1.486},"last":1.355}]},{"osd":4,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.97799999999999998,"15min":0.98199999999999998},"min":{"1min":0.67800000000000005,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.216,"5min":1.349,"15min":1.349},"last":0.92800000000000005},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.0109999999999999,"15min":1.014},"min":{"1min":0.68999999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.304,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.1379999999999999}]},{"osd":5,"last update":"Sun Jan 21 08:53:06 2024","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.099,"15min":1.097},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.431,"5min":1.454,"15min":1.454},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.145,"15min":1.129},"min":{"1min":0.83599999999999997,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.6759999999999999,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.29}]},{"osd":7,"last update":"Sun Jan 21 08:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.1779999999999999,"15min":1.1879999999999999},"min":{"1min":0.75,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.4319999999999999,"5min":1.6699999999999999,"15min":1.6699999999999999},"last":1.272},{"interface":"front","average":{"1min":1.208,"5min":1.1830000000000001,"15min":1.1830000000000001},"min":{"1min":0.96999999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.502,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.3380000000000001}]}]}],"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}]}} 2024-01-21T08:53:28.419 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph pg dump --format=json 2024-01-21T08:53:28.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:28 smithi144 bash[16259]: cluster 2024-01-21T08:53:27.146578+0000 mgr.smithi144.tlyrca (mgr.14186) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:28 smithi177 bash[20374]: cluster 2024-01-21T08:53:27.146578+0000 mgr.smithi144.tlyrca (mgr.14186) 201 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:29.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:29 smithi177 bash[20374]: audit 2024-01-21T08:53:27.727058+0000 mgr.smithi144.tlyrca (mgr.14186) 202 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:53:29.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:29 smithi144 bash[16259]: audit 2024-01-21T08:53:27.727058+0000 mgr.smithi144.tlyrca (mgr.14186) 202 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:53:30.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:30 smithi177 bash[20374]: cluster 2024-01-21T08:53:29.147103+0000 mgr.smithi144.tlyrca (mgr.14186) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:30.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:30 smithi144 bash[16259]: cluster 2024-01-21T08:53:29.147103+0000 mgr.smithi144.tlyrca (mgr.14186) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:32.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:32 smithi177 bash[20374]: cluster 2024-01-21T08:53:31.147809+0000 mgr.smithi144.tlyrca (mgr.14186) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:32.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:32 smithi144 bash[16259]: cluster 2024-01-21T08:53:31.147809+0000 mgr.smithi144.tlyrca (mgr.14186) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:32.961 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:53:33.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:33 smithi177 bash[20374]: audit 2024-01-21T08:53:32.514988+0000 mon.smithi144 (mon.0) 593 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:53:33.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:33 smithi177 bash[20374]: audit 2024-01-21T08:53:33.091166+0000 mon.smithi144 (mon.0) 594 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:53:33.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:33 smithi177 bash[20374]: audit 2024-01-21T08:53:33.378056+0000 mon.smithi144 (mon.0) 595 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:53:33.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:33 smithi177 bash[20374]: audit 2024-01-21T08:53:33.379490+0000 mon.smithi144 (mon.0) 596 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:53:33.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:33 smithi177 bash[20374]: audit 2024-01-21T08:53:33.388669+0000 mon.smithi144 (mon.0) 597 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:53:33.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:33 smithi177 bash[20374]: audit 2024-01-21T08:53:33.400054+0000 mon.smithi144 (mon.0) 598 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:53:33.911 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:33 smithi144 bash[16259]: audit 2024-01-21T08:53:32.514988+0000 mon.smithi144 (mon.0) 593 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:53:33.912 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:33 smithi144 bash[16259]: audit 2024-01-21T08:53:33.091166+0000 mon.smithi144 (mon.0) 594 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:53:33.912 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:33 smithi144 bash[16259]: audit 2024-01-21T08:53:33.378056+0000 mon.smithi144 (mon.0) 595 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:53:33.912 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:33 smithi144 bash[16259]: audit 2024-01-21T08:53:33.379490+0000 mon.smithi144 (mon.0) 596 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:53:33.912 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:33 smithi144 bash[16259]: audit 2024-01-21T08:53:33.388669+0000 mon.smithi144 (mon.0) 597 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:53:33.912 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:33 smithi144 bash[16259]: audit 2024-01-21T08:53:33.400054+0000 mon.smithi144 (mon.0) 598 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:53:34.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:34 smithi177 bash[20374]: cluster 2024-01-21T08:53:33.148418+0000 mgr.smithi144.tlyrca (mgr.14186) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:34.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:34 smithi144 bash[16259]: cluster 2024-01-21T08:53:33.148418+0000 mgr.smithi144.tlyrca (mgr.14186) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:36.098 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:53:36.101 INFO:teuthology.orchestra.run.smithi144.stderr:dumped all 2024-01-21T08:53:36.800 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:36 smithi144 bash[16259]: cluster 2024-01-21T08:53:35.149011+0000 mgr.smithi144.tlyrca (mgr.14186) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:36.801 INFO:teuthology.orchestra.run.smithi144.stdout:{"pg_ready":true,"pg_map":{"version":190,"stamp":"2024-01-21T08:53:35.148706+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":2379788,"kb_used_data":3020,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548660,"statfs":{"total":767926730752,"available":765489827840,"internally_reserved":0,"allocated":3092480,"data_stored":1208706,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-01-21T08:50:05.367943+0000","last_change":"2024-01-21T08:50:05.367943+0000","last_active":"2024-01-21T08:50:05.367943+0000","last_peered":"2024-01-21T08:50:05.367943+0000","last_clean":"2024-01-21T08:50:05.367943+0000","last_became_active":"2024-01-21T08:50:05.367289+0000","last_became_peered":"2024-01-21T08:50:05.367289+0000","last_unstale":"2024-01-21T08:50:05.367943+0000","last_undegraded":"2024-01-21T08:50:05.367943+0000","last_fullsized":"2024-01-21T08:50:05.367943+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-21T08:49:46.727067+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-21T08:49:46.727067+0000","last_clean_scrub_stamp":"2024-01-21T08:49:46.727067+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":37,"seq":158913789997,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.88300000000000001,"5min":0.86099999999999999,"15min":0.85699999999999998},"min":{"1min":0.63,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.88300000000000001,"15min":0.88700000000000001},"min":{"1min":0.65800000000000003,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.113,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.81000000000000005}]},{"osd":1,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.81299999999999994,"15min":0.81399999999999995},"min":{"1min":0.623,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":1.379,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.873,"15min":0.88800000000000001},"min":{"1min":0.64200000000000002,"5min":0.435,"15min":0.435},"max":{"1min":1.2450000000000001,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.59499999999999997}]},{"osd":2,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.87,"15min":0.86799999999999999},"min":{"1min":0.61199999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":0.876},{"interface":"front","average":{"1min":1.05,"5min":0.97299999999999998,"15min":0.95899999999999996},"min":{"1min":0.84399999999999997,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":2.3610000000000002,"5min":2.3610000000000002,"15min":2.3610000000000002},"last":0.82399999999999995}]},{"osd":3,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.97199999999999998,"15min":0.98399999999999999},"min":{"1min":0.66600000000000004,"5min":0.441,"15min":0.441},"max":{"1min":1.4359999999999999,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":0.69199999999999995},{"interface":"front","average":{"1min":1.1299999999999999,"5min":0.94799999999999995,"15min":0.91600000000000004},"min":{"1min":0.68000000000000005,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":5.298,"5min":5.298,"15min":5.298},"last":0.77900000000000003}]},{"osd":4,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.036,"15min":1.018},"min":{"1min":0.83299999999999996,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.847,"5min":1.847,"15min":1.847},"last":0.94799999999999995},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.1419999999999999,"15min":1.145},"min":{"1min":0.97099999999999997,"5min":0.72099999999999997,"15min":0.72099999999999997},"max":{"1min":2.2519999999999998,"5min":2.2519999999999998,"15min":2.2519999999999998},"last":1.0029999999999999}]},{"osd":5,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.139,"15min":1.1499999999999999},"min":{"1min":0.85499999999999998,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":2.4369999999999998,"5min":2.4369999999999998,"15min":2.4369999999999998},"last":0.89400000000000002},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.1919999999999999,"15min":1.238},"min":{"1min":0.82899999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":2.2170000000000001,"5min":3.3780000000000001,"15min":3.3780000000000001},"last":0.96199999999999997}]},{"osd":6,"last update":"Sun Jan 21 08:53:05 2024","interfaces":[{"interface":"back","average":{"1min":1.2330000000000001,"5min":1.296,"15min":1.343},"min":{"1min":0.95299999999999996,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.579,"5min":3.3460000000000001,"15min":3.3460000000000001},"last":1.1599999999999999},{"interface":"front","average":{"1min":1.268,"5min":1.222,"15min":1.2170000000000001},"min":{"1min":0.96399999999999997,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.9299999999999999,"5min":1.9299999999999999,"15min":1.9299999999999999},"last":1.0700000000000001}]}]},{"osd":5,"up_from":33,"seq":141733920814,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.96499999999999997,"5min":0.89700000000000002,"15min":0.88100000000000001},"min":{"1min":0.73999999999999999,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":1.395,"5min":1.7909999999999999,"15min":1.7909999999999999},"last":0.94499999999999995},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.88600000000000001,"15min":0.86799999999999999},"min":{"1min":0.73099999999999998,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":1.1639999999999999,"5min":1.296,"15min":1.296},"last":1.0620000000000001}]},{"osd":1,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.70999999999999996,"5min":0.71799999999999997,"15min":0.71099999999999997},"min":{"1min":0.58699999999999997,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.0509999999999999,"5min":1.268,"15min":1.268},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.81499999999999995,"15min":0.82399999999999995},"min":{"1min":0.60299999999999998,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.6779999999999999,"5min":1.6779999999999999,"15min":1.6779999999999999},"last":0.64700000000000002}]},{"osd":2,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.96399999999999997,"15min":0.95599999999999996},"min":{"1min":0.71799999999999997,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.2190000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.117},{"interface":"front","average":{"1min":1.012,"5min":0.998,"15min":1.0029999999999999},"min":{"1min":0.70299999999999996,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.484,"5min":1.6899999999999999,"15min":1.6899999999999999},"last":1.0860000000000001}]},{"osd":3,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.82199999999999995,"5min":0.86199999999999999,"15min":0.88300000000000001},"min":{"1min":0.62,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.2270000000000001,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.85999999999999999,"5min":0.89900000000000002,"15min":0.88200000000000001},"min":{"1min":0.67400000000000004,"5min":0.498,"15min":0.498},"max":{"1min":1.0840000000000001,"5min":1.401,"15min":1.401},"last":0.81699999999999995}]},{"osd":4,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.997,"15min":1.0029999999999999},"min":{"1min":0.79500000000000004,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.292,"5min":1.78,"15min":1.78},"last":1.165},{"interface":"front","average":{"1min":1.0369999999999999,"5min":1.006,"15min":0.98899999999999999},"min":{"1min":0.77800000000000002,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.4059999999999999,"5min":1.671,"15min":1.671},"last":1.05}]},{"osd":6,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":1.1160000000000001,"5min":1.129,"15min":1.1339999999999999},"min":{"1min":0.86599999999999999,"5min":0.629,"15min":0.629},"max":{"1min":1.6120000000000001,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.1539999999999999},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.1419999999999999,"15min":1.1319999999999999},"min":{"1min":0.94499999999999995,"5min":0.68100000000000005,"15min":0.68100000000000005},"max":{"1min":1.3320000000000001,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":1.282}]},{"osd":7,"last update":"Sun Jan 21 08:53:10 2024","interfaces":[{"interface":"back","average":{"1min":1.173,"5min":1.1240000000000001,"15min":1.1020000000000001},"min":{"1min":0.89900000000000002,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.55,"5min":1.831,"15min":1.831},"last":1.256},{"interface":"front","average":{"1min":1.1599999999999999,"5min":1.1439999999999999,"15min":1.139},"min":{"1min":0.98399999999999999,"5min":0.752,"15min":0.752},"max":{"1min":1.407,"5min":1.8600000000000001,"15min":1.8600000000000001},"last":1.242}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:47 2024","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.66600000000000004,"15min":0.66000000000000003},"min":{"1min":0.55600000000000005,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":0.92100000000000004,"5min":1.0700000000000001,"15min":1.0700000000000001},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.75700000000000001,"15min":0.76100000000000001},"min":{"1min":0.62,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.298,"5min":1.298,"15min":1.298},"last":0.73599999999999999}]},{"osd":1,"last update":"Sun Jan 21 08:52:53 2024","interfaces":[{"interface":"back","average":{"1min":0.94599999999999995,"5min":0.88,"15min":0.86599999999999999},"min":{"1min":0.70899999999999996,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.92700000000000005},{"interface":"front","average":{"1min":0.93799999999999994,"5min":0.93500000000000005,"15min":0.93700000000000006},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.3049999999999999,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.99399999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94599999999999995,"15min":0.93899999999999995},"min":{"1min":0.749,"5min":0.745,"15min":0.745},"max":{"1min":1.1419999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.86799999999999999},{"interface":"front","average":{"1min":0.94599999999999995,"5min":0.96299999999999997,"15min":0.96899999999999997},"min":{"1min":0.73499999999999999,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.097,"5min":1.244,"15min":1.244},"last":0.88900000000000001}]},{"osd":4,"last update":"Sun Jan 21 08:52:53 2024","interfaces":[{"interface":"back","average":{"1min":0.85099999999999998,"5min":0.874,"15min":0.877},"min":{"1min":0.66900000000000004,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.999,"5min":1.284,"15min":1.284},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.92100000000000004,"15min":0.92400000000000004},"min":{"1min":0.72899999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.234,"5min":1.355,"15min":1.355},"last":0.77600000000000002}]},{"osd":5,"last update":"Sun Jan 21 08:53:01 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":0.98799999999999999,"15min":0.97399999999999998},"min":{"1min":0.78400000000000003,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.2050000000000001,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":1.0369999999999999},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.071,"15min":1.077},"min":{"1min":0.88900000000000001,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.2330000000000001,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":1.006}]},{"osd":6,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":1.024,"5min":1.073,"15min":1.0880000000000001},"min":{"1min":0.84499999999999997,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.274,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.91200000000000003},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.083,"15min":1.075},"min":{"1min":0.84299999999999997,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2809999999999999,"5min":1.502,"15min":1.502},"last":1.2130000000000001}]},{"osd":7,"last update":"Sun Jan 21 08:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1579999999999999,"5min":1.171,"15min":1.1759999999999999},"min":{"1min":0.97399999999999998,"5min":0.877,"15min":0.877},"max":{"1min":1.3640000000000001,"5min":1.548,"15min":1.548},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.165,"5min":1.196,"15min":1.2010000000000001},"min":{"1min":0.98899999999999999,"5min":0.97299999999999998,"15min":0.97299999999999998},"max":{"1min":1.3280000000000001,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.0649999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476785,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297468,"kb_used_data":372,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443588,"statfs":{"total":95990841344,"available":95686234112,"internally_reserved":0,"allocated":380928,"data_stored":148696,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Sun Jan 21 08:52:51 2024","interfaces":[{"interface":"back","average":{"1min":0.82299999999999995,"5min":0.85799999999999998,"15min":0.86399999999999999},"min":{"1min":0.63400000000000001,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":0.98299999999999998,"5min":1.72,"15min":1.72},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.95399999999999996,"5min":0.83199999999999996,"15min":0.79600000000000004},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":3.5499999999999998,"5min":3.5499999999999998,"15min":3.5499999999999998},"last":0.72299999999999998}]},{"osd":2,"last update":"Sun Jan 21 08:52:51 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.82099999999999995,"15min":0.81799999999999995},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":1.0660000000000001},{"interface":"front","average":{"1min":0.751,"5min":0.82899999999999996,"15min":0.85899999999999999},"min":{"1min":0.57099999999999995,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.1000000000000001,"5min":1.395,"15min":1.395},"last":0.91200000000000003}]},{"osd":3,"last update":"Sun Jan 21 08:52:56 2024","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":0.94599999999999995,"15min":0.90300000000000002},"min":{"1min":0.66600000000000004,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":3.468,"5min":3.468,"15min":3.468},"last":0.93100000000000005},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.95099999999999996,"15min":0.95499999999999996},"min":{"1min":0.748,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.1339999999999999,"5min":1.1339999999999999,"15min":1.1339999999999999},"last":0.83699999999999997}]},{"osd":4,"last update":"Sun Jan 21 08:52:51 2024","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.83199999999999996,"15min":0.84599999999999997},"min":{"1min":0.63200000000000001,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.044,"5min":1.4730000000000001,"15min":1.4730000000000001},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.998,"5min":0.96699999999999997,"15min":0.95499999999999996},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.29,"5min":1.29,"15min":1.29},"last":1.236}]},{"osd":5,"last update":"Sun Jan 21 08:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":1.002,"15min":0.98099999999999998},"min":{"1min":0.86899999999999999,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.1319999999999999,"5min":3.6240000000000001,"15min":3.6240000000000001},"last":1.141},{"interface":"front","average":{"1min":1.119,"5min":1.095,"15min":1.0900000000000001},"min":{"1min":0.86699999999999999,"5min":0.78900000000000003,"15min":0.78900000000000003},"max":{"1min":1.341,"5min":1.486,"15min":1.486},"last":1.0189999999999999}]},{"osd":6,"last update":"Sun Jan 21 08:52:56 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":1.0129999999999999,"15min":1.0229999999999999},"min":{"1min":0.78300000000000003,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.1910000000000001,"5min":1.29,"15min":1.29},"last":1.095},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.1830000000000001,"15min":1.1859999999999999},"min":{"1min":0.98099999999999998,"5min":0.92100000000000004,"15min":0.92100000000000004},"max":{"1min":1.5089999999999999,"5min":1.571,"15min":1.571},"last":1.1779999999999999}]},{"osd":7,"last update":"Sun Jan 21 08:53:07 2024","interfaces":[{"interface":"back","average":{"1min":1.1339999999999999,"5min":1.171,"15min":1.1719999999999999},"min":{"1min":0.93999999999999995,"5min":0.89800000000000002,"15min":0.89800000000000002},"max":{"1min":1.48,"5min":3.5009999999999999,"15min":3.5009999999999999},"last":1.393},{"interface":"front","average":{"1min":1.262,"5min":1.2929999999999999,"15min":1.284},"min":{"1min":0.96899999999999997,"5min":0.96599999999999997,"15min":0.96599999999999997},"max":{"1min":1.73,"5min":3.573,"15min":3.573},"last":1.498}]}]},{"osd":1,"up_from":22,"seq":94489280561,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151250,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.82899999999999996,"15min":0.84099999999999997},"min":{"1min":0.64200000000000002,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.133,"5min":1.321,"15min":1.321},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.84999999999999998,"5min":0.81899999999999995,"15min":0.81299999999999994},"min":{"1min":0.61799999999999999,"5min":0.501,"15min":0.501},"max":{"1min":1.1499999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.77500000000000002}]},{"osd":2,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.89800000000000002,"15min":0.89800000000000002},"min":{"1min":0.59599999999999997,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.27,"5min":1.294,"15min":1.294},"last":1.1899999999999999},{"interface":"front","average":{"1min":0.98899999999999999,"5min":0.97399999999999998,"15min":0.96999999999999997},"min":{"1min":0.58299999999999996,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.21,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":1.1120000000000001}]},{"osd":3,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.79800000000000004},"min":{"1min":0.626,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.1599999999999999,"5min":1.2110000000000001,"15min":1.2110000000000001},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.93100000000000005,"5min":0.77400000000000002,"15min":0.73999999999999999},"min":{"1min":0.66000000000000003,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.3089999999999999,"5min":1.778,"15min":1.778},"last":0.85599999999999998}]},{"osd":4,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.88900000000000001,"15min":0.874},"min":{"1min":0.77500000000000002,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.21,"5min":1.411,"15min":1.411},"last":1.127},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.01,"15min":1.012},"min":{"1min":0.79800000000000004,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.216,"5min":1.627,"15min":1.627},"last":0.91300000000000003}]},{"osd":5,"last update":"Sun Jan 21 08:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.93300000000000005,"5min":0.88100000000000001,"15min":0.876},"min":{"1min":0.61699999999999999,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":0.89100000000000001},{"interface":"front","average":{"1min":1.0880000000000001,"5min":1.0820000000000001,"15min":1.0840000000000001},"min":{"1min":0.66100000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.4550000000000001,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.01}]},{"osd":6,"last update":"Sun Jan 21 08:52:55 2024","interfaces":[{"interface":"back","average":{"1min":1.095,"5min":1.0169999999999999,"15min":1.012},"min":{"1min":0.77100000000000002,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.514,"5min":1.706,"15min":1.706},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.1040000000000001,"5min":1.0580000000000001,"15min":1.054},"min":{"1min":0.89000000000000001,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.3200000000000001,"5min":1.3420000000000001,"15min":1.3420000000000001},"last":1.036}]},{"osd":7,"last update":"Sun Jan 21 08:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1859999999999999,"5min":1.1299999999999999,"15min":1.1160000000000001},"min":{"1min":0.82999999999999996,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.51,"5min":1.698,"15min":1.698},"last":1.0669999999999999},{"interface":"front","average":{"1min":1.115,"5min":1.1140000000000001,"15min":1.1020000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.6890000000000001,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.2350000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182448,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151250,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.73199999999999998,"15min":0.73199999999999998},"min":{"1min":0.56499999999999995,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":2.004,"5min":2.004,"15min":2.004},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.80000000000000004,"15min":0.78600000000000003},"min":{"1min":0.60199999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.23,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.1479999999999999}]},{"osd":1,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.89900000000000002,"5min":0.88300000000000001,"15min":0.88300000000000001},"min":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":1.248},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.92600000000000005,"15min":0.93000000000000005},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.4830000000000001,"5min":1.4830000000000001,"15min":1.4830000000000001},"last":0.92400000000000004}]},{"osd":2,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.874,"15min":0.84399999999999997},"min":{"1min":0.65900000000000003,"5min":0.496,"15min":0.496},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":1.2250000000000001},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.84899999999999998,"15min":0.83099999999999996},"min":{"1min":0.63900000000000001,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.4390000000000001,"5min":1.4390000000000001,"15min":1.4390000000000001},"last":1.1259999999999999}]},{"osd":3,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":1.01,"5min":0.97599999999999998,"15min":0.96799999999999997},"min":{"1min":0.72799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.641,"5min":1.641,"15min":1.641},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.03,"5min":1.0069999999999999,"15min":1.01},"min":{"1min":0.72199999999999998,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.792,"5min":1.792,"15min":1.792},"last":1.1859999999999999}]},{"osd":5,"last update":"Sun Jan 21 08:53:04 2024","interfaces":[{"interface":"back","average":{"1min":1.139,"5min":1.071,"15min":1.0529999999999999},"min":{"1min":0.90400000000000003,"5min":0.749,"15min":0.749},"max":{"1min":1.5580000000000001,"5min":1.708,"15min":1.708},"last":1.764},{"interface":"front","average":{"1min":1.137,"5min":1.1180000000000001,"15min":1.1240000000000001},"min":{"1min":0.88800000000000001,"5min":0.73599999999999999,"15min":0.73599999999999999},"max":{"1min":1.502,"5min":1.502,"15min":1.502},"last":1.7310000000000001}]},{"osd":6,"last update":"Sun Jan 21 08:52:57 2024","interfaces":[{"interface":"back","average":{"1min":1.1499999999999999,"5min":1.127,"15min":1.127},"min":{"1min":0.84999999999999998,"5min":0.69199999999999995,"15min":0.69199999999999995},"max":{"1min":1.7250000000000001,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.6839999999999999},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.149,"15min":1.1439999999999999},"min":{"1min":0.93899999999999995,"5min":0.77400000000000002,"15min":0.77400000000000002},"max":{"1min":1.5349999999999999,"5min":1.6100000000000001,"15min":1.6100000000000001},"last":1.6679999999999999}]},{"osd":7,"last update":"Sun Jan 21 08:53:13 2024","interfaces":[{"interface":"back","average":{"1min":1.2,"5min":1.1399999999999999,"15min":1.127},"min":{"1min":1.01,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.883,"5min":1.883,"15min":1.883},"last":1.2749999999999999},{"interface":"front","average":{"1min":1.298,"5min":1.2589999999999999,"15min":1.2490000000000001},"min":{"1min":1.0660000000000001,"5min":0.78400000000000003,"15min":0.78400000000000003},"max":{"1min":1.77,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.607}]}]},{"osd":3,"up_from":28,"seq":120259084334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":151250,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.81799999999999995,"5min":0.83599999999999997,"15min":0.83899999999999997},"min":{"1min":0.63700000000000001,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.091,"5min":1.48,"15min":1.48},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.86399999999999999,"15min":0.85899999999999999},"min":{"1min":0.70599999999999996,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.1419999999999999,"5min":1.22,"15min":1.22},"last":0.63400000000000001}]},{"osd":1,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.72199999999999998,"5min":0.74199999999999999,"15min":0.752},"min":{"1min":0.53900000000000003,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.1799999999999999,"5min":1.232,"15min":1.232},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.74299999999999999,"5min":0.78200000000000003,"15min":0.76900000000000002},"min":{"1min":0.55100000000000005,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.0309999999999999,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.69399999999999995}]},{"osd":2,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.91500000000000004,"15min":0.90100000000000002},"min":{"1min":0.68200000000000005,"5min":0.62,"15min":0.62},"max":{"1min":1.256,"5min":1.5429999999999999,"15min":1.5429999999999999},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.89300000000000002,"5min":0.89500000000000002,"15min":0.89200000000000002},"min":{"1min":0.69699999999999995,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.145,"5min":1.26,"15min":1.26},"last":0.81999999999999995}]},{"osd":4,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.99099999999999999,"5min":0.997,"15min":0.98899999999999999},"min":{"1min":0.78700000000000003,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":0.90000000000000002},{"interface":"front","average":{"1min":1.044,"5min":1.038,"15min":1.0229999999999999},"min":{"1min":0.90600000000000003,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.2210000000000001,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.80300000000000005}]},{"osd":5,"last update":"Sun Jan 21 08:53:03 2024","interfaces":[{"interface":"back","average":{"1min":0.94899999999999995,"5min":0.995,"15min":0.99299999999999999},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1899999999999999,"5min":1.6459999999999999,"15min":1.6459999999999999},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.97899999999999998,"15min":0.97699999999999998},"min":{"1min":0.74299999999999999,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.0800000000000001,"5min":1.847,"15min":1.847},"last":0.96899999999999997}]},{"osd":6,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.107,"15min":1.0960000000000001},"min":{"1min":0.86399999999999999,"5min":0.85299999999999998,"15min":0.85299999999999998},"max":{"1min":1.4139999999999999,"5min":1.98,"15min":1.98},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.1419999999999999,"5min":1.179,"15min":1.173},"min":{"1min":0.97799999999999998,"5min":0.90800000000000003,"15min":0.90800000000000003},"max":{"1min":1.3260000000000001,"5min":1.8100000000000001,"15min":1.8100000000000001},"last":0.998}]},{"osd":7,"last update":"Sun Jan 21 08:53:08 2024","interfaces":[{"interface":"back","average":{"1min":1.159,"5min":1.208,"15min":1.228},"min":{"1min":0.746,"5min":0.746,"15min":0.746},"max":{"1min":1.48,"5min":1.9450000000000001,"15min":1.9450000000000001},"last":1.2030000000000001},{"interface":"front","average":{"1min":1.1919999999999999,"5min":1.234,"15min":1.24},"min":{"1min":0.97999999999999998,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.397,"5min":1.833,"15min":1.833},"last":1.034}]}]},{"osd":6,"up_from":29,"seq":124554051631,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":151565,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.747,"15min":0.747},"min":{"1min":0.53400000000000003,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.78600000000000003,"5min":0.81699999999999995,"15min":0.83599999999999997},"min":{"1min":0.57399999999999995,"5min":0.497,"15min":0.497},"max":{"1min":1.0960000000000001,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":0.71999999999999997}]},{"osd":1,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.91100000000000003,"15min":0.89500000000000002},"min":{"1min":0.66400000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.1439999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.0149999999999999,"5min":1.0029999999999999,"15min":0.995},"min":{"1min":0.79800000000000004,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.337,"5min":1.575,"15min":1.575},"last":1.0660000000000001}]},{"osd":2,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85199999999999998,"5min":0.89500000000000002,"15min":0.90700000000000003},"min":{"1min":0.66800000000000004,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.1000000000000001,"5min":1.306,"15min":1.306},"last":0.872},{"interface":"front","average":{"1min":0.83699999999999997,"5min":0.92400000000000004,"15min":0.95099999999999996},"min":{"1min":0.60999999999999999,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.169,"5min":1.911,"15min":1.911},"last":1.107}]},{"osd":3,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85999999999999999,"15min":0.85599999999999998},"min":{"1min":0.66500000000000004,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1859999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.99399999999999999,"15min":0.98599999999999999},"min":{"1min":0.80500000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.196,"5min":1.486,"15min":1.486},"last":0.97899999999999998}]},{"osd":4,"last update":"Sun Jan 21 08:52:59 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.97799999999999998,"15min":0.98199999999999998},"min":{"1min":0.67800000000000005,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.216,"5min":1.349,"15min":1.349},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.0109999999999999,"15min":1.014},"min":{"1min":0.68999999999999995,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.304,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.95399999999999996}]},{"osd":5,"last update":"Sun Jan 21 08:53:06 2024","interfaces":[{"interface":"back","average":{"1min":1.1040000000000001,"5min":1.099,"15min":1.097},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.431,"5min":1.454,"15min":1.454},"last":1.012},{"interface":"front","average":{"1min":1.1799999999999999,"5min":1.145,"15min":1.129},"min":{"1min":0.83599999999999997,"5min":0.79800000000000004,"15min":0.79800000000000004},"max":{"1min":1.6759999999999999,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.1439999999999999}]},{"osd":7,"last update":"Sun Jan 21 08:53:09 2024","interfaces":[{"interface":"back","average":{"1min":1.1379999999999999,"5min":1.1779999999999999,"15min":1.1879999999999999},"min":{"1min":0.75,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.4319999999999999,"5min":1.6699999999999999,"15min":1.6699999999999999},"last":1.202},{"interface":"front","average":{"1min":1.208,"5min":1.1830000000000001,"15min":1.1830000000000001},"min":{"1min":0.96999999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"max":{"1min":1.502,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.087}]}]}],"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}]}} 2024-01-21T08:53:36.803 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-21T08:53:36.803 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-21T08:53:36.803 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-21T08:53:36.803 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph health --format=json 2024-01-21T08:53:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:36 smithi177 bash[20374]: cluster 2024-01-21T08:53:35.149011+0000 mgr.smithi144.tlyrca (mgr.14186) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:37.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:37 smithi177 bash[20374]: audit 2024-01-21T08:53:36.089306+0000 mgr.smithi144.tlyrca (mgr.14186) 207 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:53:37.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:37 smithi144 bash[16259]: audit 2024-01-21T08:53:36.089306+0000 mgr.smithi144.tlyrca (mgr.14186) 207 : audit [DBG] from='client.14476 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:53:38.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:38 smithi177 bash[20374]: cluster 2024-01-21T08:53:37.149618+0000 mgr.smithi144.tlyrca (mgr.14186) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:38.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:38 smithi144 bash[16259]: cluster 2024-01-21T08:53:37.149618+0000 mgr.smithi144.tlyrca (mgr.14186) 208 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:40 smithi177 bash[20374]: cluster 2024-01-21T08:53:39.150175+0000 mgr.smithi144.tlyrca (mgr.14186) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:40.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:40 smithi144 bash[16259]: cluster 2024-01-21T08:53:39.150175+0000 mgr.smithi144.tlyrca (mgr.14186) 209 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:41.642 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/mon.smithi144/config 2024-01-21T08:53:42.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:42 smithi177 bash[20374]: cluster 2024-01-21T08:53:41.150748+0000 mgr.smithi144.tlyrca (mgr.14186) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:42.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:42 smithi144 bash[16259]: cluster 2024-01-21T08:53:41.150748+0000 mgr.smithi144.tlyrca (mgr.14186) 210 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:44.681 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:53:44.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:44 smithi177 bash[20374]: cluster 2024-01-21T08:53:43.151363+0000 mgr.smithi144.tlyrca (mgr.14186) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:44.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:44 smithi144 bash[16259]: cluster 2024-01-21T08:53:43.151363+0000 mgr.smithi144.tlyrca (mgr.14186) 211 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:45.334 INFO:teuthology.orchestra.run.smithi144.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-21T08:53:45.334 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-21T08:53:45.335 INFO:tasks.cephadm:Setup complete, yielding 2024-01-21T08:53:45.335 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:53:45.346 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T08:53:45.347 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph orch status' 2024-01-21T08:53:45.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:45 smithi144 bash[16259]: audit 2024-01-21T08:53:44.679364+0000 mon.smithi144 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.144:0/2061659947' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T08:53:45.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:45 smithi177 bash[20374]: audit 2024-01-21T08:53:44.679364+0000 mon.smithi144 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.144:0/2061659947' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-21T08:53:46.649 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:46 smithi144 bash[16259]: cluster 2024-01-21T08:53:45.151959+0000 mgr.smithi144.tlyrca (mgr.14186) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:46.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:46 smithi177 bash[20374]: cluster 2024-01-21T08:53:45.151959+0000 mgr.smithi144.tlyrca (mgr.14186) 212 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:48.421 INFO:teuthology.orchestra.run.smithi144.stdout:Backend: cephadm 2024-01-21T08:53:48.422 INFO:teuthology.orchestra.run.smithi144.stdout:Available: Yes 2024-01-21T08:53:48.422 INFO:teuthology.orchestra.run.smithi144.stdout:Paused: No 2024-01-21T08:53:48.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:48 smithi177 bash[20374]: cluster 2024-01-21T08:53:47.152531+0000 mgr.smithi144.tlyrca (mgr.14186) 213 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:48.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:48 smithi144 bash[16259]: cluster 2024-01-21T08:53:47.152531+0000 mgr.smithi144.tlyrca (mgr.14186) 213 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:49.073 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-21T08:53:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:49 smithi177 bash[20374]: audit 2024-01-21T08:53:48.419619+0000 mgr.smithi144.tlyrca (mgr.14186) 214 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:53:49.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:49 smithi144 bash[16259]: audit 2024-01-21T08:53:48.419619+0000 mgr.smithi144.tlyrca (mgr.14186) 214 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:53:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:50 smithi177 bash[20374]: cluster 2024-01-21T08:53:49.153175+0000 mgr.smithi144.tlyrca (mgr.14186) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:50.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:50 smithi144 bash[16259]: cluster 2024-01-21T08:53:49.153175+0000 mgr.smithi144.tlyrca (mgr.14186) 215 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:52.319 INFO:teuthology.orchestra.run.smithi144.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-21T08:53:52.319 INFO:teuthology.orchestra.run.smithi144.stdout:alertmanager.smithi144 smithi144 *:9093,9094 running (3m) 19s ago 6m 14.3M - 0.23.0 ba2b418f427c 81c3d0e358a2 2024-01-21T08:53:52.319 INFO:teuthology.orchestra.run.smithi144.stdout:crash.smithi144 smithi144 running (6m) 19s ago 6m 7768k - 16.2.14-454-gea310589 9b28eb2d7c37 e97daa51cd0b 2024-01-21T08:53:52.319 INFO:teuthology.orchestra.run.smithi144.stdout:crash.smithi177 smithi177 running (5m) 19s ago 5m 9211k - 16.2.14-454-gea310589 9b28eb2d7c37 cfa101cdd4fa 2024-01-21T08:53:52.319 INFO:teuthology.orchestra.run.smithi144.stdout:grafana.smithi144 smithi144 *:3000 running (3m) 19s ago 5m 42.4M - 8.3.5 dad864ee21e9 cdfb7120a9f4 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:mgr.smithi144.tlyrca smithi144 *:9283 running (7m) 19s ago 7m 428M - 16.2.14-454-gea310589 9b28eb2d7c37 688e02dd1be7 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:mgr.smithi177.vlzzcf smithi177 *:8443,9283 running (5m) 19s ago 5m 377M - 16.2.14-454-gea310589 9b28eb2d7c37 970c4e3e050f 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:mon.smithi144 smithi144 running (7m) 19s ago 7m 60.0M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 363beab34504 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:mon.smithi177 smithi177 running (5m) 19s ago 5m 58.4M 2048M 16.2.14-454-gea310589 9b28eb2d7c37 8bed82197a26 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:node-exporter.smithi144 smithi144 *:9100 running (5m) 19s ago 5m 11.5M - 1.3.1 1dbe0e931976 32fc7429494b 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:node-exporter.smithi177 smithi177 *:9100 running (5m) 19s ago 5m 11.3M - 1.3.1 1dbe0e931976 ad283059d777 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.0 smithi177 running (4m) 19s ago 4m 35.3M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 2035b7126292 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.1 smithi144 running (4m) 19s ago 4m 34.7M 3529M 16.2.14-454-gea310589 9b28eb2d7c37 696415dea31d 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.2 smithi177 running (4m) 19s ago 4m 35.1M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 0c7e6c4db5e4 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.3 smithi144 running (4m) 19s ago 4m 34.5M 3529M 16.2.14-454-gea310589 9b28eb2d7c37 47fd8f59f18b 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.4 smithi177 running (4m) 19s ago 4m 34.2M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 d831fabfb662 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.5 smithi144 running (4m) 19s ago 4m 33.8M 3529M 16.2.14-454-gea310589 9b28eb2d7c37 a12c047e3404 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.6 smithi177 running (4m) 19s ago 4m 34.3M 3785M 16.2.14-454-gea310589 9b28eb2d7c37 f2bb81e0a2f9 2024-01-21T08:53:52.320 INFO:teuthology.orchestra.run.smithi144.stdout:osd.7 smithi144 running (3m) 19s ago 3m 34.6M 3529M 16.2.14-454-gea310589 9b28eb2d7c37 16d4e96f889b 2024-01-21T08:53:52.321 INFO:teuthology.orchestra.run.smithi144.stdout:prometheus.smithi177 smithi177 *:9095 running (5m) 19s ago 5m 53.4M - 2.33.4 514e6a882f6e 6db54bc89c09 2024-01-21T08:53:52.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:52 smithi144 bash[16259]: cluster 2024-01-21T08:53:51.153776+0000 mgr.smithi144.tlyrca (mgr.14186) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:52.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:52 smithi177 bash[20374]: cluster 2024-01-21T08:53:51.153776+0000 mgr.smithi144.tlyrca (mgr.14186) 216 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:52.935 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-21T08:53:53.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:53 smithi177 bash[20374]: audit 2024-01-21T08:53:52.304127+0000 mgr.smithi144.tlyrca (mgr.14186) 217 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:53:53.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:53 smithi144 bash[16259]: audit 2024-01-21T08:53:52.304127+0000 mgr.smithi144.tlyrca (mgr.14186) 217 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:53:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:54 smithi144 bash[16259]: cluster 2024-01-21T08:53:53.154418+0000 mgr.smithi144.tlyrca (mgr.14186) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:54 smithi177 bash[20374]: cluster 2024-01-21T08:53:53.154418+0000 mgr.smithi144.tlyrca (mgr.14186) 218 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:alertmanager ?:9093,9094 1/1 23s ago 7m count:1 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:crash 2/2 23s ago 7m * 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:grafana ?:3000 1/1 23s ago 7m count:1 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:mgr 2/2 23s ago 7m count:2 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:mon 2/2 23s ago 5m smithi144:172.21.15.144=smithi144;smithi177:172.21.15.177=smithi177;count:2 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:node-exporter ?:9100 2/2 23s ago 7m * 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:osd.all-available-devices 8 23s ago 5m * 2024-01-21T08:53:56.184 INFO:teuthology.orchestra.run.smithi144.stdout:prometheus ?:9095 1/1 23s ago 7m count:1 2024-01-21T08:53:56.815 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-21T08:53:56.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:56 smithi144 bash[16259]: cluster 2024-01-21T08:53:55.155001+0000 mgr.smithi144.tlyrca (mgr.14186) 219 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:57.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:56 smithi177 bash[20374]: cluster 2024-01-21T08:53:55.155001+0000 mgr.smithi144.tlyrca (mgr.14186) 219 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:57.908 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:57 smithi144 bash[16259]: audit 2024-01-21T08:53:56.173986+0000 mgr.smithi144.tlyrca (mgr.14186) 220 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:53:58.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:57 smithi177 bash[20374]: audit 2024-01-21T08:53:56.173986+0000 mgr.smithi144.tlyrca (mgr.14186) 220 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:53:58.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:53:58 smithi144 bash[16259]: cluster 2024-01-21T08:53:57.155623+0000 mgr.smithi144.tlyrca (mgr.14186) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:53:59.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:53:58 smithi177 bash[20374]: cluster 2024-01-21T08:53:57.155623+0000 mgr.smithi144.tlyrca (mgr.14186) 221 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:00.102 INFO:teuthology.orchestra.run.smithi144.stdout:HOST ADDR LABELS STATUS 2024-01-21T08:54:00.103 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 172.21.15.144 2024-01-21T08:54:00.103 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 172.21.15.177 2024-01-21T08:54:00.103 INFO:teuthology.orchestra.run.smithi144.stdout:2 hosts in cluster 2024-01-21T08:54:00.725 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-21T08:54:00.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:00 smithi144 bash[16259]: cluster 2024-01-21T08:53:59.156201+0000 mgr.smithi144.tlyrca (mgr.14186) 222 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:01.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:00 smithi177 bash[20374]: cluster 2024-01-21T08:53:59.156201+0000 mgr.smithi144.tlyrca (mgr.14186) 222 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:01.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:01 smithi144 bash[16259]: audit 2024-01-21T08:54:00.100205+0000 mgr.smithi144.tlyrca (mgr.14186) 223 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:02.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:01 smithi177 bash[20374]: audit 2024-01-21T08:54:00.100205+0000 mgr.smithi144.tlyrca (mgr.14186) 223 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:02.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:02 smithi144 bash[16259]: cluster 2024-01-21T08:54:01.156801+0000 mgr.smithi144.tlyrca (mgr.14186) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:03.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:02 smithi177 bash[20374]: cluster 2024-01-21T08:54:01.156801+0000 mgr.smithi144.tlyrca (mgr.14186) 224 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:04.086 INFO:teuthology.orchestra.run.smithi144.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T08:54:04.086 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme0n1 ssd _PHFT62050085400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T08:54:04.086 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme1n1 ssd _a69cb874249ee7bb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.086 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme2n1 ssd _79e4f9c2fa5e249e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.087 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme3n1 ssd _a146046afe0334a0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.087 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme4n1 ssd _26eeafec453ff83b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.087 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme0n1 ssd _CVFT6233007S400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T08:54:04.087 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme1n1 ssd _358b92c42b1c5932 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.087 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme2n1 ssd _68208facebc2c52e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.087 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme3n1 ssd _4af8668c2bea0b46 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.087 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme4n1 ssd _03466e220d6481a9 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:04.749 INFO:teuthology.run_tasks:Running task vip... 2024-01-21T08:54:04.758 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-21T08:54:04.758 INFO:tasks.vip:peername 172.21.15.144 2024-01-21T08:54:04.761 INFO:tasks.vip:172.21.15.144 in 172.21.0.0/20, pos 3983 2024-01-21T08:54:04.765 INFO:tasks.vip:smithi144.front.sepia.ceph.com static 10.0.15.144, vnet 10.0.0.0/16 2024-01-21T08:54:04.765 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-21T08:54:04.766 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip route ls 2024-01-21T08:54:04.782 INFO:teuthology.orchestra.run.smithi144.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-21T08:54:04.782 INFO:teuthology.orchestra.run.smithi144.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.144 metric 100 2024-01-21T08:54:04.782 INFO:teuthology.orchestra.run.smithi144.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T08:54:04.782 INFO:teuthology.orchestra.run.smithi144.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.144 2024-01-21T08:54:04.783 INFO:teuthology.orchestra.run.smithi144.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.144 metric 100 2024-01-21T08:54:04.783 INFO:tasks.vip:Configuring 10.0.15.144 on smithi144.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:54:04.783 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip addr add 10.0.15.144/16 dev enp3s0f1 2024-01-21T08:54:04.839 INFO:tasks.vip:peername 172.21.15.177 2024-01-21T08:54:04.842 INFO:tasks.vip:172.21.15.177 in 172.21.0.0/20, pos 4016 2024-01-21T08:54:04.846 INFO:tasks.vip:smithi177.front.sepia.ceph.com static 10.0.15.177, vnet 10.0.0.0/16 2024-01-21T08:54:04.846 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip route ls 2024-01-21T08:54:04.861 INFO:teuthology.orchestra.run.smithi177.stdout:default via 172.21.15.254 dev enp3s0f1 2024-01-21T08:54:04.861 INFO:teuthology.orchestra.run.smithi177.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.177 metric 100 2024-01-21T08:54:04.861 INFO:teuthology.orchestra.run.smithi177.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-21T08:54:04.861 INFO:teuthology.orchestra.run.smithi177.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.177 2024-01-21T08:54:04.861 INFO:teuthology.orchestra.run.smithi177.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.177 metric 100 2024-01-21T08:54:04.862 INFO:tasks.vip:Configuring 10.0.15.177 on smithi177.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T08:54:04.862 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr add 10.0.15.177/16 dev enp3s0f1 2024-01-21T08:54:04.919 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:04 smithi177 bash[20374]: cluster 2024-01-21T08:54:03.157391+0000 mgr.smithi144.tlyrca (mgr.14186) 225 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:04.922 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:54:04.931 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T08:54:04.931 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-21T08:54:04.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:04 smithi144 bash[16259]: cluster 2024-01-21T08:54:03.157391+0000 mgr.smithi144.tlyrca (mgr.14186) 225 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:05.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:05 smithi144 bash[16259]: audit 2024-01-21T08:54:04.075810+0000 mgr.smithi144.tlyrca (mgr.14186) 226 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:05 smithi177 bash[20374]: audit 2024-01-21T08:54:04.075810+0000 mgr.smithi144.tlyrca (mgr.14186) 226 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:06.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:06 smithi144 bash[16259]: cluster 2024-01-21T08:54:05.157881+0000 mgr.smithi144.tlyrca (mgr.14186) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:07.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:06 smithi177 bash[20374]: cluster 2024-01-21T08:54:05.157881+0000 mgr.smithi144.tlyrca (mgr.14186) 227 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:07.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:07 smithi144 bash[16259]: cluster 2024-01-21T08:54:07.158417+0000 mgr.smithi144.tlyrca (mgr.14186) 228 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:08.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:07 smithi177 bash[20374]: cluster 2024-01-21T08:54:07.158417+0000 mgr.smithi144.tlyrca (mgr.14186) 228 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme0n1 ssd _PHFT62050085400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme1n1 ssd _a69cb874249ee7bb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme2n1 ssd _79e4f9c2fa5e249e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme3n1 ssd _a146046afe0334a0 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi144 /dev/nvme4n1 ssd _26eeafec453ff83b 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme0n1 ssd _CVFT6233007S400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme1n1 ssd _358b92c42b1c5932 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme2n1 ssd _68208facebc2c52e 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme3n1 ssd _4af8668c2bea0b46 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.238 INFO:teuthology.orchestra.run.smithi144.stdout:smithi177 /dev/nvme4n1 ssd _03466e220d6481a9 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-21T08:54:08.877 INFO:teuthology.run_tasks:Running task vip.exec... 2024-01-21T08:54:08.886 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T08:54:08.886 DEBUG:teuthology.orchestra.run.smithi144:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T08:54:08.930 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:08 smithi144 bash[16259]: audit 2024-01-21T08:54:08.232692+0000 mgr.smithi144.tlyrca (mgr.14186) 229 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:08.930 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:08 smithi144 bash[16259]: audit 2024-01-21T08:54:08.263193+0000 mon.smithi144 (mon.0) 600 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:54:08.932 INFO:teuthology.orchestra.run.smithi144.stderr:+ systemctl stop nfs-server 2024-01-21T08:54:08.954 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi177.front.sepia.ceph.com 2024-01-21T08:54:08.955 DEBUG:teuthology.orchestra.run.smithi177:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-01-21T08:54:08.967 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:08 smithi177 bash[20374]: audit 2024-01-21T08:54:08.232692+0000 mgr.smithi144.tlyrca (mgr.14186) 229 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:08.967 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:08 smithi177 bash[20374]: audit 2024-01-21T08:54:08.263193+0000 mon.smithi144 (mon.0) 600 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:54:08.970 INFO:teuthology.orchestra.run.smithi177.stderr:+ systemctl stop nfs-server 2024-01-21T08:54:08.992 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-21T08:54:09.001 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T08:54:09.001 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-01-21T08:54:09.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:09 smithi144 bash[16259]: cluster 2024-01-21T08:54:09.158988+0000 mgr.smithi144.tlyrca (mgr.14186) 230 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:09 smithi177 bash[20374]: cluster 2024-01-21T08:54:09.158988+0000 mgr.smithi144.tlyrca (mgr.14186) 230 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:12.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:12 smithi177 bash[20374]: cluster 2024-01-21T08:54:11.159608+0000 mgr.smithi144.tlyrca (mgr.14186) 231 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:12.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:12 smithi144 bash[16259]: cluster 2024-01-21T08:54:11.159608+0000 mgr.smithi144.tlyrca (mgr.14186) 231 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:13.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:13 smithi177 bash[20374]: audit 2024-01-21T08:54:12.276411+0000 mgr.smithi144.tlyrca (mgr.14186) 232 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:13.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:13 smithi177 bash[20374]: audit 2024-01-21T08:54:12.277503+0000 mon.smithi144 (mon.0) 601 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-21T08:54:13.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:13 smithi144 bash[16259]: audit 2024-01-21T08:54:12.276411+0000 mgr.smithi144.tlyrca (mgr.14186) 232 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:13.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:13 smithi144 bash[16259]: audit 2024-01-21T08:54:12.277503+0000 mon.smithi144 (mon.0) 601 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-01-21T08:54:14.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:14 smithi177 bash[20374]: cluster 2024-01-21T08:54:13.160227+0000 mgr.smithi144.tlyrca (mgr.14186) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:14.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:14 smithi177 bash[20374]: audit 2024-01-21T08:54:13.232071+0000 mon.smithi144 (mon.0) 602 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-21T08:54:14.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:14 smithi177 bash[20374]: cluster 2024-01-21T08:54:13.232225+0000 mon.smithi144 (mon.0) 603 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T08:54:14.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:14 smithi177 bash[20374]: audit 2024-01-21T08:54:13.238279+0000 mon.smithi144 (mon.0) 604 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-21T08:54:14.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:14 smithi177 bash[20374]: audit 2024-01-21T08:54:14.132363+0000 mon.smithi144 (mon.0) 605 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:14.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:14 smithi144 bash[16259]: cluster 2024-01-21T08:54:13.160227+0000 mgr.smithi144.tlyrca (mgr.14186) 233 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:14.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:14 smithi144 bash[16259]: audit 2024-01-21T08:54:13.232071+0000 mon.smithi144 (mon.0) 602 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-01-21T08:54:14.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:14 smithi144 bash[16259]: cluster 2024-01-21T08:54:13.232225+0000 mon.smithi144 (mon.0) 603 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-21T08:54:14.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:14 smithi144 bash[16259]: audit 2024-01-21T08:54:13.238279+0000 mon.smithi144 (mon.0) 604 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-01-21T08:54:14.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:14 smithi144 bash[16259]: audit 2024-01-21T08:54:14.132363+0000 mon.smithi144 (mon.0) 605 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:14.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:14 smithi144 bash[16259]: debug 2024-01-21T08:54:14.247+0000 7f955b49b700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T08:54:14.983 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.144/16 --port 2999' 2024-01-21T08:54:15.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: audit 2024-01-21T08:54:14.233088+0000 mon.smithi144 (mon.0) 606 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-21T08:54:15.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: cluster 2024-01-21T08:54:14.233249+0000 mon.smithi144 (mon.0) 607 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T08:54:15.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: audit 2024-01-21T08:54:14.250820+0000 mon.smithi144 (mon.0) 608 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-21T08:54:15.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: cluster 2024-01-21T08:54:14.251769+0000 mon.smithi144 (mon.0) 609 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T08:54:15.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: cluster 2024-01-21T08:54:14.251825+0000 mon.smithi144 (mon.0) 610 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-21T08:54:15.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: cluster 2024-01-21T08:54:14.260646+0000 mon.smithi144 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T08:54:15.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: audit 2024-01-21T08:54:14.261341+0000 mon.smithi144 (mon.0) 612 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-21T08:54:15.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: cluster 2024-01-21T08:54:14.262102+0000 mon.smithi144 (mon.0) 613 : cluster [DBG] fsmap foofs:0 2024-01-21T08:54:15.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: cephadm 2024-01-21T08:54:14.266977+0000 mgr.smithi144.tlyrca (mgr.14186) 234 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-21T08:54:15.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:15 smithi177 bash[20374]: audit 2024-01-21T08:54:14.272502+0000 mon.smithi144 (mon.0) 614 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:15.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: audit 2024-01-21T08:54:14.233088+0000 mon.smithi144 (mon.0) 606 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: cluster 2024-01-21T08:54:14.233249+0000 mon.smithi144 (mon.0) 607 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: audit 2024-01-21T08:54:14.250820+0000 mon.smithi144 (mon.0) 608 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: cluster 2024-01-21T08:54:14.251769+0000 mon.smithi144 (mon.0) 609 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: cluster 2024-01-21T08:54:14.251825+0000 mon.smithi144 (mon.0) 610 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: cluster 2024-01-21T08:54:14.260646+0000 mon.smithi144 (mon.0) 611 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: audit 2024-01-21T08:54:14.261341+0000 mon.smithi144 (mon.0) 612 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: cluster 2024-01-21T08:54:14.262102+0000 mon.smithi144 (mon.0) 613 : cluster [DBG] fsmap foofs:0 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: cephadm 2024-01-21T08:54:14.266977+0000 mgr.smithi144.tlyrca (mgr.14186) 234 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-01-21T08:54:15.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:15 smithi144 bash[16259]: audit 2024-01-21T08:54:14.272502+0000 mon.smithi144 (mon.0) 614 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:16.505 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:16 smithi144 bash[16259]: cluster 2024-01-21T08:54:15.160695+0000 mgr.smithi144.tlyrca (mgr.14186) 235 : cluster [DBG] pgmap v213: 65 pgs: 11 creating+peering, 39 unknown, 15 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:16.505 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:16 smithi144 bash[16259]: cluster 2024-01-21T08:54:15.261779+0000 mon.smithi144 (mon.0) 615 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T08:54:16.505 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:16 smithi144 bash[16259]: audit 2024-01-21T08:54:15.426868+0000 mon.smithi144 (mon.0) 616 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:16 smithi177 bash[20374]: cluster 2024-01-21T08:54:15.160695+0000 mgr.smithi144.tlyrca (mgr.14186) 235 : cluster [DBG] pgmap v213: 65 pgs: 11 creating+peering, 39 unknown, 15 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:16 smithi177 bash[20374]: cluster 2024-01-21T08:54:15.261779+0000 mon.smithi144 (mon.0) 615 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-21T08:54:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:16 smithi177 bash[20374]: audit 2024-01-21T08:54:15.426868+0000 mon.smithi144 (mon.0) 616 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:17.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:17 smithi144 bash[16259]: cluster 2024-01-21T08:54:16.428967+0000 mon.smithi144 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T08:54:17.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:17 smithi177 bash[20374]: cluster 2024-01-21T08:54:16.428967+0000 mon.smithi144 (mon.0) 617 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-21T08:54:18.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:18 smithi177 bash[20374]: cluster 2024-01-21T08:54:17.161225+0000 mgr.smithi144.tlyrca (mgr.14186) 236 : cluster [DBG] pgmap v216: 65 pgs: 11 creating+peering, 24 unknown, 30 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:18.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:18 smithi144 bash[16259]: cluster 2024-01-21T08:54:17.161225+0000 mgr.smithi144.tlyrca (mgr.14186) 236 : cluster [DBG] pgmap v216: 65 pgs: 11 creating+peering, 24 unknown, 30 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:19 smithi177 bash[20374]: audit 2024-01-21T08:54:18.536493+0000 mgr.smithi144.tlyrca (mgr.14186) 237 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.144/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:19 smithi177 bash[20374]: audit 2024-01-21T08:54:18.540445+0000 mon.smithi144 (mon.0) 618 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T08:54:19.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:19 smithi144 bash[16259]: audit 2024-01-21T08:54:18.536493+0000 mgr.smithi144.tlyrca (mgr.14186) 237 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.144/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:19.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:19 smithi144 bash[16259]: audit 2024-01-21T08:54:18.540445+0000 mon.smithi144 (mon.0) 618 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-01-21T08:54:20.522 INFO:teuthology.orchestra.run.smithi144.stdout:NFS Cluster Created Successfully 2024-01-21T08:54:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:20 smithi177 bash[20374]: cluster 2024-01-21T08:54:19.161965+0000 mgr.smithi144.tlyrca (mgr.14186) 238 : cluster [DBG] pgmap v217: 65 pgs: 5 creating+peering, 6 unknown, 54 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:20 smithi177 bash[20374]: audit 2024-01-21T08:54:19.455919+0000 mon.smithi144 (mon.0) 619 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T08:54:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:20 smithi177 bash[20374]: cluster 2024-01-21T08:54:19.456119+0000 mon.smithi144 (mon.0) 620 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T08:54:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:20 smithi177 bash[20374]: audit 2024-01-21T08:54:19.458251+0000 mon.smithi144 (mon.0) 621 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T08:54:20.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:20 smithi144 bash[16259]: cluster 2024-01-21T08:54:19.161965+0000 mgr.smithi144.tlyrca (mgr.14186) 238 : cluster [DBG] pgmap v217: 65 pgs: 5 creating+peering, 6 unknown, 54 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:20.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:20 smithi144 bash[16259]: audit 2024-01-21T08:54:19.455919+0000 mon.smithi144 (mon.0) 619 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-01-21T08:54:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:20 smithi144 bash[16259]: cluster 2024-01-21T08:54:19.456119+0000 mon.smithi144 (mon.0) 620 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-21T08:54:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:20 smithi144 bash[16259]: audit 2024-01-21T08:54:19.458251+0000 mon.smithi144 (mon.0) 621 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-01-21T08:54:21.495 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-01-21T08:54:21.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:21 smithi177 bash[20374]: audit 2024-01-21T08:54:20.459308+0000 mon.smithi144 (mon.0) 622 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T08:54:21.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:21 smithi177 bash[20374]: cluster 2024-01-21T08:54:20.459968+0000 mon.smithi144 (mon.0) 623 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T08:54:21.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:21 smithi177 bash[20374]: cephadm 2024-01-21T08:54:20.509092+0000 mgr.smithi144.tlyrca (mgr.14186) 239 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T08:54:21.804 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:21 smithi177 bash[20374]: audit 2024-01-21T08:54:20.513511+0000 mon.smithi144 (mon.0) 624 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:21.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:21 smithi177 bash[20374]: cephadm 2024-01-21T08:54:20.515575+0000 mgr.smithi144.tlyrca (mgr.14186) 240 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T08:54:21.805 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:21 smithi177 bash[20374]: audit 2024-01-21T08:54:20.519519+0000 mon.smithi144 (mon.0) 625 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:21.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:21 smithi144 bash[16259]: audit 2024-01-21T08:54:20.459308+0000 mon.smithi144 (mon.0) 622 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-01-21T08:54:21.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:21 smithi144 bash[16259]: cluster 2024-01-21T08:54:20.459968+0000 mon.smithi144 (mon.0) 623 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-21T08:54:21.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:21 smithi144 bash[16259]: cephadm 2024-01-21T08:54:20.509092+0000 mgr.smithi144.tlyrca (mgr.14186) 239 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-01-21T08:54:21.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:21 smithi144 bash[16259]: audit 2024-01-21T08:54:20.513511+0000 mon.smithi144 (mon.0) 624 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:21.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:21 smithi144 bash[16259]: cephadm 2024-01-21T08:54:20.515575+0000 mgr.smithi144.tlyrca (mgr.14186) 240 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-01-21T08:54:21.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:21 smithi144 bash[16259]: audit 2024-01-21T08:54:20.519519+0000 mon.smithi144 (mon.0) 625 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:22.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:22 smithi177 bash[20374]: cluster 2024-01-21T08:54:21.162540+0000 mgr.smithi144.tlyrca (mgr.14186) 241 : cluster [DBG] pgmap v220: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:22.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:22 smithi177 bash[20374]: cluster 2024-01-21T08:54:21.472301+0000 mon.smithi144 (mon.0) 626 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T08:54:22.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:22 smithi177 bash[20374]: cluster 2024-01-21T08:54:21.536298+0000 mon.smithi144 (mon.0) 627 : cluster [DBG] mgrmap e19: smithi144.tlyrca(active, since 6m), standbys: smithi177.vlzzcf 2024-01-21T08:54:22.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:22 smithi144 bash[16259]: cluster 2024-01-21T08:54:21.162540+0000 mgr.smithi144.tlyrca (mgr.14186) 241 : cluster [DBG] pgmap v220: 97 pgs: 4 creating+peering, 28 unknown, 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:22.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:22 smithi144 bash[16259]: cluster 2024-01-21T08:54:21.472301+0000 mon.smithi144 (mon.0) 626 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-21T08:54:22.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:22 smithi144 bash[16259]: cluster 2024-01-21T08:54:21.536298+0000 mon.smithi144 (mon.0) 627 : cluster [DBG] mgrmap e19: smithi144.tlyrca(active, since 6m), standbys: smithi177.vlzzcf 2024-01-21T08:54:24.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:24 smithi144 bash[16259]: cluster 2024-01-21T08:54:23.163367+0000 mgr.smithi144.tlyrca (mgr.14186) 242 : cluster [DBG] pgmap v222: 97 pgs: 4 creating+peering, 13 unknown, 80 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:24.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:24 smithi144 bash[16259]: audit 2024-01-21T08:54:24.276880+0000 mon.smithi144 (mon.0) 628 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:24 smithi177 bash[20374]: cluster 2024-01-21T08:54:23.163367+0000 mgr.smithi144.tlyrca (mgr.14186) 242 : cluster [DBG] pgmap v222: 97 pgs: 4 creating+peering, 13 unknown, 80 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:24 smithi177 bash[20374]: audit 2024-01-21T08:54:24.276880+0000 mon.smithi144 (mon.0) 628 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:25.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:25 smithi144 bash[16259]: audit 2024-01-21T08:54:24.560417+0000 mon.smithi144 (mon.0) 629 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:25 smithi177 bash[20374]: audit 2024-01-21T08:54:24.560417+0000 mon.smithi144 (mon.0) 629 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:26.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:26 smithi177 bash[20374]: cluster 2024-01-21T08:54:25.164128+0000 mgr.smithi144.tlyrca (mgr.14186) 243 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:26.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:26 smithi144 bash[16259]: cluster 2024-01-21T08:54:25.164128+0000 mgr.smithi144.tlyrca (mgr.14186) 243 : cluster [DBG] pgmap v223: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:25.841913+0000 mgr.smithi144.tlyrca (mgr.14186) 244 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.724913+0000 mon.smithi144 (mon.0) 630 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.726697+0000 mon.smithi144 (mon.0) 631 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.728026+0000 mon.smithi144 (mon.0) 632 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.735502+0000 mon.smithi144 (mon.0) 633 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.743228+0000 mon.smithi144 (mon.0) 634 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.759883+0000 mon.smithi144 (mon.0) 635 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.761529+0000 mon.smithi144 (mon.0) 636 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi177.ukwhnj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.766077+0000 mon.smithi144 (mon.0) 637 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi177.ukwhnj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T08:54:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:27 smithi177 bash[20374]: audit 2024-01-21T08:54:26.767394+0000 mon.smithi144 (mon.0) 638 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:25.841913+0000 mgr.smithi144.tlyrca (mgr.14186) 244 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.724913+0000 mon.smithi144 (mon.0) 630 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.726697+0000 mon.smithi144 (mon.0) 631 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.728026+0000 mon.smithi144 (mon.0) 632 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.735502+0000 mon.smithi144 (mon.0) 633 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.743228+0000 mon.smithi144 (mon.0) 634 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.759883+0000 mon.smithi144 (mon.0) 635 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.761529+0000 mon.smithi144 (mon.0) 636 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi177.ukwhnj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.766077+0000 mon.smithi144 (mon.0) 637 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi177.ukwhnj", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T08:54:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:27 smithi144 bash[16259]: audit 2024-01-21T08:54:26.767394+0000 mon.smithi144 (mon.0) 638 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:28 smithi177 bash[20374]: cephadm 2024-01-21T08:54:26.768431+0000 mgr.smithi144.tlyrca (mgr.14186) 245 : cephadm [INF] Deploying daemon mds.foofs.smithi177.ukwhnj on smithi177 2024-01-21T08:54:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:28 smithi177 bash[20374]: cluster 2024-01-21T08:54:27.164944+0000 mgr.smithi144.tlyrca (mgr.14186) 246 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:28.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:28 smithi144 bash[16259]: cephadm 2024-01-21T08:54:26.768431+0000 mgr.smithi144.tlyrca (mgr.14186) 245 : cephadm [INF] Deploying daemon mds.foofs.smithi177.ukwhnj on smithi177 2024-01-21T08:54:28.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:28 smithi144 bash[16259]: cluster 2024-01-21T08:54:27.164944+0000 mgr.smithi144.tlyrca (mgr.14186) 246 : cluster [DBG] pgmap v224: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:29 smithi177 bash[20374]: audit 2024-01-21T08:54:28.923854+0000 mon.smithi144 (mon.0) 639 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:29 smithi177 bash[20374]: audit 2024-01-21T08:54:28.926620+0000 mon.smithi144 (mon.0) 640 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi144.gmmoph", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T08:54:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:29 smithi177 bash[20374]: audit 2024-01-21T08:54:28.933617+0000 mon.smithi144 (mon.0) 641 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi144.gmmoph", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T08:54:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:29 smithi177 bash[20374]: audit 2024-01-21T08:54:28.935250+0000 mon.smithi144 (mon.0) 642 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:29 smithi177 bash[20374]: cephadm 2024-01-21T08:54:28.936871+0000 mgr.smithi144.tlyrca (mgr.14186) 247 : cephadm [INF] Deploying daemon mds.foofs.smithi144.gmmoph on smithi144 2024-01-21T08:54:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:29 smithi177 bash[20374]: cluster 2024-01-21T08:54:29.165846+0000 mgr.smithi144.tlyrca (mgr.14186) 248 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:30.187 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:29 smithi144 bash[16259]: audit 2024-01-21T08:54:28.923854+0000 mon.smithi144 (mon.0) 639 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:30.187 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:29 smithi144 bash[16259]: audit 2024-01-21T08:54:28.926620+0000 mon.smithi144 (mon.0) 640 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi144.gmmoph", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-01-21T08:54:30.187 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:29 smithi144 bash[16259]: audit 2024-01-21T08:54:28.933617+0000 mon.smithi144 (mon.0) 641 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi144.gmmoph", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-01-21T08:54:30.187 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:29 smithi144 bash[16259]: audit 2024-01-21T08:54:28.935250+0000 mon.smithi144 (mon.0) 642 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:30.187 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:29 smithi144 bash[16259]: cephadm 2024-01-21T08:54:28.936871+0000 mgr.smithi144.tlyrca (mgr.14186) 247 : cephadm [INF] Deploying daemon mds.foofs.smithi144.gmmoph on smithi144 2024-01-21T08:54:30.187 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:29 smithi144 bash[16259]: cluster 2024-01-21T08:54:29.165846+0000 mgr.smithi144.tlyrca (mgr.14186) 248 : cluster [DBG] pgmap v225: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:32.042 INFO:teuthology.orchestra.run.smithi144.stdout:{ 2024-01-21T08:54:32.042 INFO:teuthology.orchestra.run.smithi144.stdout: "bind": "/fake", 2024-01-21T08:54:32.042 INFO:teuthology.orchestra.run.smithi144.stdout: "fs": "foofs", 2024-01-21T08:54:32.042 INFO:teuthology.orchestra.run.smithi144.stdout: "path": "/", 2024-01-21T08:54:32.042 INFO:teuthology.orchestra.run.smithi144.stdout: "cluster": "foo", 2024-01-21T08:54:32.042 INFO:teuthology.orchestra.run.smithi144.stdout: "mode": "RW" 2024-01-21T08:54:32.042 INFO:teuthology.orchestra.run.smithi144.stdout:} 2024-01-21T08:54:32.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.003615+0000 mon.smithi144 (mon.0) 643 : cluster [DBG] mds.? [v2:172.21.15.177:6832/373640220,v1:172.21.15.177:6833/373640220] up:boot 2024-01-21T08:54:32.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.003700+0000 mon.smithi144 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi177.ukwhnj assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-21T08:54:32.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.003781+0000 mon.smithi144 (mon.0) 645 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-21T08:54:32.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.003804+0000 mon.smithi144 (mon.0) 646 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-21T08:54:32.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.003815+0000 mon.smithi144 (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.004062+0000 mon.smithi144 (mon.0) 648 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.004213+0000 mon.smithi144 (mon.0) 649 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi177.ukwhnj"}]: dispatch 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.009039+0000 mon.smithi144 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi177.ukwhnj=up:creating} 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.030623+0000 mon.smithi144 (mon.0) 651 : cluster [INF] daemon mds.foofs.smithi177.ukwhnj is now active in filesystem foofs as rank 0 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cluster 2024-01-21T08:54:31.166572+0000 mgr.smithi144.tlyrca (mgr.14186) 249 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.248891+0000 mon.smithi144 (mon.0) 652 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.256889+0000 mon.smithi144 (mon.0) 653 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cephadm 2024-01-21T08:54:31.280629+0000 mgr.smithi144.tlyrca (mgr.14186) 250 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi144.adlstb 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.281130+0000 mon.smithi144 (mon.0) 654 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.285535+0000 mon.smithi144 (mon.0) 655 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cephadm 2024-01-21T08:54:31.286257+0000 mgr.smithi144.tlyrca (mgr.14186) 251 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T08:54:32.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.286544+0000 mon.smithi144 (mon.0) 656 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.291562+0000 mon.smithi144 (mon.0) 657 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.292713+0000 mon.smithi144 (mon.0) 658 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.346497+0000 mon.smithi144 (mon.0) 659 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.350735+0000 mon.smithi144 (mon.0) 660 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cephadm 2024-01-21T08:54:31.413445+0000 mgr.smithi144.tlyrca (mgr.14186) 252 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cephadm 2024-01-21T08:54:31.413620+0000 mgr.smithi144.tlyrca (mgr.14186) 253 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi144.adlstb-rgw 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.414173+0000 mon.smithi144 (mon.0) 661 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.420098+0000 mon.smithi144 (mon.0) 662 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.427391+0000 mon.smithi144 (mon.0) 663 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: cephadm 2024-01-21T08:54:31.429018+0000 mgr.smithi144.tlyrca (mgr.14186) 254 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi144.adlstb on smithi144 2024-01-21T08:54:32.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:32 smithi177 bash[20374]: audit 2024-01-21T08:54:31.595841+0000 mon.smithi144 (mon.0) 664 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:32.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.003615+0000 mon.smithi144 (mon.0) 643 : cluster [DBG] mds.? [v2:172.21.15.177:6832/373640220,v1:172.21.15.177:6833/373640220] up:boot 2024-01-21T08:54:32.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.003700+0000 mon.smithi144 (mon.0) 644 : cluster [INF] daemon mds.foofs.smithi177.ukwhnj assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-01-21T08:54:32.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.003781+0000 mon.smithi144 (mon.0) 645 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.003804+0000 mon.smithi144 (mon.0) 646 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.003815+0000 mon.smithi144 (mon.0) 647 : cluster [INF] Cluster is now healthy 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.004062+0000 mon.smithi144 (mon.0) 648 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.004213+0000 mon.smithi144 (mon.0) 649 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi177.ukwhnj"}]: dispatch 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.009039+0000 mon.smithi144 (mon.0) 650 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi177.ukwhnj=up:creating} 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.030623+0000 mon.smithi144 (mon.0) 651 : cluster [INF] daemon mds.foofs.smithi177.ukwhnj is now active in filesystem foofs as rank 0 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cluster 2024-01-21T08:54:31.166572+0000 mgr.smithi144.tlyrca (mgr.14186) 249 : cluster [DBG] pgmap v226: 97 pgs: 97 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.248891+0000 mon.smithi144 (mon.0) 652 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.256889+0000 mon.smithi144 (mon.0) 653 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cephadm 2024-01-21T08:54:31.280629+0000 mgr.smithi144.tlyrca (mgr.14186) 250 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi144.adlstb 2024-01-21T08:54:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.281130+0000 mon.smithi144 (mon.0) 654 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.285535+0000 mon.smithi144 (mon.0) 655 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cephadm 2024-01-21T08:54:31.286257+0000 mgr.smithi144.tlyrca (mgr.14186) 251 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.286544+0000 mon.smithi144 (mon.0) 656 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.291562+0000 mon.smithi144 (mon.0) 657 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.292713+0000 mon.smithi144 (mon.0) 658 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.346497+0000 mon.smithi144 (mon.0) 659 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.350735+0000 mon.smithi144 (mon.0) 660 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cephadm 2024-01-21T08:54:31.413445+0000 mgr.smithi144.tlyrca (mgr.14186) 252 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cephadm 2024-01-21T08:54:31.413620+0000 mgr.smithi144.tlyrca (mgr.14186) 253 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi144.adlstb-rgw 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.414173+0000 mon.smithi144 (mon.0) 661 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-21T08:54:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.420098+0000 mon.smithi144 (mon.0) 662 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi144.adlstb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-21T08:54:32.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.427391+0000 mon.smithi144 (mon.0) 663 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:32.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: cephadm 2024-01-21T08:54:31.429018+0000 mgr.smithi144.tlyrca (mgr.14186) 254 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi144.adlstb on smithi144 2024-01-21T08:54:32.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:32 smithi144 bash[16259]: audit 2024-01-21T08:54:31.595841+0000 mon.smithi144 (mon.0) 664 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:33.063 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T08:54:33.073 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-01-21T08:54:33.074 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:54:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:33 smithi177 bash[20374]: cluster 2024-01-21T08:54:32.023694+0000 mon.smithi144 (mon.0) 665 : cluster [DBG] mds.? [v2:172.21.15.177:6832/373640220,v1:172.21.15.177:6833/373640220] up:active 2024-01-21T08:54:33.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:33 smithi177 bash[20374]: cluster 2024-01-21T08:54:32.023789+0000 mon.smithi144 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi177.ukwhnj=up:active} 2024-01-21T08:54:33.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:33 smithi177 bash[20374]: audit 2024-01-21T08:54:32.028708+0000 mon.smithi144 (mon.0) 667 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-21T08:54:33.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:33 smithi177 bash[20374]: audit 2024-01-21T08:54:32.033112+0000 mon.smithi144 (mon.0) 668 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-21T08:54:33.506 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:33 smithi144 bash[16259]: cluster 2024-01-21T08:54:32.023694+0000 mon.smithi144 (mon.0) 665 : cluster [DBG] mds.? [v2:172.21.15.177:6832/373640220,v1:172.21.15.177:6833/373640220] up:active 2024-01-21T08:54:33.506 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:33 smithi144 bash[16259]: cluster 2024-01-21T08:54:32.023789+0000 mon.smithi144 (mon.0) 666 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi177.ukwhnj=up:active} 2024-01-21T08:54:33.507 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:33 smithi144 bash[16259]: audit 2024-01-21T08:54:32.028708+0000 mon.smithi144 (mon.0) 667 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2024-01-21T08:54:33.507 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:33 smithi144 bash[16259]: audit 2024-01-21T08:54:32.033112+0000 mon.smithi144 (mon.0) 668 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-01-21T08:54:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:34 smithi177 bash[20374]: cluster 2024-01-21T08:54:33.043780+0000 mon.smithi144 (mon.0) 669 : cluster [DBG] mgrmap e20: smithi144.tlyrca(active, since 6m), standbys: smithi177.vlzzcf 2024-01-21T08:54:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:34 smithi177 bash[20374]: cluster 2024-01-21T08:54:33.167696+0000 mgr.smithi144.tlyrca (mgr.14186) 255 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 895 B/s wr, 2 op/s 2024-01-21T08:54:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:34 smithi177 bash[20374]: cluster 2024-01-21T08:54:34.003229+0000 mon.smithi144 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.144:6834/2361948707,v1:172.21.15.144:6835/2361948707] up:boot 2024-01-21T08:54:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:34 smithi177 bash[20374]: cluster 2024-01-21T08:54:34.003347+0000 mon.smithi144 (mon.0) 671 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi177.ukwhnj=up:active} 1 up:standby 2024-01-21T08:54:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:34 smithi177 bash[20374]: audit 2024-01-21T08:54:34.004462+0000 mon.smithi144 (mon.0) 672 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi144.gmmoph"}]: dispatch 2024-01-21T08:54:34.439 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:34 smithi144 bash[16259]: cluster 2024-01-21T08:54:33.043780+0000 mon.smithi144 (mon.0) 669 : cluster [DBG] mgrmap e20: smithi144.tlyrca(active, since 6m), standbys: smithi177.vlzzcf 2024-01-21T08:54:34.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:34 smithi144 bash[16259]: cluster 2024-01-21T08:54:33.167696+0000 mgr.smithi144.tlyrca (mgr.14186) 255 : cluster [DBG] pgmap v227: 97 pgs: 97 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 895 B/s wr, 2 op/s 2024-01-21T08:54:34.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:34 smithi144 bash[16259]: cluster 2024-01-21T08:54:34.003229+0000 mon.smithi144 (mon.0) 670 : cluster [DBG] mds.? [v2:172.21.15.144:6834/2361948707,v1:172.21.15.144:6835/2361948707] up:boot 2024-01-21T08:54:34.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:34 smithi144 bash[16259]: cluster 2024-01-21T08:54:34.003347+0000 mon.smithi144 (mon.0) 671 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi177.ukwhnj=up:active} 1 up:standby 2024-01-21T08:54:34.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:34 smithi144 bash[16259]: audit 2024-01-21T08:54:34.004462+0000 mon.smithi144 (mon.0) 672 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi144.gmmoph"}]: dispatch 2024-01-21T08:54:36.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:36 smithi177 bash[20374]: audit 2024-01-21T08:54:35.139317+0000 mon.smithi144 (mon.0) 673 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:36.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:36 smithi177 bash[20374]: audit 2024-01-21T08:54:35.146648+0000 mon.smithi144 (mon.0) 674 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:36.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:36 smithi177 bash[20374]: cephadm 2024-01-21T08:54:35.159993+0000 mgr.smithi144.tlyrca (mgr.14186) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.mxpifo on smithi177 2024-01-21T08:54:36.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:36 smithi177 bash[20374]: cluster 2024-01-21T08:54:35.168443+0000 mgr.smithi144.tlyrca (mgr.14186) 257 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-01-21T08:54:36.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:36 smithi144 bash[16259]: audit 2024-01-21T08:54:35.139317+0000 mon.smithi144 (mon.0) 673 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:36.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:36 smithi144 bash[16259]: audit 2024-01-21T08:54:35.146648+0000 mon.smithi144 (mon.0) 674 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:36.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:36 smithi144 bash[16259]: cephadm 2024-01-21T08:54:35.159993+0000 mgr.smithi144.tlyrca (mgr.14186) 256 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.mxpifo on smithi177 2024-01-21T08:54:36.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:36 smithi144 bash[16259]: cluster 2024-01-21T08:54:35.168443+0000 mgr.smithi144.tlyrca (mgr.14186) 257 : cluster [DBG] pgmap v228: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 1.6 KiB/s wr, 4 op/s 2024-01-21T08:54:37.611 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:54:37.611 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:54:15.418464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:54:14.119994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:54:15.418668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:20.519769Z 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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:54:14.120317Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:54:14.120530Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:54:14.120732Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:54:14.121122Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:54:14.120927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:54:37.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:37 smithi144 bash[16259]: audit 2024-01-21T08:54:36.607444+0000 mon.smithi144 (mon.0) 675 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:38.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:37 smithi177 bash[20374]: audit 2024-01-21T08:54:36.607444+0000 mon.smithi144 (mon.0) 675 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:38.278 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:54:38.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:38 smithi177 bash[20374]: cluster 2024-01-21T08:54:37.169390+0000 mgr.smithi144.tlyrca (mgr.14186) 258 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-21T08:54:38.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:38 smithi177 bash[20374]: audit 2024-01-21T08:54:37.602483+0000 mgr.smithi144.tlyrca (mgr.14186) 259 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:38.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:38 smithi144 bash[16259]: cluster 2024-01-21T08:54:37.169390+0000 mgr.smithi144.tlyrca (mgr.14186) 258 : cluster [DBG] pgmap v229: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 1.5 KiB/s wr, 4 op/s 2024-01-21T08:54:38.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:38 smithi144 bash[16259]: audit 2024-01-21T08:54:37.602483+0000 mgr.smithi144.tlyrca (mgr.14186) 259 : audit [DBG] from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:39.279 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:54:39.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:39 smithi144 bash[16259]: audit 2024-01-21T08:54:38.963712+0000 mon.smithi144 (mon.0) 676 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.mxpifo"}]: dispatch 2024-01-21T08:54:39.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:39 smithi144 bash[16259]: audit 2024-01-21T08:54:39.279485+0000 mon.smithi144 (mon.0) 677 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:40.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:39 smithi177 bash[20374]: audit 2024-01-21T08:54:38.963712+0000 mon.smithi144 (mon.0) 676 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.mxpifo"}]: dispatch 2024-01-21T08:54:40.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:39 smithi177 bash[20374]: audit 2024-01-21T08:54:39.279485+0000 mon.smithi144 (mon.0) 677 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: cephadm 2024-01-21T08:54:38.962369+0000 mgr.smithi144.tlyrca (mgr.14186) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.mxpifo ... 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:40.915 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.mxpifo ... 2024-01-21T08:54:40.916 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: cephadm 2024-01-21T08:54:38.963037+0000 mgr.smithi144.tlyrca (mgr.14186) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: cephadm 2024-01-21T08:54:38.965554+0000 mgr.smithi144.tlyrca (mgr.14186) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.mxpifo on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:40.917 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.mxpifo ... 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: cephadm 2024-01-21T08:54:38.970460+0000 mgr.smithi144.tlyrca (mgr.14186) 263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.yhqbxo on smithi144 2024-01-21T08:54:40.918 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:40 smithi144 bash[16259]: cluster 2024-01-21T08:54:39.170089+0000 mgr.smithi144.tlyrca (mgr.14186) 264 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-21T08:54:41.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: cephadm 2024-01-21T08:54:38.962369+0000 mgr.smithi144.tlyrca (mgr.14186) 260 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:41.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:41.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:41.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:41.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:41.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:41.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.mxpifo ... 2024-01-21T08:54:41.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:41.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:41.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.mxpifo ... 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: cephadm 2024-01-21T08:54:38.963037+0000 mgr.smithi144.tlyrca (mgr.14186) 261 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: cephadm 2024-01-21T08:54:38.965554+0000 mgr.smithi144.tlyrca (mgr.14186) 262 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.mxpifo on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo 2024-01-21T08:54:41.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.mxpifo ... 2024-01-21T08:54:41.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:41.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:41.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:41.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:41.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:41.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: cephadm 2024-01-21T08:54:38.970460+0000 mgr.smithi144.tlyrca (mgr.14186) 263 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.yhqbxo on smithi144 2024-01-21T08:54:41.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:40 smithi177 bash[20374]: cluster 2024-01-21T08:54:39.170089+0000 mgr.smithi144.tlyrca (mgr.14186) 264 : cluster [DBG] pgmap v230: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 852 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-21T08:54:42.783 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:54:42.783 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:54:15.418464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:54:14.119994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:54:15.418668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:20.519769Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:54:38.965276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.mxpifo on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\nDeploy daemon haproxy.nfs.foo.smithi177.mxpifo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.748893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yhqbxo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\nDeploy daemon haproxy.nfs.foo.smithi144.yhqbxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.760980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jgxveo on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:42.763154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:54:14.120317Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:54:14.120530Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:54:14.120732Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:54:14.121122Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:54:14.120927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:54:42.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:42 smithi144 bash[16259]: cluster 2024-01-21T08:54:41.170995+0000 mgr.smithi144.tlyrca (mgr.14186) 265 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-21T08:54:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:42 smithi177 bash[20374]: cluster 2024-01-21T08:54:41.170995+0000 mgr.smithi144.tlyrca (mgr.14186) 265 : cluster [DBG] pgmap v231: 97 pgs: 97 active+clean; 3.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 2.0 KiB/s wr, 5 op/s 2024-01-21T08:54:43.423 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:54:43.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:43 smithi144 bash[16259]: audit 2024-01-21T08:54:42.747934+0000 mon.smithi144 (mon.0) 678 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.yhqbxo"}]: dispatch 2024-01-21T08:54:43.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:43 smithi144 bash[16259]: audit 2024-01-21T08:54:42.760661+0000 mon.smithi144 (mon.0) 679 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:43.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:43 smithi144 bash[16259]: audit 2024-01-21T08:54:42.764493+0000 mon.smithi144 (mon.0) 680 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:54:44.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:43 smithi177 bash[20374]: audit 2024-01-21T08:54:42.747934+0000 mon.smithi144 (mon.0) 678 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.yhqbxo"}]: dispatch 2024-01-21T08:54:44.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:43 smithi177 bash[20374]: audit 2024-01-21T08:54:42.760661+0000 mon.smithi144 (mon.0) 679 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:44.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:43 smithi177 bash[20374]: audit 2024-01-21T08:54:42.764493+0000 mon.smithi144 (mon.0) 680 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:54:44.424 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:54:44.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: cephadm 2024-01-21T08:54:42.747386+0000 mgr.smithi144.tlyrca (mgr.14186) 266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:44.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:44.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:44.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:44.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.yhqbxo ... 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:54:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.yhqbxo ... 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: cephadm 2024-01-21T08:54:42.747582+0000 mgr.smithi144.tlyrca (mgr.14186) 267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: cephadm 2024-01-21T08:54:42.749143+0000 mgr.smithi144.tlyrca (mgr.14186) 268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.yhqbxo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.yhqbxo ... 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:44.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:44.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:44.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:44.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: cephadm 2024-01-21T08:54:42.761145+0000 mgr.smithi144.tlyrca (mgr.14186) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.jgxveo on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:44.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: cephadm 2024-01-21T08:54:42.763267+0000 mgr.smithi144.tlyrca (mgr.14186) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:44.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: cluster 2024-01-21T08:54:42.764243+0000 mgr.smithi144.tlyrca (mgr.14186) 271 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-01-21T08:54:44.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: audit 2024-01-21T08:54:42.772315+0000 mgr.smithi144.tlyrca (mgr.14186) 272 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:44.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:44 smithi144 bash[16259]: cluster 2024-01-21T08:54:43.756945+0000 mon.smithi144 (mon.0) 681 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:54:45.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: cephadm 2024-01-21T08:54:42.747386+0000 mgr.smithi144.tlyrca (mgr.14186) 266 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:45.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:45.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.yhqbxo ... 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:45.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.yhqbxo ... 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: cephadm 2024-01-21T08:54:42.747582+0000 mgr.smithi144.tlyrca (mgr.14186) 267 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:45.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: cephadm 2024-01-21T08:54:42.749143+0000 mgr.smithi144.tlyrca (mgr.14186) 268 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.yhqbxo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.yhqbxo ... 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: cephadm 2024-01-21T08:54:42.761145+0000 mgr.smithi144.tlyrca (mgr.14186) 269 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.jgxveo on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: cephadm 2024-01-21T08:54:42.763267+0000 mgr.smithi144.tlyrca (mgr.14186) 270 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: cluster 2024-01-21T08:54:42.764243+0000 mgr.smithi144.tlyrca (mgr.14186) 271 : cluster [DBG] pgmap v232: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2024-01-21T08:54:45.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: audit 2024-01-21T08:54:42.772315+0000 mgr.smithi144.tlyrca (mgr.14186) 272 : audit [DBG] from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:45.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:44 smithi177 bash[20374]: cluster 2024-01-21T08:54:43.756945+0000 mon.smithi144 (mon.0) 681 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:54:46.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:46 smithi144 bash[16259]: cluster 2024-01-21T08:54:44.765708+0000 mgr.smithi144.tlyrca (mgr.14186) 273 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-01-21T08:54:46.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:46 smithi144 bash[16259]: audit 2024-01-21T08:54:46.623873+0000 mon.smithi144 (mon.0) 682 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:47.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:46 smithi177 bash[20374]: cluster 2024-01-21T08:54:44.765708+0000 mgr.smithi144.tlyrca (mgr.14186) 273 : cluster [DBG] pgmap v233: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.7 KiB/s wr, 4 op/s 2024-01-21T08:54:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:46 smithi177 bash[20374]: audit 2024-01-21T08:54:46.623873+0000 mon.smithi144 (mon.0) 682 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:47.505 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:54:47.505 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:54:15.418464Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:54:14.119994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:54:15.418668Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:20.519769Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:54:38.965276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.mxpifo on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\nDeploy daemon haproxy.nfs.foo.smithi177.mxpifo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.748893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yhqbxo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\nDeploy daemon haproxy.nfs.foo.smithi144.yhqbxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.760980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jgxveo on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:42.763154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:54:14.120317Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:54:14.120530Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "ports": [12999], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:54:14.120732Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:54:14.121122Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:54:14.120927Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:54:48.174 INFO:tasks.cephadm:nfs.foo has 0/1 2024-01-21T08:54:48.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:48 smithi144 bash[16259]: cluster 2024-01-21T08:54:46.766744+0000 mgr.smithi144.tlyrca (mgr.14186) 274 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 971 B/s wr, 2 op/s 2024-01-21T08:54:48.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:48 smithi144 bash[16259]: audit 2024-01-21T08:54:47.492434+0000 mgr.smithi144.tlyrca (mgr.14186) 275 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:48.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:48 smithi144 bash[16259]: audit 2024-01-21T08:54:48.616496+0000 mon.smithi144 (mon.0) 683 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:49.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:48 smithi177 bash[20374]: cluster 2024-01-21T08:54:46.766744+0000 mgr.smithi144.tlyrca (mgr.14186) 274 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 971 B/s wr, 2 op/s 2024-01-21T08:54:49.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:48 smithi177 bash[20374]: audit 2024-01-21T08:54:47.492434+0000 mgr.smithi144.tlyrca (mgr.14186) 275 : audit [DBG] from='client.14564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:49.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:48 smithi177 bash[20374]: audit 2024-01-21T08:54:48.616496+0000 mon.smithi144 (mon.0) 683 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:49.175 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:54:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: cluster 2024-01-21T08:54:48.767764+0000 mgr.smithi144.tlyrca (mgr.14186) 276 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 794 B/s wr, 2 op/s 2024-01-21T08:54:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: audit 2024-01-21T08:54:49.155469+0000 mon.smithi144 (mon.0) 684 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: audit 2024-01-21T08:54:49.458793+0000 mon.smithi144 (mon.0) 685 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: audit 2024-01-21T08:54:49.460127+0000 mon.smithi144 (mon.0) 686 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:54:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: audit 2024-01-21T08:54:49.468557+0000 mon.smithi144 (mon.0) 687 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: cluster 2024-01-21T08:54:49.469697+0000 mgr.smithi144.tlyrca (mgr.14186) 277 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 298 B/s rd, 298 B/s wr, 0 op/s 2024-01-21T08:54:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: audit 2024-01-21T08:54:49.477500+0000 mon.smithi144 (mon.0) 688 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:54:50.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: audit 2024-01-21T08:54:49.492834+0000 mon.smithi144 (mon.0) 689 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:50.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: cephadm 2024-01-21T08:54:49.498572+0000 mgr.smithi144.tlyrca (mgr.14186) 278 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.rwwhkw on smithi177 2024-01-21T08:54:50.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: cluster 2024-01-21T08:54:49.641843+0000 mon.smithi144 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:54:50.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:50 smithi144 bash[16259]: cluster 2024-01-21T08:54:49.641872+0000 mon.smithi144 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-01-21T08:54:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: cluster 2024-01-21T08:54:48.767764+0000 mgr.smithi144.tlyrca (mgr.14186) 276 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 794 B/s wr, 2 op/s 2024-01-21T08:54:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: audit 2024-01-21T08:54:49.155469+0000 mon.smithi144 (mon.0) 684 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: audit 2024-01-21T08:54:49.458793+0000 mon.smithi144 (mon.0) 685 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:54:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: audit 2024-01-21T08:54:49.460127+0000 mon.smithi144 (mon.0) 686 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:54:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: audit 2024-01-21T08:54:49.468557+0000 mon.smithi144 (mon.0) 687 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: cluster 2024-01-21T08:54:49.469697+0000 mgr.smithi144.tlyrca (mgr.14186) 277 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 298 B/s rd, 298 B/s wr, 0 op/s 2024-01-21T08:54:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: audit 2024-01-21T08:54:49.477500+0000 mon.smithi144 (mon.0) 688 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:54:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: audit 2024-01-21T08:54:49.492834+0000 mon.smithi144 (mon.0) 689 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:54:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: cephadm 2024-01-21T08:54:49.498572+0000 mgr.smithi144.tlyrca (mgr.14186) 278 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.rwwhkw on smithi177 2024-01-21T08:54:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: cluster 2024-01-21T08:54:49.641843+0000 mon.smithi144 (mon.0) 690 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:54:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:50 smithi177 bash[20374]: cluster 2024-01-21T08:54:49.641872+0000 mon.smithi144 (mon.0) 691 : cluster [INF] Cluster is now healthy 2024-01-21T08:54:52.261 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:54:52.261 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:54:49.142645Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:54:48.602552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:54:49.143051Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:20.519769Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-01-21T08:54:38.965276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.mxpifo on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\nDeploy daemon haproxy.nfs.foo.smithi177.mxpifo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.748893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yhqbxo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\nDeploy daemon haproxy.nfs.foo.smithi144.yhqbxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.760980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jgxveo on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:42.763154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:54:48.604650Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:54:48.602894Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:54:48.603129Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:54:49.144437Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:54:48.603348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:54:48.603794Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:54:48.603562Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:54:52.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:52 smithi144 bash[16259]: cluster 2024-01-21T08:54:51.470527+0000 mgr.smithi144.tlyrca (mgr.14186) 279 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 298 B/s wr, 0 op/s 2024-01-21T08:54:52.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:52 smithi177 bash[20374]: cluster 2024-01-21T08:54:51.470527+0000 mgr.smithi144.tlyrca (mgr.14186) 279 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 298 B/s wr, 0 op/s 2024-01-21T08:54:52.862 INFO:tasks.cephadm:nfs.foo has 1/1 2024-01-21T08:54:52.862 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-21T08:54:52.873 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-01-21T08:54:52.873 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:54:53.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:53 smithi177 bash[20374]: audit 2024-01-21T08:54:52.246339+0000 mgr.smithi144.tlyrca (mgr.14186) 280 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:53.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:53 smithi177 bash[20374]: audit 2024-01-21T08:54:53.259694+0000 mon.smithi144 (mon.0) 692 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.rwwhkw"}]: dispatch 2024-01-21T08:54:53.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:53 smithi144 bash[16259]: audit 2024-01-21T08:54:52.246339+0000 mgr.smithi144.tlyrca (mgr.14186) 280 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:53.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:53 smithi144 bash[16259]: audit 2024-01-21T08:54:53.259694+0000 mon.smithi144 (mon.0) 692 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.rwwhkw"}]: dispatch 2024-01-21T08:54:54.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: cephadm 2024-01-21T08:54:53.258568+0000 mgr.smithi144.tlyrca (mgr.14186) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.rwwhkw ... 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:54.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.rwwhkw ... 2024-01-21T08:54:54.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:54.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:54.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:54.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: cephadm 2024-01-21T08:54:53.259020+0000 mgr.smithi144.tlyrca (mgr.14186) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: cephadm 2024-01-21T08:54:53.261565+0000 mgr.smithi144.tlyrca (mgr.14186) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.rwwhkw on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.rwwhkw ... 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:54.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:54.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:54.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: cephadm 2024-01-21T08:54:53.266357+0000 mgr.smithi144.tlyrca (mgr.14186) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.rfjqaa on smithi144 2024-01-21T08:54:54.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:54 smithi144 bash[16259]: cluster 2024-01-21T08:54:53.471206+0000 mgr.smithi144.tlyrca (mgr.14186) 285 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-21T08:54:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: cephadm 2024-01-21T08:54:53.258568+0000 mgr.smithi144.tlyrca (mgr.14186) 281 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.rwwhkw ... 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:54:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.rwwhkw ... 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: cephadm 2024-01-21T08:54:53.259020+0000 mgr.smithi144.tlyrca (mgr.14186) 282 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: cephadm 2024-01-21T08:54:53.261565+0000 mgr.smithi144.tlyrca (mgr.14186) 283 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.rwwhkw on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.rwwhkw ... 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: cephadm 2024-01-21T08:54:53.266357+0000 mgr.smithi144.tlyrca (mgr.14186) 284 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.rfjqaa on smithi144 2024-01-21T08:54:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:54 smithi177 bash[20374]: cluster 2024-01-21T08:54:53.471206+0000 mgr.smithi144.tlyrca (mgr.14186) 285 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-01-21T08:54:56.273 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:54:56.273 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:54:49.142645Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:54:48.602552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:54:49.143051Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:38.965276Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.mxpifo on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-mxpifo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.mxpifo\nDeploy daemon haproxy.nfs.foo.smithi177.mxpifo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.748893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yhqbxo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yhqbxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yhqbxo\nDeploy daemon haproxy.nfs.foo.smithi144.yhqbxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:42.760980Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jgxveo on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:42.763154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:53.261153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rwwhkw on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\nDeploy daemon haproxy.nfs.foo.smithi177.rwwhkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:54:48.604650Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:54:48.602894Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:54:48.603129Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:54:49.144437Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:54:48.603348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:54:48.603794Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:54:48.603562Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:54:56.689 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:56 smithi144 bash[16259]: cluster 2024-01-21T08:54:55.472160+0000 mgr.smithi144.tlyrca (mgr.14186) 286 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:54:56.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:56 smithi177 bash[20374]: cluster 2024-01-21T08:54:55.472160+0000 mgr.smithi144.tlyrca (mgr.14186) 286 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 B/s rd, 0 op/s 2024-01-21T08:54:56.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:54:57.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:57 smithi177 bash[20374]: audit 2024-01-21T08:54:56.258371+0000 mgr.smithi144.tlyrca (mgr.14186) 287 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:57.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:57 smithi177 bash[20374]: audit 2024-01-21T08:54:57.171089+0000 mon.smithi144 (mon.0) 693 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.rfjqaa"}]: dispatch 2024-01-21T08:54:57.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:57 smithi177 bash[20374]: audit 2024-01-21T08:54:57.187441+0000 mon.smithi144 (mon.0) 694 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:54:57.925 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:54:57.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:57 smithi144 bash[16259]: audit 2024-01-21T08:54:56.258371+0000 mgr.smithi144.tlyrca (mgr.14186) 287 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:54:57.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:57 smithi144 bash[16259]: audit 2024-01-21T08:54:57.171089+0000 mon.smithi144 (mon.0) 693 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.rfjqaa"}]: dispatch 2024-01-21T08:54:57.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:57 smithi144 bash[16259]: audit 2024-01-21T08:54:57.187441+0000 mon.smithi144 (mon.0) 694 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:54:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: cephadm 2024-01-21T08:54:57.170364+0000 mgr.smithi144.tlyrca (mgr.14186) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.rfjqaa ... 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.rfjqaa ... 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: cephadm 2024-01-21T08:54:57.170586+0000 mgr.smithi144.tlyrca (mgr.14186) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: cephadm 2024-01-21T08:54:57.172284+0000 mgr.smithi144.tlyrca (mgr.14186) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.rfjqaa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.rfjqaa ... 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: cephadm 2024-01-21T08:54:57.176775+0000 mgr.smithi144.tlyrca (mgr.14186) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.fvzbjp on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: cephadm 2024-01-21T08:54:57.180812+0000 mgr.smithi144.tlyrca (mgr.14186) 292 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: cluster 2024-01-21T08:54:57.182153+0000 mgr.smithi144.tlyrca (mgr.14186) 293 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:54:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:54:58 smithi177 bash[20374]: cluster 2024-01-21T08:54:57.544385+0000 mon.smithi144 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:54:58.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: cephadm 2024-01-21T08:54:57.170364+0000 mgr.smithi144.tlyrca (mgr.14186) 288 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:58.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.rfjqaa ... 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:54:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.rfjqaa ... 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: cephadm 2024-01-21T08:54:57.170586+0000 mgr.smithi144.tlyrca (mgr.14186) 289 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: cephadm 2024-01-21T08:54:57.172284+0000 mgr.smithi144.tlyrca (mgr.14186) 290 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.rfjqaa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.rfjqaa ... 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: cephadm 2024-01-21T08:54:57.176775+0000 mgr.smithi144.tlyrca (mgr.14186) 291 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.fvzbjp on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: cephadm 2024-01-21T08:54:57.180812+0000 mgr.smithi144.tlyrca (mgr.14186) 292 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: cluster 2024-01-21T08:54:57.182153+0000 mgr.smithi144.tlyrca (mgr.14186) 293 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:54:58.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:54:58 smithi144 bash[16259]: cluster 2024-01-21T08:54:57.544385+0000 mon.smithi144 (mon.0) 695 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:55:00.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:00 smithi177 bash[20374]: cluster 2024-01-21T08:54:59.182837+0000 mgr.smithi144.tlyrca (mgr.14186) 294 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:55:00.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:00 smithi144 bash[16259]: cluster 2024-01-21T08:54:59.182837+0000 mgr.smithi144.tlyrca (mgr.14186) 294 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:55:01.316 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:01.316 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:54:49.142645Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:54:48.602552Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:54:49.143051Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:42.763154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:53.261153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rwwhkw on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\nDeploy daemon haproxy.nfs.foo.smithi177.rwwhkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:57.172165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.rfjqaa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa\nDeploy daemon haproxy.nfs.foo.smithi144.rfjqaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:57.176631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.fvzbjp on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:54:48.604650Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:54:48.602894Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:54:48.603129Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:54:49.144437Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:54:48.603348Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:54:48.603794Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:54:48.603562Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:01.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:02 smithi144 bash[16259]: cluster 2024-01-21T08:55:01.183958+0000 mgr.smithi144.tlyrca (mgr.14186) 295 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T08:55:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:02 smithi144 bash[16259]: audit 2024-01-21T08:55:01.308952+0000 mgr.smithi144.tlyrca (mgr.14186) 296 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:02.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:02 smithi144 bash[16259]: audit 2024-01-21T08:55:01.644924+0000 mon.smithi144 (mon.0) 696 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:02.956 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:02 smithi177 bash[20374]: cluster 2024-01-21T08:55:01.183958+0000 mgr.smithi144.tlyrca (mgr.14186) 295 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T08:55:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:02 smithi177 bash[20374]: audit 2024-01-21T08:55:01.308952+0000 mgr.smithi144.tlyrca (mgr.14186) 296 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:03.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:02 smithi177 bash[20374]: audit 2024-01-21T08:55:01.644924+0000 mon.smithi144 (mon.0) 696 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:04.284 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:04 smithi144 bash[16259]: audit 2024-01-21T08:55:03.094952+0000 mon.smithi144 (mon.0) 697 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:04.284 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:04 smithi144 bash[16259]: cluster 2024-01-21T08:55:03.184569+0000 mgr.smithi144.tlyrca (mgr.14186) 297 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T08:55:04.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:04 smithi177 bash[20374]: audit 2024-01-21T08:55:03.094952+0000 mon.smithi144 (mon.0) 697 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:04.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:04 smithi177 bash[20374]: cluster 2024-01-21T08:55:03.184569+0000 mgr.smithi144.tlyrca (mgr.14186) 297 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: audit 2024-01-21T08:55:04.723245+0000 mon.smithi144 (mon.0) 698 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: audit 2024-01-21T08:55:04.724912+0000 mon.smithi144 (mon.0) 699 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: audit 2024-01-21T08:55:04.726054+0000 mon.smithi144 (mon.0) 700 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: audit 2024-01-21T08:55:04.731645+0000 mon.smithi144 (mon.0) 701 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: cluster 2024-01-21T08:55:04.732778+0000 mgr.smithi144.tlyrca (mgr.14186) 298 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: audit 2024-01-21T08:55:04.739021+0000 mon.smithi144 (mon.0) 702 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: audit 2024-01-21T08:55:04.754036+0000 mon.smithi144 (mon.0) 703 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:05.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:05 smithi144 bash[16259]: cephadm 2024-01-21T08:55:04.757247+0000 mgr.smithi144.tlyrca (mgr.14186) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.lmljyu on smithi177 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: audit 2024-01-21T08:55:04.723245+0000 mon.smithi144 (mon.0) 698 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: audit 2024-01-21T08:55:04.724912+0000 mon.smithi144 (mon.0) 699 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: audit 2024-01-21T08:55:04.726054+0000 mon.smithi144 (mon.0) 700 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: audit 2024-01-21T08:55:04.731645+0000 mon.smithi144 (mon.0) 701 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: cluster 2024-01-21T08:55:04.732778+0000 mgr.smithi144.tlyrca (mgr.14186) 298 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: audit 2024-01-21T08:55:04.739021+0000 mon.smithi144 (mon.0) 702 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: audit 2024-01-21T08:55:04.754036+0000 mon.smithi144 (mon.0) 703 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:06.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:05 smithi177 bash[20374]: cephadm 2024-01-21T08:55:04.757247+0000 mgr.smithi144.tlyrca (mgr.14186) 299 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.lmljyu on smithi177 2024-01-21T08:55:06.121 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:06.121 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:42.763154Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.mswudh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:53.261153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rwwhkw on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\nDeploy daemon haproxy.nfs.foo.smithi177.rwwhkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:57.172165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.rfjqaa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa\nDeploy daemon haproxy.nfs.foo.smithi144.rfjqaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:57.176631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.fvzbjp on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:06.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:07.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:06 smithi177 bash[20374]: cluster 2024-01-21T08:55:05.729904+0000 mon.smithi144 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:55:07.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:06 smithi177 bash[20374]: cluster 2024-01-21T08:55:05.729949+0000 mon.smithi144 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-01-21T08:55:07.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:06 smithi177 bash[20374]: audit 2024-01-21T08:55:06.108795+0000 mgr.smithi144.tlyrca (mgr.14186) 300 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:07.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:06 smithi144 bash[16259]: cluster 2024-01-21T08:55:05.729904+0000 mon.smithi144 (mon.0) 704 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:55:07.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:06 smithi144 bash[16259]: cluster 2024-01-21T08:55:05.729949+0000 mon.smithi144 (mon.0) 705 : cluster [INF] Cluster is now healthy 2024-01-21T08:55:07.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:06 smithi144 bash[16259]: audit 2024-01-21T08:55:06.108795+0000 mgr.smithi144.tlyrca (mgr.14186) 300 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:07.773 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:08.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:07 smithi177 bash[20374]: cluster 2024-01-21T08:55:06.733548+0000 mgr.smithi144.tlyrca (mgr.14186) 301 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-21T08:55:08.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:07 smithi144 bash[16259]: cluster 2024-01-21T08:55:06.733548+0000 mgr.smithi144.tlyrca (mgr.14186) 301 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-01-21T08:55:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: cluster 2024-01-21T08:55:08.734548+0000 mgr.smithi144.tlyrca (mgr.14186) 302 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:55:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: cephadm 2024-01-21T08:55:08.805499+0000 mgr.smithi144.tlyrca (mgr.14186) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lmljyu ... 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:55:10.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lmljyu ... 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: cephadm 2024-01-21T08:55:08.805808+0000 mgr.smithi144.tlyrca (mgr.14186) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: audit 2024-01-21T08:55:08.806228+0000 mon.smithi144 (mon.0) 706 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.lmljyu"}]: dispatch 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: cephadm 2024-01-21T08:55:08.807752+0000 mgr.smithi144.tlyrca (mgr.14186) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lmljyu ... 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:09 smithi177 bash[20374]: cephadm 2024-01-21T08:55:08.812689+0000 mgr.smithi144.tlyrca (mgr.14186) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.npeosm on smithi144 2024-01-21T08:55:10.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: cluster 2024-01-21T08:55:08.734548+0000 mgr.smithi144.tlyrca (mgr.14186) 302 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: cephadm 2024-01-21T08:55:08.805499+0000 mgr.smithi144.tlyrca (mgr.14186) 303 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lmljyu ... 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:10.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lmljyu ... 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: cephadm 2024-01-21T08:55:08.805808+0000 mgr.smithi144.tlyrca (mgr.14186) 304 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: audit 2024-01-21T08:55:08.806228+0000 mon.smithi144 (mon.0) 706 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.lmljyu"}]: dispatch 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: cephadm 2024-01-21T08:55:08.807752+0000 mgr.smithi144.tlyrca (mgr.14186) 305 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu 2024-01-21T08:55:10.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lmljyu ... 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:10.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:09 smithi144 bash[16259]: cephadm 2024-01-21T08:55:08.812689+0000 mgr.smithi144.tlyrca (mgr.14186) 306 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.npeosm on smithi144 2024-01-21T08:55:11.050 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:11.051 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:53.261153Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rwwhkw on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rwwhkw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rwwhkw\nDeploy daemon haproxy.nfs.foo.smithi177.rwwhkw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:57.172165Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.rfjqaa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-rfjqaa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.rfjqaa\nDeploy daemon haproxy.nfs.foo.smithi144.rfjqaa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:54:57.176631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.fvzbjp on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:11.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:11.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:11 smithi144 bash[16259]: cluster 2024-01-21T08:55:10.735221+0000 mgr.smithi144.tlyrca (mgr.14186) 307 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:55:11.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:11 smithi144 bash[16259]: audit 2024-01-21T08:55:11.036657+0000 mgr.smithi144.tlyrca (mgr.14186) 308 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:12.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:11 smithi177 bash[20374]: cluster 2024-01-21T08:55:10.735221+0000 mgr.smithi144.tlyrca (mgr.14186) 307 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T08:55:12.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:11 smithi177 bash[20374]: audit 2024-01-21T08:55:11.036657+0000 mgr.smithi144.tlyrca (mgr.14186) 308 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:12.662 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: cephadm 2024-01-21T08:55:12.610716+0000 mgr.smithi144.tlyrca (mgr.14186) 309 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.npeosm ... 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.npeosm ... 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: cephadm 2024-01-21T08:55:12.611233+0000 mgr.smithi144.tlyrca (mgr.14186) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: audit 2024-01-21T08:55:12.611770+0000 mon.smithi144 (mon.0) 707 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.npeosm"}]: dispatch 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: cephadm 2024-01-21T08:55:12.613020+0000 mgr.smithi144.tlyrca (mgr.14186) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.npeosm ... 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: cephadm 2024-01-21T08:55:12.617458+0000 mgr.smithi144.tlyrca (mgr.14186) 312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: cephadm 2024-01-21T08:55:12.621482+0000 mgr.smithi144.tlyrca (mgr.14186) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:55:13.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:12 smithi177 bash[20374]: cluster 2024-01-21T08:55:12.622690+0000 mgr.smithi144.tlyrca (mgr.14186) 314 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-21T08:55:13.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: cephadm 2024-01-21T08:55:12.610716+0000 mgr.smithi144.tlyrca (mgr.14186) 309 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:13.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.npeosm ... 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:55:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.npeosm ... 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: cephadm 2024-01-21T08:55:12.611233+0000 mgr.smithi144.tlyrca (mgr.14186) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: audit 2024-01-21T08:55:12.611770+0000 mon.smithi144 (mon.0) 707 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.npeosm"}]: dispatch 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: cephadm 2024-01-21T08:55:12.613020+0000 mgr.smithi144.tlyrca (mgr.14186) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.npeosm ... 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: cephadm 2024-01-21T08:55:12.617458+0000 mgr.smithi144.tlyrca (mgr.14186) 312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:55:13.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: cephadm 2024-01-21T08:55:12.621482+0000 mgr.smithi144.tlyrca (mgr.14186) 313 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:55:13.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:12 smithi144 bash[16259]: cluster 2024-01-21T08:55:12.622690+0000 mgr.smithi144.tlyrca (mgr.14186) 314 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-21T08:55:14.031 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:13 smithi144 bash[16259]: cluster 2024-01-21T08:55:12.797727+0000 mon.smithi144 (mon.0) 708 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:55:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:13 smithi177 bash[20374]: cluster 2024-01-21T08:55:12.797727+0000 mon.smithi144 (mon.0) 708 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:55:15.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:15 smithi177 bash[20374]: cluster 2024-01-21T08:55:14.624057+0000 mgr.smithi144.tlyrca (mgr.14186) 315 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-21T08:55:15.408 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:15 smithi144 bash[16259]: cluster 2024-01-21T08:55:14.624057+0000 mgr.smithi144.tlyrca (mgr.14186) 315 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 89 B/s rd, 0 op/s 2024-01-21T08:55:15.825 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:15.825 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:16.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:16.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:16 smithi144 bash[16259]: audit 2024-01-21T08:55:15.817660+0000 mgr.smithi144.tlyrca (mgr.14186) 316 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:16.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:16 smithi144 bash[16259]: cluster 2024-01-21T08:55:16.625119+0000 mgr.smithi144.tlyrca (mgr.14186) 317 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:16.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:16 smithi144 bash[16259]: audit 2024-01-21T08:55:16.663800+0000 mon.smithi144 (mon.0) 709 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:16 smithi177 bash[20374]: audit 2024-01-21T08:55:15.817660+0000 mgr.smithi144.tlyrca (mgr.14186) 316 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:16 smithi177 bash[20374]: cluster 2024-01-21T08:55:16.625119+0000 mgr.smithi144.tlyrca (mgr.14186) 317 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:16 smithi177 bash[20374]: audit 2024-01-21T08:55:16.663800+0000 mon.smithi144 (mon.0) 709 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:17.474 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:18.871 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:18 smithi144 bash[16259]: cluster 2024-01-21T08:55:18.626788+0000 mgr.smithi144.tlyrca (mgr.14186) 318 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:19.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:18 smithi177 bash[20374]: cluster 2024-01-21T08:55:18.626788+0000 mgr.smithi144.tlyrca (mgr.14186) 318 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:20.600 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:20.600 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:20 smithi144 bash[16259]: audit 2024-01-21T08:55:20.584513+0000 mgr.smithi144.tlyrca (mgr.14186) 319 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:20 smithi144 bash[16259]: cluster 2024-01-21T08:55:20.628114+0000 mgr.smithi144.tlyrca (mgr.14186) 320 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:21.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:20 smithi177 bash[20374]: audit 2024-01-21T08:55:20.584513+0000 mgr.smithi144.tlyrca (mgr.14186) 319 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:21.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:20 smithi177 bash[20374]: cluster 2024-01-21T08:55:20.628114+0000 mgr.smithi144.tlyrca (mgr.14186) 320 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:21.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:22.281 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:23.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:22 smithi177 bash[20374]: cluster 2024-01-21T08:55:22.629274+0000 mgr.smithi144.tlyrca (mgr.14186) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:23.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:22 smithi144 bash[16259]: cluster 2024-01-21T08:55:22.629274+0000 mgr.smithi144.tlyrca (mgr.14186) 321 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:55:25.267 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:25.267 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:25.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:25 smithi177 bash[20374]: audit 2024-01-21T08:55:24.280239+0000 mon.smithi144 (mon.0) 710 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:25.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:25 smithi177 bash[20374]: cluster 2024-01-21T08:55:24.630692+0000 mgr.smithi144.tlyrca (mgr.14186) 322 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:25.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:25 smithi144 bash[16259]: audit 2024-01-21T08:55:24.280239+0000 mon.smithi144 (mon.0) 710 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:55:25.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:25 smithi144 bash[16259]: cluster 2024-01-21T08:55:24.630692+0000 mgr.smithi144.tlyrca (mgr.14186) 322 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:25.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:26.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:26 smithi177 bash[20374]: audit 2024-01-21T08:55:25.251948+0000 mgr.smithi144.tlyrca (mgr.14186) 323 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:26.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:26 smithi144 bash[16259]: audit 2024-01-21T08:55:25.251948+0000 mgr.smithi144.tlyrca (mgr.14186) 323 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:26.874 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:27.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:27 smithi177 bash[20374]: cluster 2024-01-21T08:55:26.631703+0000 mgr.smithi144.tlyrca (mgr.14186) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:27.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:27 smithi144 bash[16259]: cluster 2024-01-21T08:55:26.631703+0000 mgr.smithi144.tlyrca (mgr.14186) 324 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:29.004 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:28 smithi144 bash[16259]: cluster 2024-01-21T08:55:28.632901+0000 mgr.smithi144.tlyrca (mgr.14186) 325 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:28 smithi177 bash[20374]: cluster 2024-01-21T08:55:28.632901+0000 mgr.smithi144.tlyrca (mgr.14186) 325 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:30.272 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:30.272 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:30.873 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:31.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:30 smithi177 bash[20374]: audit 2024-01-21T08:55:30.258487+0000 mgr.smithi144.tlyrca (mgr.14186) 326 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:31.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:30 smithi177 bash[20374]: cluster 2024-01-21T08:55:30.634193+0000 mgr.smithi144.tlyrca (mgr.14186) 327 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:31.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:30 smithi144 bash[16259]: audit 2024-01-21T08:55:30.258487+0000 mgr.smithi144.tlyrca (mgr.14186) 326 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:31.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:30 smithi144 bash[16259]: cluster 2024-01-21T08:55:30.634193+0000 mgr.smithi144.tlyrca (mgr.14186) 327 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:31.874 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:33.010 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:32 smithi144 bash[16259]: cluster 2024-01-21T08:55:32.635299+0000 mgr.smithi144.tlyrca (mgr.14186) 328 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:32 smithi177 bash[20374]: cluster 2024-01-21T08:55:32.635299+0000 mgr.smithi144.tlyrca (mgr.14186) 328 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:35.133 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:35.133 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:35.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:35 smithi177 bash[20374]: cluster 2024-01-21T08:55:34.636612+0000 mgr.smithi144.tlyrca (mgr.14186) 329 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:35.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:35 smithi144 bash[16259]: cluster 2024-01-21T08:55:34.636612+0000 mgr.smithi144.tlyrca (mgr.14186) 329 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:35.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:36.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:36 smithi144 bash[16259]: audit 2024-01-21T08:55:35.119120+0000 mgr.smithi144.tlyrca (mgr.14186) 330 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:36.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:36 smithi177 bash[20374]: audit 2024-01-21T08:55:35.119120+0000 mgr.smithi144.tlyrca (mgr.14186) 330 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:36.805 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:37.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:37 smithi144 bash[16259]: cluster 2024-01-21T08:55:36.637738+0000 mgr.smithi144.tlyrca (mgr.14186) 331 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:37.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:37 smithi177 bash[20374]: cluster 2024-01-21T08:55:36.637738+0000 mgr.smithi144.tlyrca (mgr.14186) 331 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:39.005 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:38 smithi144 bash[16259]: cluster 2024-01-21T08:55:38.638988+0000 mgr.smithi144.tlyrca (mgr.14186) 332 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:39.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:38 smithi177 bash[20374]: cluster 2024-01-21T08:55:38.638988+0000 mgr.smithi144.tlyrca (mgr.14186) 332 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:40.189 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:40.189 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:40.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:41.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:40 smithi177 bash[20374]: audit 2024-01-21T08:55:40.175474+0000 mgr.smithi144.tlyrca (mgr.14186) 333 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:41.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:40 smithi177 bash[20374]: cluster 2024-01-21T08:55:40.640247+0000 mgr.smithi144.tlyrca (mgr.14186) 334 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:41.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:40 smithi144 bash[16259]: audit 2024-01-21T08:55:40.175474+0000 mgr.smithi144.tlyrca (mgr.14186) 333 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:41.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:40 smithi144 bash[16259]: cluster 2024-01-21T08:55:40.640247+0000 mgr.smithi144.tlyrca (mgr.14186) 334 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:41.766 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:42.967 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:42 smithi144 bash[16259]: cluster 2024-01-21T08:55:42.641390+0000 mgr.smithi144.tlyrca (mgr.14186) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:42 smithi177 bash[20374]: cluster 2024-01-21T08:55:42.641390+0000 mgr.smithi144.tlyrca (mgr.14186) 335 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:44.995 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:44.995 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:45.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:45 smithi177 bash[20374]: cluster 2024-01-21T08:55:44.642975+0000 mgr.smithi144.tlyrca (mgr.14186) 336 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:45.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:45 smithi144 bash[16259]: cluster 2024-01-21T08:55:44.642975+0000 mgr.smithi144.tlyrca (mgr.14186) 336 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:45.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:46.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:46 smithi177 bash[20374]: audit 2024-01-21T08:55:44.985611+0000 mgr.smithi144.tlyrca (mgr.14186) 337 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:46.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:46 smithi144 bash[16259]: audit 2024-01-21T08:55:44.985611+0000 mgr.smithi144.tlyrca (mgr.14186) 337 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:46.600 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:47.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:47 smithi177 bash[20374]: cluster 2024-01-21T08:55:46.643950+0000 mgr.smithi144.tlyrca (mgr.14186) 338 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:47.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:47 smithi144 bash[16259]: cluster 2024-01-21T08:55:46.643950+0000 mgr.smithi144.tlyrca (mgr.14186) 338 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:49.004 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:48 smithi144 bash[16259]: cluster 2024-01-21T08:55:48.645248+0000 mgr.smithi144.tlyrca (mgr.14186) 339 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:49.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:48 smithi177 bash[20374]: cluster 2024-01-21T08:55:48.645248+0000 mgr.smithi144.tlyrca (mgr.14186) 339 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:49.831 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:49.831 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:50.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:51.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:50 smithi177 bash[20374]: audit 2024-01-21T08:55:49.818890+0000 mgr.smithi144.tlyrca (mgr.14186) 340 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:51.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:50 smithi177 bash[20374]: cluster 2024-01-21T08:55:50.646636+0000 mgr.smithi144.tlyrca (mgr.14186) 341 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:51.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:50 smithi144 bash[16259]: audit 2024-01-21T08:55:49.818890+0000 mgr.smithi144.tlyrca (mgr.14186) 340 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:51.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:50 smithi144 bash[16259]: cluster 2024-01-21T08:55:50.646636+0000 mgr.smithi144.tlyrca (mgr.14186) 341 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:51.429 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:52.820 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:52 smithi144 bash[16259]: cluster 2024-01-21T08:55:52.647585+0000 mgr.smithi144.tlyrca (mgr.14186) 342 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:52 smithi177 bash[20374]: cluster 2024-01-21T08:55:52.647585+0000 mgr.smithi144.tlyrca (mgr.14186) 342 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:54.524 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:54.525 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:55.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:55:55.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:55 smithi177 bash[20374]: audit 2024-01-21T08:55:54.509528+0000 mgr.smithi144.tlyrca (mgr.14186) 343 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:55.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:55 smithi177 bash[20374]: cluster 2024-01-21T08:55:54.648409+0000 mgr.smithi144.tlyrca (mgr.14186) 344 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:55.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:55 smithi144 bash[16259]: audit 2024-01-21T08:55:54.509528+0000 mgr.smithi144.tlyrca (mgr.14186) 343 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:55:55.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:55 smithi144 bash[16259]: cluster 2024-01-21T08:55:54.648409+0000 mgr.smithi144.tlyrca (mgr.14186) 344 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:55:56.144 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:55:57.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:56 smithi177 bash[20374]: cluster 2024-01-21T08:55:56.649409+0000 mgr.smithi144.tlyrca (mgr.14186) 345 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:57.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:56 smithi144 bash[16259]: cluster 2024-01-21T08:55:56.649409+0000 mgr.smithi144.tlyrca (mgr.14186) 345 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 3.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:55:59.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:58 smithi144 bash[16259]: cluster 2024-01-21T08:55:57.733759+0000 mon.smithi144 (mon.0) 711 : cluster [DBG] mgrmap e21: smithi144.tlyrca(active, since 7m), standbys: smithi177.vlzzcf 2024-01-21T08:55:59.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:55:58 smithi144 bash[16259]: cluster 2024-01-21T08:55:58.650248+0000 mgr.smithi144.tlyrca (mgr.14186) 346 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:55:59.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:58 smithi177 bash[20374]: cluster 2024-01-21T08:55:57.733759+0000 mon.smithi144 (mon.0) 711 : cluster [DBG] mgrmap e21: smithi144.tlyrca(active, since 7m), standbys: smithi177.vlzzcf 2024-01-21T08:55:59.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:55:58 smithi177 bash[20374]: cluster 2024-01-21T08:55:58.650248+0000 mgr.smithi144.tlyrca (mgr.14186) 346 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:55:59.229 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:55:59.229 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:55:59.834 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:00.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:00 smithi144 bash[16259]: audit 2024-01-21T08:55:59.215115+0000 mgr.smithi144.tlyrca (mgr.14186) 347 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:00.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:00 smithi177 bash[20374]: audit 2024-01-21T08:55:59.215115+0000 mgr.smithi144.tlyrca (mgr.14186) 347 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:00.834 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:01.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:01 smithi144 bash[16259]: cluster 2024-01-21T08:56:00.651490+0000 mgr.smithi144.tlyrca (mgr.14186) 348 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:01.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:01 smithi177 bash[20374]: cluster 2024-01-21T08:56:00.651490+0000 mgr.smithi144.tlyrca (mgr.14186) 348 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:02 smithi177 bash[20374]: cluster 2024-01-21T08:56:02.652394+0000 mgr.smithi144.tlyrca (mgr.14186) 349 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:03.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:02 smithi144 bash[16259]: cluster 2024-01-21T08:56:02.652394+0000 mgr.smithi144.tlyrca (mgr.14186) 349 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:03.959 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:03.959 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:04.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:05.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:05 smithi177 bash[20374]: audit 2024-01-21T08:56:03.951287+0000 mgr.smithi144.tlyrca (mgr.14186) 350 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:05.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:05 smithi177 bash[20374]: cluster 2024-01-21T08:56:04.653722+0000 mgr.smithi144.tlyrca (mgr.14186) 351 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:05.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:05 smithi144 bash[16259]: audit 2024-01-21T08:56:03.951287+0000 mgr.smithi144.tlyrca (mgr.14186) 350 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:05.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:05 smithi144 bash[16259]: cluster 2024-01-21T08:56:04.653722+0000 mgr.smithi144.tlyrca (mgr.14186) 351 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:05.521 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:06.901 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:06 smithi144 bash[16259]: cluster 2024-01-21T08:56:06.655184+0000 mgr.smithi144.tlyrca (mgr.14186) 352 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:07.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:06 smithi177 bash[20374]: cluster 2024-01-21T08:56:06.655184+0000 mgr.smithi144.tlyrca (mgr.14186) 352 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:08.562 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:08.562 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:08.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:08 smithi144 bash[16259]: audit 2024-01-21T08:56:08.549512+0000 mgr.smithi144.tlyrca (mgr.14186) 353 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:08.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:08 smithi144 bash[16259]: cluster 2024-01-21T08:56:08.655979+0000 mgr.smithi144.tlyrca (mgr.14186) 354 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:08 smithi177 bash[20374]: audit 2024-01-21T08:56:08.549512+0000 mgr.smithi144.tlyrca (mgr.14186) 353 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:08 smithi177 bash[20374]: cluster 2024-01-21T08:56:08.655979+0000 mgr.smithi144.tlyrca (mgr.14186) 354 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-01-21T08:56:09.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:10.137 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:11.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:10 smithi177 bash[20374]: cluster 2024-01-21T08:56:10.657065+0000 mgr.smithi144.tlyrca (mgr.14186) 355 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:11.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:10 smithi144 bash[16259]: cluster 2024-01-21T08:56:10.657065+0000 mgr.smithi144.tlyrca (mgr.14186) 355 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:12 smithi144 bash[16259]: audit 2024-01-21T08:56:12.625300+0000 mon.smithi144 (mon.0) 712 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:56:12.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:12 smithi144 bash[16259]: cluster 2024-01-21T08:56:12.657746+0000 mgr.smithi144.tlyrca (mgr.14186) 356 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:13.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:12 smithi177 bash[20374]: audit 2024-01-21T08:56:12.625300+0000 mon.smithi144 (mon.0) 712 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:56:13.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:12 smithi177 bash[20374]: cluster 2024-01-21T08:56:12.657746+0000 mgr.smithi144.tlyrca (mgr.14186) 356 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:13.226 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:13.226 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:13.993 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:13 smithi144 bash[16259]: audit 2024-01-21T08:56:13.210729+0000 mgr.smithi144.tlyrca (mgr.14186) 357 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:13.994 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:13 smithi177 bash[20374]: audit 2024-01-21T08:56:13.210729+0000 mgr.smithi144.tlyrca (mgr.14186) 357 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:14.995 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:15.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:15 smithi177 bash[20374]: cluster 2024-01-21T08:56:14.659031+0000 mgr.smithi144.tlyrca (mgr.14186) 358 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:56:15.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:15 smithi144 bash[16259]: cluster 2024-01-21T08:56:14.659031+0000 mgr.smithi144.tlyrca (mgr.14186) 358 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:56:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:16 smithi177 bash[20374]: cluster 2024-01-21T08:56:16.660110+0000 mgr.smithi144.tlyrca (mgr.14186) 359 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:17.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:16 smithi144 bash[16259]: cluster 2024-01-21T08:56:16.660110+0000 mgr.smithi144.tlyrca (mgr.14186) 359 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:18.182 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:18.182 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:55:04.712975Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:55:03.082914Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:55:04.713183Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:54:57.180593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.nsxpuf on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:55:03.085254Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:55:03.083279Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:55:03.083540Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:55:04.713920Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:55:03.083786Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:55:03.084270Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:55:03.084029Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:18.861 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:19.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:18.174656+0000 mgr.smithi144.tlyrca (mgr.14186) 360 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:19.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:18.552233+0000 mon.smithi144 (mon.0) 713 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:19.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: cluster 2024-01-21T08:56:18.660881+0000 mgr.smithi144.tlyrca (mgr.14186) 361 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:18.857383+0000 mon.smithi144 (mon.0) 714 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:19.134332+0000 mon.smithi144 (mon.0) 715 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:56:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:19.135793+0000 mon.smithi144 (mon.0) 716 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:56:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:19.144710+0000 mon.smithi144 (mon.0) 717 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:19.154003+0000 mon.smithi144 (mon.0) 718 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:56:19.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:19 smithi177 bash[20374]: audit 2024-01-21T08:56:19.173443+0000 mon.smithi144 (mon.0) 719 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:19.861 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:19.873 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:18.174656+0000 mgr.smithi144.tlyrca (mgr.14186) 360 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:19.873 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:18.552233+0000 mon.smithi144 (mon.0) 713 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:19.873 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: cluster 2024-01-21T08:56:18.660881+0000 mgr.smithi144.tlyrca (mgr.14186) 361 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:19.874 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:18.857383+0000 mon.smithi144 (mon.0) 714 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:19.874 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:19.134332+0000 mon.smithi144 (mon.0) 715 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:56:19.874 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:19.135793+0000 mon.smithi144 (mon.0) 716 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:56:19.874 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:19.144710+0000 mon.smithi144 (mon.0) 717 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:19.874 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:19.154003+0000 mon.smithi144 (mon.0) 718 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:56:19.874 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:19 smithi144 bash[16259]: audit 2024-01-21T08:56:19.173443+0000 mon.smithi144 (mon.0) 719 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:20.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:20 smithi177 bash[20374]: cluster 2024-01-21T08:56:19.145553+0000 mgr.smithi144.tlyrca (mgr.14186) 362 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T08:56:20.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:20 smithi177 bash[20374]: cephadm 2024-01-21T08:56:19.177086+0000 mgr.smithi144.tlyrca (mgr.14186) 363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.dnidlg on smithi177 2024-01-21T08:56:20.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:20 smithi177 bash[20374]: cluster 2024-01-21T08:56:19.550219+0000 mon.smithi144 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:56:20.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:20 smithi177 bash[20374]: cluster 2024-01-21T08:56:19.550293+0000 mon.smithi144 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-01-21T08:56:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:20 smithi144 bash[16259]: cluster 2024-01-21T08:56:19.145553+0000 mgr.smithi144.tlyrca (mgr.14186) 362 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T08:56:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:20 smithi144 bash[16259]: cephadm 2024-01-21T08:56:19.177086+0000 mgr.smithi144.tlyrca (mgr.14186) 363 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.dnidlg on smithi177 2024-01-21T08:56:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:20 smithi144 bash[16259]: cluster 2024-01-21T08:56:19.550219+0000 mon.smithi144 (mon.0) 720 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:56:20.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:20 smithi144 bash[16259]: cluster 2024-01-21T08:56:19.550293+0000 mon.smithi144 (mon.0) 721 : cluster [INF] Cluster is now healthy 2024-01-21T08:56:22.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:22 smithi177 bash[20374]: cluster 2024-01-21T08:56:21.146493+0000 mgr.smithi144.tlyrca (mgr.14186) 364 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T08:56:22.934 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:22 smithi144 bash[16259]: cluster 2024-01-21T08:56:21.146493+0000 mgr.smithi144.tlyrca (mgr.14186) 364 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T08:56:23.021 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:23.021 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:08.807441Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lmljyu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lmljyu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lmljyu\nDeploy daemon haproxy.nfs.foo.smithi177.lmljyu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.612766Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.npeosm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-npeosm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.npeosm\nDeploy daemon haproxy.nfs.foo.smithi144.npeosm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:55:12.617216Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yohfxg on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:23.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:23 smithi177 bash[20374]: audit 2024-01-21T08:56:22.933309+0000 mon.smithi144 (mon.0) 722 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.dnidlg"}]: dispatch 2024-01-21T08:56:23.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:23 smithi144 bash[16259]: audit 2024-01-21T08:56:22.933309+0000 mon.smithi144 (mon.0) 722 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.dnidlg"}]: dispatch 2024-01-21T08:56:24.699 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: cephadm 2024-01-21T08:56:22.932200+0000 mgr.smithi144.tlyrca (mgr.14186) 365 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.dnidlg ... 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.dnidlg ... 2024-01-21T08:56:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: cephadm 2024-01-21T08:56:22.932664+0000 mgr.smithi144.tlyrca (mgr.14186) 366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: cephadm 2024-01-21T08:56:22.934878+0000 mgr.smithi144.tlyrca (mgr.14186) 367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.dnidlg ... 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: cephadm 2024-01-21T08:56:22.939796+0000 mgr.smithi144.tlyrca (mgr.14186) 368 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.xcfnmr on smithi144 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: audit 2024-01-21T08:56:23.009545+0000 mgr.smithi144.tlyrca (mgr.14186) 369 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: cluster 2024-01-21T08:56:23.147166+0000 mgr.smithi144.tlyrca (mgr.14186) 370 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-01-21T08:56:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:24 smithi177 bash[20374]: audit 2024-01-21T08:56:24.280954+0000 mon.smithi144 (mon.0) 723 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:24.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: cephadm 2024-01-21T08:56:22.932200+0000 mgr.smithi144.tlyrca (mgr.14186) 365 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:24.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.dnidlg ... 2024-01-21T08:56:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:56:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:56:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:56:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:56:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:56:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.dnidlg ... 2024-01-21T08:56:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: cephadm 2024-01-21T08:56:22.932664+0000 mgr.smithi144.tlyrca (mgr.14186) 366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: cephadm 2024-01-21T08:56:22.934878+0000 mgr.smithi144.tlyrca (mgr.14186) 367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg 2024-01-21T08:56:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.dnidlg ... 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: cephadm 2024-01-21T08:56:22.939796+0000 mgr.smithi144.tlyrca (mgr.14186) 368 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.xcfnmr on smithi144 2024-01-21T08:56:24.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: audit 2024-01-21T08:56:23.009545+0000 mgr.smithi144.tlyrca (mgr.14186) 369 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:24.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: cluster 2024-01-21T08:56:23.147166+0000 mgr.smithi144.tlyrca (mgr.14186) 370 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2024-01-21T08:56:24.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:24 smithi144 bash[16259]: audit 2024-01-21T08:56:24.280954+0000 mon.smithi144 (mon.0) 723 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:26.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:26 smithi177 bash[20374]: cluster 2024-01-21T08:56:25.147894+0000 mgr.smithi144.tlyrca (mgr.14186) 371 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T08:56:26.879 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:26 smithi144 bash[16259]: cluster 2024-01-21T08:56:25.147894+0000 mgr.smithi144.tlyrca (mgr.14186) 371 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T08:56:27.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:27 smithi144 bash[16259]: audit 2024-01-21T08:56:27.029162+0000 mon.smithi144 (mon.0) 724 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.xcfnmr"}]: dispatch 2024-01-21T08:56:28.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:27 smithi177 bash[20374]: audit 2024-01-21T08:56:27.029162+0000 mon.smithi144 (mon.0) 724 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.xcfnmr"}]: dispatch 2024-01-21T08:56:28.121 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:28.122 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:28.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: cephadm 2024-01-21T08:56:27.027881+0000 mgr.smithi144.tlyrca (mgr.14186) 372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.xcfnmr ... 2024-01-21T08:56:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.xcfnmr ... 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: cephadm 2024-01-21T08:56:27.028475+0000 mgr.smithi144.tlyrca (mgr.14186) 373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: cephadm 2024-01-21T08:56:27.030552+0000 mgr.smithi144.tlyrca (mgr.14186) 374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:56:28.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.xcfnmr ... 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: cephadm 2024-01-21T08:56:27.035069+0000 mgr.smithi144.tlyrca (mgr.14186) 375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: cephadm 2024-01-21T08:56:27.038175+0000 mgr.smithi144.tlyrca (mgr.14186) 376 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: cluster 2024-01-21T08:56:27.039223+0000 mgr.smithi144.tlyrca (mgr.14186) 377 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:56:28.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:28 smithi144 bash[16259]: cluster 2024-01-21T08:56:27.585329+0000 mon.smithi144 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:56:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: cephadm 2024-01-21T08:56:27.027881+0000 mgr.smithi144.tlyrca (mgr.14186) 372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.xcfnmr ... 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:56:29.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.xcfnmr ... 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:29.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: cephadm 2024-01-21T08:56:27.028475+0000 mgr.smithi144.tlyrca (mgr.14186) 373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: cephadm 2024-01-21T08:56:27.030552+0000 mgr.smithi144.tlyrca (mgr.14186) 374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.xcfnmr ... 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:56:29.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:56:29.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:56:29.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: cephadm 2024-01-21T08:56:27.035069+0000 mgr.smithi144.tlyrca (mgr.14186) 375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:56:29.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: cephadm 2024-01-21T08:56:27.038175+0000 mgr.smithi144.tlyrca (mgr.14186) 376 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:56:29.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: cluster 2024-01-21T08:56:27.039223+0000 mgr.smithi144.tlyrca (mgr.14186) 377 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:56:29.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:28 smithi177 bash[20374]: cluster 2024-01-21T08:56:27.585329+0000 mon.smithi144 (mon.0) 725 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:56:29.742 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:29.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:29 smithi144 bash[16259]: audit 2024-01-21T08:56:28.108543+0000 mgr.smithi144.tlyrca (mgr.14186) 378 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:30.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:29 smithi177 bash[20374]: audit 2024-01-21T08:56:28.108543+0000 mgr.smithi144.tlyrca (mgr.14186) 378 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:30.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:30 smithi144 bash[16259]: cluster 2024-01-21T08:56:29.040326+0000 mgr.smithi144.tlyrca (mgr.14186) 379 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:56:31.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:30 smithi177 bash[20374]: cluster 2024-01-21T08:56:29.040326+0000 mgr.smithi144.tlyrca (mgr.14186) 379 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 98 B/s rd, 0 op/s 2024-01-21T08:56:32.940 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:32.940 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:32.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:32 smithi144 bash[16259]: cluster 2024-01-21T08:56:31.041576+0000 mgr.smithi144.tlyrca (mgr.14186) 380 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:56:32.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:32 smithi144 bash[16259]: audit 2024-01-21T08:56:31.719425+0000 mon.smithi144 (mon.0) 726 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:32 smithi177 bash[20374]: cluster 2024-01-21T08:56:31.041576+0000 mgr.smithi144.tlyrca (mgr.14186) 380 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:56:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:32 smithi177 bash[20374]: audit 2024-01-21T08:56:31.719425+0000 mon.smithi144 (mon.0) 726 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:33.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:34.549 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:34.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:34 smithi144 bash[16259]: audit 2024-01-21T08:56:32.926290+0000 mgr.smithi144.tlyrca (mgr.14186) 381 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:34.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:34 smithi144 bash[16259]: cluster 2024-01-21T08:56:33.042786+0000 mgr.smithi144.tlyrca (mgr.14186) 382 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-21T08:56:35.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:34 smithi177 bash[20374]: audit 2024-01-21T08:56:32.926290+0000 mgr.smithi144.tlyrca (mgr.14186) 381 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:35.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:34 smithi177 bash[20374]: cluster 2024-01-21T08:56:33.042786+0000 mgr.smithi144.tlyrca (mgr.14186) 382 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-01-21T08:56:36.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:36 smithi144 bash[16259]: cluster 2024-01-21T08:56:35.044124+0000 mgr.smithi144.tlyrca (mgr.14186) 383 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:56:37.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:36 smithi177 bash[20374]: cluster 2024-01-21T08:56:35.044124+0000 mgr.smithi144.tlyrca (mgr.14186) 383 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:56:37.724 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:37.724 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:38.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:38.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:38 smithi144 bash[16259]: cluster 2024-01-21T08:56:37.045144+0000 mgr.smithi144.tlyrca (mgr.14186) 384 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:56:39.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:38 smithi177 bash[20374]: cluster 2024-01-21T08:56:37.045144+0000 mgr.smithi144.tlyrca (mgr.14186) 384 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:56:39.342 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:39.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:39 smithi144 bash[16259]: audit 2024-01-21T08:56:37.714116+0000 mgr.smithi144.tlyrca (mgr.14186) 385 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:39.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:39 smithi144 bash[16259]: audit 2024-01-21T08:56:39.281426+0000 mon.smithi144 (mon.0) 727 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:40.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:39 smithi177 bash[20374]: audit 2024-01-21T08:56:37.714116+0000 mgr.smithi144.tlyrca (mgr.14186) 385 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:40.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:39 smithi177 bash[20374]: audit 2024-01-21T08:56:39.281426+0000 mon.smithi144 (mon.0) 727 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:56:40.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:40 smithi144 bash[16259]: cluster 2024-01-21T08:56:39.046381+0000 mgr.smithi144.tlyrca (mgr.14186) 386 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:41.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:40 smithi177 bash[20374]: cluster 2024-01-21T08:56:39.046381+0000 mgr.smithi144.tlyrca (mgr.14186) 386 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:42.496 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:42.496 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:42.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:42 smithi144 bash[16259]: cluster 2024-01-21T08:56:41.047555+0000 mgr.smithi144.tlyrca (mgr.14186) 387 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:42 smithi177 bash[20374]: cluster 2024-01-21T08:56:41.047555+0000 mgr.smithi144.tlyrca (mgr.14186) 387 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:43.160 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:43.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:43 smithi144 bash[16259]: audit 2024-01-21T08:56:42.487425+0000 mgr.smithi144.tlyrca (mgr.14186) 388 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:44.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:43 smithi177 bash[20374]: audit 2024-01-21T08:56:42.487425+0000 mgr.smithi144.tlyrca (mgr.14186) 388 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:44.161 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:44.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:44 smithi144 bash[16259]: cluster 2024-01-21T08:56:43.048740+0000 mgr.smithi144.tlyrca (mgr.14186) 389 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:56:45.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:44 smithi177 bash[20374]: cluster 2024-01-21T08:56:43.048740+0000 mgr.smithi144.tlyrca (mgr.14186) 389 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:56:46.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:46 smithi144 bash[16259]: cluster 2024-01-21T08:56:45.050049+0000 mgr.smithi144.tlyrca (mgr.14186) 390 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:47.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:46 smithi177 bash[20374]: cluster 2024-01-21T08:56:45.050049+0000 mgr.smithi144.tlyrca (mgr.14186) 390 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:47.426 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:47.426 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:48.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:48.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:48 smithi144 bash[16259]: cluster 2024-01-21T08:56:47.051182+0000 mgr.smithi144.tlyrca (mgr.14186) 391 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:48.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:48 smithi144 bash[16259]: audit 2024-01-21T08:56:47.416312+0000 mgr.smithi144.tlyrca (mgr.14186) 392 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:49.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:48 smithi177 bash[20374]: cluster 2024-01-21T08:56:47.051182+0000 mgr.smithi144.tlyrca (mgr.14186) 391 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:49.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:48 smithi177 bash[20374]: audit 2024-01-21T08:56:47.416312+0000 mgr.smithi144.tlyrca (mgr.14186) 392 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:49.133 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:50.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:50 smithi177 bash[20374]: cluster 2024-01-21T08:56:49.052337+0000 mgr.smithi144.tlyrca (mgr.14186) 393 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:50.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:50 smithi144 bash[16259]: cluster 2024-01-21T08:56:49.052337+0000 mgr.smithi144.tlyrca (mgr.14186) 393 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:52.228 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:52.228 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:52.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:52 smithi144 bash[16259]: cluster 2024-01-21T08:56:51.053177+0000 mgr.smithi144.tlyrca (mgr.14186) 394 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:52.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:52 smithi177 bash[20374]: cluster 2024-01-21T08:56:51.053177+0000 mgr.smithi144.tlyrca (mgr.14186) 394 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:52.864 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:53.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:53 smithi144 bash[16259]: audit 2024-01-21T08:56:52.220268+0000 mgr.smithi144.tlyrca (mgr.14186) 395 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:53.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:53 smithi177 bash[20374]: audit 2024-01-21T08:56:52.220268+0000 mgr.smithi144.tlyrca (mgr.14186) 395 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:53.865 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:56:54.190 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:54 smithi144 bash[16259]: cluster 2024-01-21T08:56:53.054534+0000 mgr.smithi144.tlyrca (mgr.14186) 396 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:56:54.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:54 smithi177 bash[20374]: cluster 2024-01-21T08:56:53.054534+0000 mgr.smithi144.tlyrca (mgr.14186) 396 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:56:56.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:56 smithi144 bash[16259]: cluster 2024-01-21T08:56:55.055889+0000 mgr.smithi144.tlyrca (mgr.14186) 397 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:56.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:56 smithi177 bash[20374]: cluster 2024-01-21T08:56:55.055889+0000 mgr.smithi144.tlyrca (mgr.14186) 397 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:57.278 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:56:57.279 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:56:57.880 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:56:58.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:58 smithi144 bash[16259]: cluster 2024-01-21T08:56:57.056582+0000 mgr.smithi144.tlyrca (mgr.14186) 398 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:58.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:56:58 smithi144 bash[16259]: audit 2024-01-21T08:56:57.262876+0000 mgr.smithi144.tlyrca (mgr.14186) 399 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:58.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:58 smithi177 bash[20374]: cluster 2024-01-21T08:56:57.056582+0000 mgr.smithi144.tlyrca (mgr.14186) 398 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:56:58.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:56:58 smithi177 bash[20374]: audit 2024-01-21T08:56:57.262876+0000 mgr.smithi144.tlyrca (mgr.14186) 399 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:56:58.881 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:00.284 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:00 smithi144 bash[16259]: cluster 2024-01-21T08:56:59.057665+0000 mgr.smithi144.tlyrca (mgr.14186) 400 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:00.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:00 smithi177 bash[20374]: cluster 2024-01-21T08:56:59.057665+0000 mgr.smithi144.tlyrca (mgr.14186) 400 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:02.059 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:02.059 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:02.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:02 smithi144 bash[16259]: cluster 2024-01-21T08:57:01.058791+0000 mgr.smithi144.tlyrca (mgr.14186) 401 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:02.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:02 smithi177 bash[20374]: cluster 2024-01-21T08:57:01.058791+0000 mgr.smithi144.tlyrca (mgr.14186) 401 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:02.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:03.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:03 smithi144 bash[16259]: audit 2024-01-21T08:57:02.042897+0000 mgr.smithi144.tlyrca (mgr.14186) 402 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:03.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:03 smithi177 bash[20374]: audit 2024-01-21T08:57:02.042897+0000 mgr.smithi144.tlyrca (mgr.14186) 402 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:03.695 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:04.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:04 smithi144 bash[16259]: cluster 2024-01-21T08:57:03.059969+0000 mgr.smithi144.tlyrca (mgr.14186) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:04.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:04 smithi177 bash[20374]: cluster 2024-01-21T08:57:03.059969+0000 mgr.smithi144.tlyrca (mgr.14186) 403 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:06.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:06 smithi144 bash[16259]: cluster 2024-01-21T08:57:05.061387+0000 mgr.smithi144.tlyrca (mgr.14186) 404 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:06.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:06 smithi177 bash[20374]: cluster 2024-01-21T08:57:05.061387+0000 mgr.smithi144.tlyrca (mgr.14186) 404 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:06.900 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:06.900 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:07.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:08.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:08 smithi144 bash[16259]: audit 2024-01-21T08:57:06.887561+0000 mgr.smithi144.tlyrca (mgr.14186) 405 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:08.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:08 smithi144 bash[16259]: cluster 2024-01-21T08:57:07.062448+0000 mgr.smithi144.tlyrca (mgr.14186) 406 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:08.579 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:08.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:08 smithi177 bash[20374]: audit 2024-01-21T08:57:06.887561+0000 mgr.smithi144.tlyrca (mgr.14186) 405 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:08.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:08 smithi177 bash[20374]: cluster 2024-01-21T08:57:07.062448+0000 mgr.smithi144.tlyrca (mgr.14186) 406 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:10.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:10 smithi177 bash[20374]: cluster 2024-01-21T08:57:09.063262+0000 mgr.smithi144.tlyrca (mgr.14186) 407 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:10.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:10 smithi144 bash[16259]: cluster 2024-01-21T08:57:09.063262+0000 mgr.smithi144.tlyrca (mgr.14186) 407 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:11.814 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:11.814 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:12.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:12.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:12 smithi144 bash[16259]: cluster 2024-01-21T08:57:11.064558+0000 mgr.smithi144.tlyrca (mgr.14186) 408 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:12.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:12 smithi177 bash[20374]: cluster 2024-01-21T08:57:11.064558+0000 mgr.smithi144.tlyrca (mgr.14186) 408 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:13.371 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:13.384 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:13 smithi144 bash[16259]: audit 2024-01-21T08:57:11.806263+0000 mgr.smithi144.tlyrca (mgr.14186) 409 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:13.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:13 smithi177 bash[20374]: audit 2024-01-21T08:57:11.806263+0000 mgr.smithi144.tlyrca (mgr.14186) 409 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:14.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:14 smithi144 bash[16259]: cluster 2024-01-21T08:57:13.065784+0000 mgr.smithi144.tlyrca (mgr.14186) 410 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:14.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:14 smithi177 bash[20374]: cluster 2024-01-21T08:57:13.065784+0000 mgr.smithi144.tlyrca (mgr.14186) 410 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:16.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:16 smithi144 bash[16259]: cluster 2024-01-21T08:57:15.067045+0000 mgr.smithi144.tlyrca (mgr.14186) 411 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:16.560 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:16.560 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:16.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:16 smithi177 bash[20374]: cluster 2024-01-21T08:57:15.067045+0000 mgr.smithi144.tlyrca (mgr.14186) 411 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:17.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:17.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:17 smithi144 bash[16259]: audit 2024-01-21T08:57:16.545515+0000 mgr.smithi144.tlyrca (mgr.14186) 412 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:17.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:17 smithi177 bash[20374]: audit 2024-01-21T08:57:16.545515+0000 mgr.smithi144.tlyrca (mgr.14186) 412 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:18.176 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:18.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:18 smithi144 bash[16259]: cluster 2024-01-21T08:57:17.067941+0000 mgr.smithi144.tlyrca (mgr.14186) 413 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:18.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:18 smithi177 bash[20374]: cluster 2024-01-21T08:57:17.067941+0000 mgr.smithi144.tlyrca (mgr.14186) 413 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:20.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:20 smithi177 bash[20374]: cluster 2024-01-21T08:57:19.068578+0000 mgr.smithi144.tlyrca (mgr.14186) 414 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:20.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:20 smithi144 bash[16259]: cluster 2024-01-21T08:57:19.068578+0000 mgr.smithi144.tlyrca (mgr.14186) 414 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:21.385 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:21.385 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:21.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:22.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:22 smithi144 bash[16259]: cluster 2024-01-21T08:57:21.069505+0000 mgr.smithi144.tlyrca (mgr.14186) 415 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:22.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:22 smithi144 bash[16259]: audit 2024-01-21T08:57:21.376562+0000 mgr.smithi144.tlyrca (mgr.14186) 416 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:22.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:22 smithi177 bash[20374]: cluster 2024-01-21T08:57:21.069505+0000 mgr.smithi144.tlyrca (mgr.14186) 415 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:22.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:22 smithi177 bash[20374]: audit 2024-01-21T08:57:21.376562+0000 mgr.smithi144.tlyrca (mgr.14186) 416 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:22.978 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:24.315 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:24 smithi144 bash[16259]: cluster 2024-01-21T08:57:23.070637+0000 mgr.smithi144.tlyrca (mgr.14186) 417 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:24.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:24 smithi177 bash[20374]: cluster 2024-01-21T08:57:23.070637+0000 mgr.smithi144.tlyrca (mgr.14186) 417 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:26.001 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:26.001 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:26.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:26 smithi144 bash[16259]: cluster 2024-01-21T08:57:25.071504+0000 mgr.smithi144.tlyrca (mgr.14186) 418 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:26.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:26 smithi177 bash[20374]: cluster 2024-01-21T08:57:25.071504+0000 mgr.smithi144.tlyrca (mgr.14186) 418 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:26.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:27.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:27 smithi144 bash[16259]: audit 2024-01-21T08:57:25.986147+0000 mgr.smithi144.tlyrca (mgr.14186) 419 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:27.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:27 smithi144 bash[16259]: audit 2024-01-21T08:57:27.042156+0000 mon.smithi144 (mon.0) 728 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:57:27.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:27 smithi177 bash[20374]: audit 2024-01-21T08:57:25.986147+0000 mgr.smithi144.tlyrca (mgr.14186) 419 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:27.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:27 smithi177 bash[20374]: audit 2024-01-21T08:57:27.042156+0000 mon.smithi144 (mon.0) 728 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:57:27.686 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:28.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:28 smithi144 bash[16259]: cluster 2024-01-21T08:57:27.072857+0000 mgr.smithi144.tlyrca (mgr.14186) 420 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:28.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:28 smithi144 bash[16259]: audit 2024-01-21T08:57:27.350469+0000 mon.smithi144 (mon.0) 729 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:28 smithi177 bash[20374]: cluster 2024-01-21T08:57:27.072857+0000 mgr.smithi144.tlyrca (mgr.14186) 420 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:28 smithi177 bash[20374]: audit 2024-01-21T08:57:27.350469+0000 mon.smithi144 (mon.0) 729 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:30.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:30 smithi177 bash[20374]: cluster 2024-01-21T08:57:29.073706+0000 mgr.smithi144.tlyrca (mgr.14186) 421 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:30.349 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:30 smithi144 bash[16259]: cluster 2024-01-21T08:57:29.073706+0000 mgr.smithi144.tlyrca (mgr.14186) 421 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:30.778 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:30.778 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.539418Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.542268Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.539875Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.540229Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.540569Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.541250Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:56:18.540899Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:31.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:32 smithi144 bash[16259]: audit 2024-01-21T08:57:30.764876+0000 mgr.smithi144.tlyrca (mgr.14186) 422 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:32.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:32 smithi144 bash[16259]: cluster 2024-01-21T08:57:31.074783+0000 mgr.smithi144.tlyrca (mgr.14186) 423 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:32.442 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:32 smithi177 bash[20374]: audit 2024-01-21T08:57:30.764876+0000 mgr.smithi144.tlyrca (mgr.14186) 422 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:32 smithi177 bash[20374]: cluster 2024-01-21T08:57:31.074783+0000 mgr.smithi144.tlyrca (mgr.14186) 423 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: audit 2024-01-21T08:57:32.990856+0000 mon.smithi144 (mon.0) 730 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: cluster 2024-01-21T08:57:33.076044+0000 mgr.smithi144.tlyrca (mgr.14186) 424 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: audit 2024-01-21T08:57:33.284234+0000 mon.smithi144 (mon.0) 731 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: audit 2024-01-21T08:57:33.286123+0000 mon.smithi144 (mon.0) 732 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: audit 2024-01-21T08:57:33.294399+0000 mon.smithi144 (mon.0) 733 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: cluster 2024-01-21T08:57:33.295361+0000 mgr.smithi144.tlyrca (mgr.14186) 425 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: audit 2024-01-21T08:57:33.302111+0000 mon.smithi144 (mon.0) 734 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: audit 2024-01-21T08:57:33.318885+0000 mon.smithi144 (mon.0) 735 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:33 smithi144 bash[16259]: cephadm 2024-01-21T08:57:33.325639+0000 mgr.smithi144.tlyrca (mgr.14186) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.frclro on smithi177 2024-01-21T08:57:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: audit 2024-01-21T08:57:32.990856+0000 mon.smithi144 (mon.0) 730 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: cluster 2024-01-21T08:57:33.076044+0000 mgr.smithi144.tlyrca (mgr.14186) 424 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: audit 2024-01-21T08:57:33.284234+0000 mon.smithi144 (mon.0) 731 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:57:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: audit 2024-01-21T08:57:33.286123+0000 mon.smithi144 (mon.0) 732 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:57:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: audit 2024-01-21T08:57:33.294399+0000 mon.smithi144 (mon.0) 733 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: cluster 2024-01-21T08:57:33.295361+0000 mgr.smithi144.tlyrca (mgr.14186) 425 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: audit 2024-01-21T08:57:33.302111+0000 mon.smithi144 (mon.0) 734 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:57:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: audit 2024-01-21T08:57:33.318885+0000 mon.smithi144 (mon.0) 735 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:33 smithi177 bash[20374]: cephadm 2024-01-21T08:57:33.325639+0000 mgr.smithi144.tlyrca (mgr.14186) 426 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.frclro on smithi177 2024-01-21T08:57:35.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:34 smithi177 bash[20374]: cluster 2024-01-21T08:57:33.987699+0000 mon.smithi144 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:57:35.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:34 smithi177 bash[20374]: cluster 2024-01-21T08:57:33.987776+0000 mon.smithi144 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-01-21T08:57:35.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:34 smithi144 bash[16259]: cluster 2024-01-21T08:57:33.987699+0000 mon.smithi144 (mon.0) 736 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:57:35.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:34 smithi144 bash[16259]: cluster 2024-01-21T08:57:33.987776+0000 mon.smithi144 (mon.0) 737 : cluster [INF] Cluster is now healthy 2024-01-21T08:57:35.585 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:35.585 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:55:12.621376Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qlpkvo on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:36.146 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:36.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:36 smithi177 bash[20374]: cluster 2024-01-21T08:57:35.296405+0000 mgr.smithi144.tlyrca (mgr.14186) 427 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:36.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:36 smithi177 bash[20374]: audit 2024-01-21T08:57:35.570743+0000 mgr.smithi144.tlyrca (mgr.14186) 428 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:36.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:36 smithi144 bash[16259]: cluster 2024-01-21T08:57:35.296405+0000 mgr.smithi144.tlyrca (mgr.14186) 427 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:36.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:36 smithi144 bash[16259]: audit 2024-01-21T08:57:35.570743+0000 mgr.smithi144.tlyrca (mgr.14186) 428 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:37.147 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:37.440 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:37 smithi144 bash[16259]: audit 2024-01-21T08:57:37.187101+0000 mon.smithi144 (mon.0) 738 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.frclro"}]: dispatch 2024-01-21T08:57:37.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:37 smithi177 bash[20374]: audit 2024-01-21T08:57:37.187101+0000 mon.smithi144 (mon.0) 738 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.frclro"}]: dispatch 2024-01-21T08:57:38.586 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: cephadm 2024-01-21T08:57:37.185469+0000 mgr.smithi144.tlyrca (mgr.14186) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.586 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.frclro ... 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:57:38.587 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.frclro ... 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:38.588 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: cephadm 2024-01-21T08:57:37.186240+0000 mgr.smithi144.tlyrca (mgr.14186) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: cephadm 2024-01-21T08:57:37.188929+0000 mgr.smithi144.tlyrca (mgr.14186) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.frclro ... 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:38.589 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: cephadm 2024-01-21T08:57:37.194042+0000 mgr.smithi144.tlyrca (mgr.14186) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.yxuicu on smithi144 2024-01-21T08:57:38.590 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:38 smithi144 bash[16259]: cluster 2024-01-21T08:57:37.297276+0000 mgr.smithi144.tlyrca (mgr.14186) 433 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: cephadm 2024-01-21T08:57:37.185469+0000 mgr.smithi144.tlyrca (mgr.14186) 429 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.frclro ... 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.frclro ... 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:38.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: cephadm 2024-01-21T08:57:37.186240+0000 mgr.smithi144.tlyrca (mgr.14186) 430 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: cephadm 2024-01-21T08:57:37.188929+0000 mgr.smithi144.tlyrca (mgr.14186) 431 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.frclro ... 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:38.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: cephadm 2024-01-21T08:57:37.194042+0000 mgr.smithi144.tlyrca (mgr.14186) 432 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.yxuicu on smithi144 2024-01-21T08:57:38.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:38 smithi177 bash[20374]: cluster 2024-01-21T08:57:37.297276+0000 mgr.smithi144.tlyrca (mgr.14186) 433 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:40.450 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:40.450 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:22.934610Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.dnidlg on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-dnidlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.dnidlg\nDeploy daemon haproxy.nfs.foo.smithi177.dnidlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.030300Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xcfnmr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xcfnmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xcfnmr\nDeploy daemon haproxy.nfs.foo.smithi144.xcfnmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:56:27.034825Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vdxdzr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:40 smithi177 bash[20374]: audit 2024-01-21T08:57:39.282411+0000 mon.smithi144 (mon.0) 739 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:40 smithi177 bash[20374]: cluster 2024-01-21T08:57:39.299124+0000 mgr.smithi144.tlyrca (mgr.14186) 434 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:40.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:40 smithi144 bash[16259]: audit 2024-01-21T08:57:39.282411+0000 mon.smithi144 (mon.0) 739 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:40.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:40 smithi144 bash[16259]: cluster 2024-01-21T08:57:39.299124+0000 mgr.smithi144.tlyrca (mgr.14186) 434 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:57:41.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:41.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:41 smithi144 bash[16259]: audit 2024-01-21T08:57:40.436319+0000 mgr.smithi144.tlyrca (mgr.14186) 435 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:41.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:41 smithi144 bash[16259]: audit 2024-01-21T08:57:41.147726+0000 mon.smithi144 (mon.0) 740 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.yxuicu"}]: dispatch 2024-01-21T08:57:41.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:41 smithi177 bash[20374]: audit 2024-01-21T08:57:40.436319+0000 mgr.smithi144.tlyrca (mgr.14186) 435 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:41.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:41 smithi177 bash[20374]: audit 2024-01-21T08:57:41.147726+0000 mon.smithi144 (mon.0) 740 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.yxuicu"}]: dispatch 2024-01-21T08:57:42.096 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:42.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: cephadm 2024-01-21T08:57:41.146878+0000 mgr.smithi144.tlyrca (mgr.14186) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.yxuicu ... 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:57:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.yxuicu ... 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:42.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: cephadm 2024-01-21T08:57:41.147154+0000 mgr.smithi144.tlyrca (mgr.14186) 437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: cephadm 2024-01-21T08:57:41.149027+0000 mgr.smithi144.tlyrca (mgr.14186) 438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.yxuicu ... 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:42.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: cephadm 2024-01-21T08:57:41.150962+0000 mgr.smithi144.tlyrca (mgr.14186) 439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:57:42.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: cephadm 2024-01-21T08:57:41.152535+0000 mgr.smithi144.tlyrca (mgr.14186) 440 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:57:42.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: cluster 2024-01-21T08:57:41.153911+0000 mgr.smithi144.tlyrca (mgr.14186) 441 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T08:57:42.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: cluster 2024-01-21T08:57:41.288970+0000 mon.smithi144 (mon.0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:57:42.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:42 smithi144 bash[16259]: audit 2024-01-21T08:57:41.770391+0000 mon.smithi144 (mon.0) 742 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: cephadm 2024-01-21T08:57:41.146878+0000 mgr.smithi144.tlyrca (mgr.14186) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.yxuicu ... 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:42.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.yxuicu ... 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: cephadm 2024-01-21T08:57:41.147154+0000 mgr.smithi144.tlyrca (mgr.14186) 437 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: cephadm 2024-01-21T08:57:41.149027+0000 mgr.smithi144.tlyrca (mgr.14186) 438 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.yxuicu ... 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:57:42.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:57:42.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:57:42.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: cephadm 2024-01-21T08:57:41.150962+0000 mgr.smithi144.tlyrca (mgr.14186) 439 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:57:42.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: cephadm 2024-01-21T08:57:41.152535+0000 mgr.smithi144.tlyrca (mgr.14186) 440 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:57:42.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: cluster 2024-01-21T08:57:41.153911+0000 mgr.smithi144.tlyrca (mgr.14186) 441 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T08:57:42.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: cluster 2024-01-21T08:57:41.288970+0000 mon.smithi144 (mon.0) 741 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:57:42.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:42 smithi177 bash[20374]: audit 2024-01-21T08:57:41.770391+0000 mon.smithi144 (mon.0) 742 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:44.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:44 smithi177 bash[20374]: cluster 2024-01-21T08:57:43.155234+0000 mgr.smithi144.tlyrca (mgr.14186) 442 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T08:57:44.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:44 smithi144 bash[16259]: cluster 2024-01-21T08:57:43.155234+0000 mgr.smithi144.tlyrca (mgr.14186) 442 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T08:57:45.200 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:45.200 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:45.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:46.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:46 smithi177 bash[20374]: cluster 2024-01-21T08:57:45.156532+0000 mgr.smithi144.tlyrca (mgr.14186) 443 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:46.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:46 smithi177 bash[20374]: audit 2024-01-21T08:57:45.184477+0000 mgr.smithi144.tlyrca (mgr.14186) 444 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:46.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:46 smithi144 bash[16259]: cluster 2024-01-21T08:57:45.156532+0000 mgr.smithi144.tlyrca (mgr.14186) 443 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:46.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:46 smithi144 bash[16259]: audit 2024-01-21T08:57:45.184477+0000 mgr.smithi144.tlyrca (mgr.14186) 444 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:46.851 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:48.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:48 smithi144 bash[16259]: cluster 2024-01-21T08:57:47.157660+0000 mgr.smithi144.tlyrca (mgr.14186) 445 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:48.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:48 smithi177 bash[20374]: cluster 2024-01-21T08:57:47.157660+0000 mgr.smithi144.tlyrca (mgr.14186) 445 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:50.091 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:50.091 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:50.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:50 smithi177 bash[20374]: cluster 2024-01-21T08:57:49.158841+0000 mgr.smithi144.tlyrca (mgr.14186) 446 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:50.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:50 smithi144 bash[16259]: cluster 2024-01-21T08:57:49.158841+0000 mgr.smithi144.tlyrca (mgr.14186) 446 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:50.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:51.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:51 smithi177 bash[20374]: audit 2024-01-21T08:57:50.078626+0000 mgr.smithi144.tlyrca (mgr.14186) 447 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:51.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:51 smithi144 bash[16259]: audit 2024-01-21T08:57:50.078626+0000 mgr.smithi144.tlyrca (mgr.14186) 447 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:51.776 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:52.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:52 smithi177 bash[20374]: cluster 2024-01-21T08:57:51.160104+0000 mgr.smithi144.tlyrca (mgr.14186) 448 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:52.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:52 smithi144 bash[16259]: cluster 2024-01-21T08:57:51.160104+0000 mgr.smithi144.tlyrca (mgr.14186) 448 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T08:57:54.536 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:54 smithi144 bash[16259]: cluster 2024-01-21T08:57:53.160953+0000 mgr.smithi144.tlyrca (mgr.14186) 449 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:54.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:54 smithi177 bash[20374]: cluster 2024-01-21T08:57:53.160953+0000 mgr.smithi144.tlyrca (mgr.14186) 449 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:57:54.978 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:54.978 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:57:55.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:55 smithi177 bash[20374]: audit 2024-01-21T08:57:54.281059+0000 mon.smithi144 (mon.0) 743 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:55.621 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:55 smithi144 bash[16259]: audit 2024-01-21T08:57:54.281059+0000 mon.smithi144 (mon.0) 743 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:57:55.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:57:56.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:56 smithi177 bash[20374]: audit 2024-01-21T08:57:54.964138+0000 mgr.smithi144.tlyrca (mgr.14186) 450 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:56.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:56 smithi177 bash[20374]: cluster 2024-01-21T08:57:55.161683+0000 mgr.smithi144.tlyrca (mgr.14186) 451 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:56.623 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:57:56.636 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:56 smithi144 bash[16259]: audit 2024-01-21T08:57:54.964138+0000 mgr.smithi144.tlyrca (mgr.14186) 450 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:57:56.636 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:56 smithi144 bash[16259]: cluster 2024-01-21T08:57:55.161683+0000 mgr.smithi144.tlyrca (mgr.14186) 451 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:58.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:57:58 smithi177 bash[20374]: cluster 2024-01-21T08:57:57.162734+0000 mgr.smithi144.tlyrca (mgr.14186) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:58.690 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:57:58 smithi144 bash[16259]: cluster 2024-01-21T08:57:57.162734+0000 mgr.smithi144.tlyrca (mgr.14186) 452 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:57:59.864 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:57:59.864 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:00.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:00 smithi144 bash[16259]: cluster 2024-01-21T08:57:59.163738+0000 mgr.smithi144.tlyrca (mgr.14186) 453 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:00.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:00 smithi177 bash[20374]: cluster 2024-01-21T08:57:59.163738+0000 mgr.smithi144.tlyrca (mgr.14186) 453 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:00.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:01.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:01 smithi177 bash[20374]: audit 2024-01-21T08:57:59.855802+0000 mgr.smithi144.tlyrca (mgr.14186) 454 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:01.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:01 smithi144 bash[16259]: audit 2024-01-21T08:57:59.855802+0000 mgr.smithi144.tlyrca (mgr.14186) 454 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:01.472 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:02.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:02 smithi144 bash[16259]: cluster 2024-01-21T08:58:01.164933+0000 mgr.smithi144.tlyrca (mgr.14186) 455 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:02.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:02 smithi177 bash[20374]: cluster 2024-01-21T08:58:01.164933+0000 mgr.smithi144.tlyrca (mgr.14186) 455 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:04.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:04 smithi144 bash[16259]: cluster 2024-01-21T08:58:03.165824+0000 mgr.smithi144.tlyrca (mgr.14186) 456 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:04.593 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:04.593 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:04.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:04 smithi177 bash[20374]: cluster 2024-01-21T08:58:03.165824+0000 mgr.smithi144.tlyrca (mgr.14186) 456 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:05.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:05.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:05 smithi177 bash[20374]: audit 2024-01-21T08:58:04.578552+0000 mgr.smithi144.tlyrca (mgr.14186) 457 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:05.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:05 smithi144 bash[16259]: audit 2024-01-21T08:58:04.578552+0000 mgr.smithi144.tlyrca (mgr.14186) 457 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:06.239 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:06.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:06 smithi177 bash[20374]: cluster 2024-01-21T08:58:05.167017+0000 mgr.smithi144.tlyrca (mgr.14186) 458 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:06.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:06 smithi144 bash[16259]: cluster 2024-01-21T08:58:05.167017+0000 mgr.smithi144.tlyrca (mgr.14186) 458 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:08.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:08 smithi177 bash[20374]: cluster 2024-01-21T08:58:07.168191+0000 mgr.smithi144.tlyrca (mgr.14186) 459 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:08.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:08 smithi144 bash[16259]: cluster 2024-01-21T08:58:07.168191+0000 mgr.smithi144.tlyrca (mgr.14186) 459 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:09.524 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:09.524 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:10.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:10.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:10 smithi177 bash[20374]: cluster 2024-01-21T08:58:09.169516+0000 mgr.smithi144.tlyrca (mgr.14186) 460 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:10.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:10 smithi177 bash[20374]: audit 2024-01-21T08:58:09.508489+0000 mgr.smithi144.tlyrca (mgr.14186) 461 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:10.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:10 smithi144 bash[16259]: cluster 2024-01-21T08:58:09.169516+0000 mgr.smithi144.tlyrca (mgr.14186) 460 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:10.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:10 smithi144 bash[16259]: audit 2024-01-21T08:58:09.508489+0000 mgr.smithi144.tlyrca (mgr.14186) 461 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:11.125 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:12.474 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:12 smithi144 bash[16259]: cluster 2024-01-21T08:58:11.170663+0000 mgr.smithi144.tlyrca (mgr.14186) 462 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:12.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:12 smithi177 bash[20374]: cluster 2024-01-21T08:58:11.170663+0000 mgr.smithi144.tlyrca (mgr.14186) 462 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:14.113 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:14.113 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:14.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:14 smithi144 bash[16259]: cluster 2024-01-21T08:58:13.171882+0000 mgr.smithi144.tlyrca (mgr.14186) 463 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:14.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:14 smithi177 bash[20374]: cluster 2024-01-21T08:58:13.171882+0000 mgr.smithi144.tlyrca (mgr.14186) 463 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:14.757 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:15.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:15 smithi177 bash[20374]: audit 2024-01-21T08:58:14.097181+0000 mgr.smithi144.tlyrca (mgr.14186) 464 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:15.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:15 smithi144 bash[16259]: audit 2024-01-21T08:58:14.097181+0000 mgr.smithi144.tlyrca (mgr.14186) 464 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:15.759 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:16.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:16 smithi177 bash[20374]: cluster 2024-01-21T08:58:15.173145+0000 mgr.smithi144.tlyrca (mgr.14186) 465 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:16.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:16 smithi144 bash[16259]: cluster 2024-01-21T08:58:15.173145+0000 mgr.smithi144.tlyrca (mgr.14186) 465 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:18.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:18 smithi177 bash[20374]: cluster 2024-01-21T08:58:17.174266+0000 mgr.smithi144.tlyrca (mgr.14186) 466 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:18.606 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:18 smithi144 bash[16259]: cluster 2024-01-21T08:58:17.174266+0000 mgr.smithi144.tlyrca (mgr.14186) 466 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:19.028 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:19.028 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:19.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:20.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:20 smithi177 bash[20374]: audit 2024-01-21T08:58:19.015039+0000 mgr.smithi144.tlyrca (mgr.14186) 467 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:20.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:20 smithi177 bash[20374]: cluster 2024-01-21T08:58:19.175347+0000 mgr.smithi144.tlyrca (mgr.14186) 468 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:20.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:20 smithi144 bash[16259]: audit 2024-01-21T08:58:19.015039+0000 mgr.smithi144.tlyrca (mgr.14186) 467 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:20.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:20 smithi144 bash[16259]: cluster 2024-01-21T08:58:19.175347+0000 mgr.smithi144.tlyrca (mgr.14186) 468 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:20.644 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:22.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:22 smithi177 bash[20374]: cluster 2024-01-21T08:58:21.176525+0000 mgr.smithi144.tlyrca (mgr.14186) 469 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:22.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:22 smithi144 bash[16259]: cluster 2024-01-21T08:58:21.176525+0000 mgr.smithi144.tlyrca (mgr.14186) 469 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:23.767 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:23.767 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:24.302 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:24.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:24 smithi177 bash[20374]: cluster 2024-01-21T08:58:23.177739+0000 mgr.smithi144.tlyrca (mgr.14186) 470 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:24.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:24 smithi144 bash[16259]: cluster 2024-01-21T08:58:23.177739+0000 mgr.smithi144.tlyrca (mgr.14186) 470 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:25.302 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:25.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:25 smithi177 bash[20374]: audit 2024-01-21T08:58:23.752151+0000 mgr.smithi144.tlyrca (mgr.14186) 471 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:25.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:25 smithi144 bash[16259]: audit 2024-01-21T08:58:23.752151+0000 mgr.smithi144.tlyrca (mgr.14186) 471 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:26.580 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:26 smithi144 bash[16259]: cluster 2024-01-21T08:58:25.179114+0000 mgr.smithi144.tlyrca (mgr.14186) 472 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:26.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:26 smithi177 bash[20374]: cluster 2024-01-21T08:58:25.179114+0000 mgr.smithi144.tlyrca (mgr.14186) 472 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:28.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:28 smithi144 bash[16259]: cluster 2024-01-21T08:58:27.180300+0000 mgr.smithi144.tlyrca (mgr.14186) 473 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:28.469 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:28.469 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:28.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:28 smithi177 bash[20374]: cluster 2024-01-21T08:58:27.180300+0000 mgr.smithi144.tlyrca (mgr.14186) 473 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:29.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:29.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:29 smithi177 bash[20374]: audit 2024-01-21T08:58:28.454733+0000 mgr.smithi144.tlyrca (mgr.14186) 474 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:29.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:29 smithi144 bash[16259]: audit 2024-01-21T08:58:28.454733+0000 mgr.smithi144.tlyrca (mgr.14186) 474 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:30.102 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:30.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:30 smithi144 bash[16259]: cluster 2024-01-21T08:58:29.181558+0000 mgr.smithi144.tlyrca (mgr.14186) 475 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:30.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:30 smithi177 bash[20374]: cluster 2024-01-21T08:58:29.181558+0000 mgr.smithi144.tlyrca (mgr.14186) 475 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:32 smithi177 bash[20374]: cluster 2024-01-21T08:58:31.182712+0000 mgr.smithi144.tlyrca (mgr.14186) 476 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:32.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:32 smithi144 bash[16259]: cluster 2024-01-21T08:58:31.182712+0000 mgr.smithi144.tlyrca (mgr.14186) 476 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:33.185 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:33.185 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:33.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:34.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:34 smithi177 bash[20374]: audit 2024-01-21T08:58:33.176315+0000 mgr.smithi144.tlyrca (mgr.14186) 477 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:34.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:34 smithi177 bash[20374]: cluster 2024-01-21T08:58:33.184100+0000 mgr.smithi144.tlyrca (mgr.14186) 478 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:34.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:34 smithi144 bash[16259]: audit 2024-01-21T08:58:33.176315+0000 mgr.smithi144.tlyrca (mgr.14186) 477 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:34.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:34 smithi144 bash[16259]: cluster 2024-01-21T08:58:33.184100+0000 mgr.smithi144.tlyrca (mgr.14186) 478 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:58:34.813 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:36.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:36 smithi177 bash[20374]: cluster 2024-01-21T08:58:35.185470+0000 mgr.smithi144.tlyrca (mgr.14186) 479 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:36.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:36 smithi144 bash[16259]: cluster 2024-01-21T08:58:35.185470+0000 mgr.smithi144.tlyrca (mgr.14186) 479 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:37.956 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:37.956 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:38.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:38 smithi144 bash[16259]: cluster 2024-01-21T08:58:37.186114+0000 mgr.smithi144.tlyrca (mgr.14186) 480 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:38.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:38 smithi177 bash[20374]: cluster 2024-01-21T08:58:37.186114+0000 mgr.smithi144.tlyrca (mgr.14186) 480 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:39.562 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:39.574 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:39 smithi144 bash[16259]: audit 2024-01-21T08:58:37.947651+0000 mgr.smithi144.tlyrca (mgr.14186) 481 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:39.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:39 smithi177 bash[20374]: audit 2024-01-21T08:58:37.947651+0000 mgr.smithi144.tlyrca (mgr.14186) 481 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:40 smithi177 bash[20374]: cluster 2024-01-21T08:58:39.187159+0000 mgr.smithi144.tlyrca (mgr.14186) 482 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:40.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:40 smithi144 bash[16259]: cluster 2024-01-21T08:58:39.187159+0000 mgr.smithi144.tlyrca (mgr.14186) 482 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:41.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:41 smithi177 bash[20374]: audit 2024-01-21T08:58:41.156423+0000 mon.smithi144 (mon.0) 744 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:58:41.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:41 smithi144 bash[16259]: audit 2024-01-21T08:58:41.156423+0000 mon.smithi144 (mon.0) 744 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:58:42.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:42 smithi177 bash[20374]: cluster 2024-01-21T08:58:41.187909+0000 mgr.smithi144.tlyrca (mgr.14186) 483 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:42.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:42 smithi177 bash[20374]: audit 2024-01-21T08:58:41.464210+0000 mon.smithi144 (mon.0) 745 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:42 smithi177 bash[20374]: audit 2024-01-21T08:58:41.757342+0000 mon.smithi144 (mon.0) 746 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:58:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:42 smithi177 bash[20374]: audit 2024-01-21T08:58:41.759173+0000 mon.smithi144 (mon.0) 747 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:58:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:42 smithi177 bash[20374]: audit 2024-01-21T08:58:41.769878+0000 mon.smithi144 (mon.0) 748 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:42 smithi177 bash[20374]: audit 2024-01-21T08:58:41.780755+0000 mon.smithi144 (mon.0) 749 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:58:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:42 smithi177 bash[20374]: audit 2024-01-21T08:58:41.799073+0000 mon.smithi144 (mon.0) 750 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:42.883 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:42.883 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:56:27.038070Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xzrnei on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:42.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:42 smithi144 bash[16259]: cluster 2024-01-21T08:58:41.187909+0000 mgr.smithi144.tlyrca (mgr.14186) 483 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:58:42.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:42 smithi144 bash[16259]: audit 2024-01-21T08:58:41.464210+0000 mon.smithi144 (mon.0) 745 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:42.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:42 smithi144 bash[16259]: audit 2024-01-21T08:58:41.757342+0000 mon.smithi144 (mon.0) 746 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:58:42.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:42 smithi144 bash[16259]: audit 2024-01-21T08:58:41.759173+0000 mon.smithi144 (mon.0) 747 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:58:42.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:42 smithi144 bash[16259]: audit 2024-01-21T08:58:41.769878+0000 mon.smithi144 (mon.0) 748 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:42.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:42 smithi144 bash[16259]: audit 2024-01-21T08:58:41.780755+0000 mon.smithi144 (mon.0) 749 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:58:42.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:42 smithi144 bash[16259]: audit 2024-01-21T08:58:41.799073+0000 mon.smithi144 (mon.0) 750 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:43.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:43 smithi177 bash[20374]: cluster 2024-01-21T08:58:41.771029+0000 mgr.smithi144.tlyrca (mgr.14186) 484 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:43 smithi177 bash[20374]: cephadm 2024-01-21T08:58:41.803223+0000 mgr.smithi144.tlyrca (mgr.14186) 485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.rhikww on smithi177 2024-01-21T08:58:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:43 smithi177 bash[20374]: cluster 2024-01-21T08:58:42.766011+0000 mon.smithi144 (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:58:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:43 smithi177 bash[20374]: cluster 2024-01-21T08:58:42.766065+0000 mon.smithi144 (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-01-21T08:58:43.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:43 smithi144 bash[16259]: cluster 2024-01-21T08:58:41.771029+0000 mgr.smithi144.tlyrca (mgr.14186) 484 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:43.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:43 smithi144 bash[16259]: cephadm 2024-01-21T08:58:41.803223+0000 mgr.smithi144.tlyrca (mgr.14186) 485 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.rhikww on smithi177 2024-01-21T08:58:43.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:43 smithi144 bash[16259]: cluster 2024-01-21T08:58:42.766011+0000 mon.smithi144 (mon.0) 751 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:58:43.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:43 smithi144 bash[16259]: cluster 2024-01-21T08:58:42.766065+0000 mon.smithi144 (mon.0) 752 : cluster [INF] Cluster is now healthy 2024-01-21T08:58:44.507 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:44.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:44 smithi177 bash[20374]: audit 2024-01-21T08:58:42.874174+0000 mgr.smithi144.tlyrca (mgr.14186) 486 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:44.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:44 smithi144 bash[16259]: audit 2024-01-21T08:58:42.874174+0000 mgr.smithi144.tlyrca (mgr.14186) 486 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:45.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:45 smithi177 bash[20374]: cluster 2024-01-21T08:58:43.772060+0000 mgr.smithi144.tlyrca (mgr.14186) 487 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:45.781 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:45 smithi144 bash[16259]: cluster 2024-01-21T08:58:43.772060+0000 mgr.smithi144.tlyrca (mgr.14186) 487 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:46.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:46 smithi177 bash[20374]: audit 2024-01-21T08:58:45.778445+0000 mon.smithi144 (mon.0) 753 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.rhikww"}]: dispatch 2024-01-21T08:58:46.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:46 smithi144 bash[16259]: audit 2024-01-21T08:58:45.778445+0000 mon.smithi144 (mon.0) 753 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.rhikww"}]: dispatch 2024-01-21T08:58:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: cluster 2024-01-21T08:58:45.773156+0000 mgr.smithi144.tlyrca (mgr.14186) 488 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: cephadm 2024-01-21T08:58:45.777350+0000 mgr.smithi144.tlyrca (mgr.14186) 489 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.rhikww ... 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.rhikww ... 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: cephadm 2024-01-21T08:58:45.777804+0000 mgr.smithi144.tlyrca (mgr.14186) 490 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: cephadm 2024-01-21T08:58:45.780314+0000 mgr.smithi144.tlyrca (mgr.14186) 491 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.rhikww ... 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:47.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:47.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:47.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:47 smithi144 bash[16259]: cephadm 2024-01-21T08:58:45.785336+0000 mgr.smithi144.tlyrca (mgr.14186) 492 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.mwecci on smithi144 2024-01-21T08:58:47.832 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:47.832 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:37.188666Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.frclro on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-frclro\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.frclro\nDeploy daemon haproxy.nfs.foo.smithi177.frclro ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.148889Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.yxuicu on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-yxuicu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.yxuicu\nDeploy daemon haproxy.nfs.foo.smithi144.yxuicu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:57:41.150861Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.pvkatm on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:47.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: cluster 2024-01-21T08:58:45.773156+0000 mgr.smithi144.tlyrca (mgr.14186) 488 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:47.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: cephadm 2024-01-21T08:58:45.777350+0000 mgr.smithi144.tlyrca (mgr.14186) 489 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.rhikww ... 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:58:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.rhikww ... 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:47.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: cephadm 2024-01-21T08:58:45.777804+0000 mgr.smithi144.tlyrca (mgr.14186) 490 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: cephadm 2024-01-21T08:58:45.780314+0000 mgr.smithi144.tlyrca (mgr.14186) 491 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.rhikww ... 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:47.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:47.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:47 smithi177 bash[20374]: cephadm 2024-01-21T08:58:45.785336+0000 mgr.smithi144.tlyrca (mgr.14186) 492 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.mwecci on smithi144 2024-01-21T08:58:48.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:49.486 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:49.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:49 smithi144 bash[16259]: cluster 2024-01-21T08:58:47.773979+0000 mgr.smithi144.tlyrca (mgr.14186) 493 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:49.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:49 smithi144 bash[16259]: audit 2024-01-21T08:58:47.815765+0000 mgr.smithi144.tlyrca (mgr.14186) 494 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:49.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:49 smithi177 bash[20374]: cluster 2024-01-21T08:58:47.773979+0000 mgr.smithi144.tlyrca (mgr.14186) 493 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:49.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:49 smithi177 bash[20374]: audit 2024-01-21T08:58:47.815765+0000 mgr.smithi144.tlyrca (mgr.14186) 494 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:50.839 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:50 smithi144 bash[16259]: audit 2024-01-21T08:58:50.416814+0000 mon.smithi144 (mon.0) 754 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.mwecci"}]: dispatch 2024-01-21T08:58:50.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:50 smithi177 bash[20374]: audit 2024-01-21T08:58:50.416814+0000 mon.smithi144 (mon.0) 754 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.mwecci"}]: dispatch 2024-01-21T08:58:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cluster 2024-01-21T08:58:49.774711+0000 mgr.smithi144.tlyrca (mgr.14186) 495 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cephadm 2024-01-21T08:58:50.415519+0000 mgr.smithi144.tlyrca (mgr.14186) 496 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.mwecci ... 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:58:51.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.mwecci ... 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:51.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cephadm 2024-01-21T08:58:50.416059+0000 mgr.smithi144.tlyrca (mgr.14186) 497 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cephadm 2024-01-21T08:58:50.418376+0000 mgr.smithi144.tlyrca (mgr.14186) 498 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.mwecci ... 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:51.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cephadm 2024-01-21T08:58:50.422015+0000 mgr.smithi144.tlyrca (mgr.14186) 499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:58:51.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cephadm 2024-01-21T08:58:50.424239+0000 mgr.smithi144.tlyrca (mgr.14186) 500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:58:51.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cluster 2024-01-21T08:58:50.425450+0000 mgr.smithi144.tlyrca (mgr.14186) 501 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-01-21T08:58:51.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:51 smithi177 bash[20374]: cluster 2024-01-21T08:58:50.499786+0000 mon.smithi144 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cluster 2024-01-21T08:58:49.774711+0000 mgr.smithi144.tlyrca (mgr.14186) 495 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cephadm 2024-01-21T08:58:50.415519+0000 mgr.smithi144.tlyrca (mgr.14186) 496 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.mwecci ... 2024-01-21T08:58:51.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.mwecci ... 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:51.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cephadm 2024-01-21T08:58:50.416059+0000 mgr.smithi144.tlyrca (mgr.14186) 497 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cephadm 2024-01-21T08:58:50.418376+0000 mgr.smithi144.tlyrca (mgr.14186) 498 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.mwecci ... 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:58:51.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:58:51.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cephadm 2024-01-21T08:58:50.422015+0000 mgr.smithi144.tlyrca (mgr.14186) 499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:58:51.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cephadm 2024-01-21T08:58:50.424239+0000 mgr.smithi144.tlyrca (mgr.14186) 500 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:58:51.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cluster 2024-01-21T08:58:50.425450+0000 mgr.smithi144.tlyrca (mgr.14186) 501 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 B/s rd, 0 op/s 2024-01-21T08:58:51.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:51 smithi144 bash[16259]: cluster 2024-01-21T08:58:50.499786+0000 mon.smithi144 (mon.0) 755 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T08:58:53.003 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:53.004 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:52 smithi177 bash[20374]: audit 2024-01-21T08:58:51.826469+0000 mon.smithi144 (mon.0) 756 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:52 smithi177 bash[20374]: cluster 2024-01-21T08:58:52.426592+0000 mgr.smithi144.tlyrca (mgr.14186) 502 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:53.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:52 smithi144 bash[16259]: audit 2024-01-21T08:58:51.826469+0000 mon.smithi144 (mon.0) 756 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:58:53.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:52 smithi144 bash[16259]: cluster 2024-01-21T08:58:52.426592+0000 mgr.smithi144.tlyrca (mgr.14186) 502 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:53.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:53.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:53 smithi144 bash[16259]: audit 2024-01-21T08:58:52.990596+0000 mgr.smithi144.tlyrca (mgr.14186) 503 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:54.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:53 smithi177 bash[20374]: audit 2024-01-21T08:58:52.990596+0000 mgr.smithi144.tlyrca (mgr.14186) 503 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:54.602 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:55.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:55 smithi144 bash[16259]: cluster 2024-01-21T08:58:54.427837+0000 mgr.smithi144.tlyrca (mgr.14186) 504 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:55.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:55 smithi177 bash[20374]: cluster 2024-01-21T08:58:54.427837+0000 mgr.smithi144.tlyrca (mgr.14186) 504 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:57.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:57 smithi144 bash[16259]: cluster 2024-01-21T08:58:56.428938+0000 mgr.smithi144.tlyrca (mgr.14186) 505 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:57.837 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:58:57.837 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:58:57.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:57 smithi177 bash[20374]: cluster 2024-01-21T08:58:56.428938+0000 mgr.smithi144.tlyrca (mgr.14186) 505 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:58.408 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:58:59.409 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:58:59.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:59 smithi144 bash[16259]: audit 2024-01-21T08:58:57.821591+0000 mgr.smithi144.tlyrca (mgr.14186) 506 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:59.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:58:59 smithi144 bash[16259]: cluster 2024-01-21T08:58:58.430381+0000 mgr.smithi144.tlyrca (mgr.14186) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:58:59.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:59 smithi177 bash[20374]: audit 2024-01-21T08:58:57.821591+0000 mgr.smithi144.tlyrca (mgr.14186) 506 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:58:59.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:58:59 smithi177 bash[20374]: cluster 2024-01-21T08:58:58.430381+0000 mgr.smithi144.tlyrca (mgr.14186) 507 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:59:01.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:01 smithi177 bash[20374]: cluster 2024-01-21T08:59:00.431701+0000 mgr.smithi144.tlyrca (mgr.14186) 508 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:59:01.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:01 smithi144 bash[16259]: cluster 2024-01-21T08:59:00.431701+0000 mgr.smithi144.tlyrca (mgr.14186) 508 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T08:59:02.597 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:02.597 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:03.246 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:03.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:03 smithi177 bash[20374]: cluster 2024-01-21T08:59:02.432769+0000 mgr.smithi144.tlyrca (mgr.14186) 509 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:03.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:03 smithi177 bash[20374]: audit 2024-01-21T08:59:02.582522+0000 mgr.smithi144.tlyrca (mgr.14186) 510 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:03.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:03 smithi144 bash[16259]: cluster 2024-01-21T08:59:02.432769+0000 mgr.smithi144.tlyrca (mgr.14186) 509 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:03.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:03 smithi144 bash[16259]: audit 2024-01-21T08:59:02.582522+0000 mgr.smithi144.tlyrca (mgr.14186) 510 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:04.247 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:05.424 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:05 smithi144 bash[16259]: cluster 2024-01-21T08:59:04.434036+0000 mgr.smithi144.tlyrca (mgr.14186) 511 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:05.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:05 smithi177 bash[20374]: cluster 2024-01-21T08:59:04.434036+0000 mgr.smithi144.tlyrca (mgr.14186) 511 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:07.359 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:07.359 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:07.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:07 smithi144 bash[16259]: cluster 2024-01-21T08:59:06.435304+0000 mgr.smithi144.tlyrca (mgr.14186) 512 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:07 smithi177 bash[20374]: cluster 2024-01-21T08:59:06.435304+0000 mgr.smithi144.tlyrca (mgr.14186) 512 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:07.985 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:08.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:08 smithi177 bash[20374]: audit 2024-01-21T08:59:07.350230+0000 mgr.smithi144.tlyrca (mgr.14186) 513 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:08.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:08 smithi144 bash[16259]: audit 2024-01-21T08:59:07.350230+0000 mgr.smithi144.tlyrca (mgr.14186) 513 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:08.986 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:09.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:09 smithi177 bash[20374]: cluster 2024-01-21T08:59:08.436579+0000 mgr.smithi144.tlyrca (mgr.14186) 514 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:09.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:09 smithi144 bash[16259]: cluster 2024-01-21T08:59:08.436579+0000 mgr.smithi144.tlyrca (mgr.14186) 514 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:11.776 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:11 smithi144 bash[16259]: cluster 2024-01-21T08:59:10.437901+0000 mgr.smithi144.tlyrca (mgr.14186) 515 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:11.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:11 smithi177 bash[20374]: cluster 2024-01-21T08:59:10.437901+0000 mgr.smithi144.tlyrca (mgr.14186) 515 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:12.134 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:12.134 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:12.748 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:13.749 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:13.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:13 smithi177 bash[20374]: audit 2024-01-21T08:59:12.123266+0000 mgr.smithi144.tlyrca (mgr.14186) 516 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:13.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:13 smithi177 bash[20374]: cluster 2024-01-21T08:59:12.439037+0000 mgr.smithi144.tlyrca (mgr.14186) 517 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:13 smithi144 bash[16259]: audit 2024-01-21T08:59:12.123266+0000 mgr.smithi144.tlyrca (mgr.14186) 516 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:13 smithi144 bash[16259]: cluster 2024-01-21T08:59:12.439037+0000 mgr.smithi144.tlyrca (mgr.14186) 517 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:15.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:15 smithi144 bash[16259]: cluster 2024-01-21T08:59:14.440253+0000 mgr.smithi144.tlyrca (mgr.14186) 518 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:15.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:15 smithi177 bash[20374]: cluster 2024-01-21T08:59:14.440253+0000 mgr.smithi144.tlyrca (mgr.14186) 518 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:16.817 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:16.817 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:17.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:17.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:17 smithi144 bash[16259]: cluster 2024-01-21T08:59:16.441226+0000 mgr.smithi144.tlyrca (mgr.14186) 519 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:17.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:17 smithi177 bash[20374]: cluster 2024-01-21T08:59:16.441226+0000 mgr.smithi144.tlyrca (mgr.14186) 519 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:18.424 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:18.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:18 smithi144 bash[16259]: audit 2024-01-21T08:59:16.801767+0000 mgr.smithi144.tlyrca (mgr.14186) 520 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:18.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:18 smithi177 bash[20374]: audit 2024-01-21T08:59:16.801767+0000 mgr.smithi144.tlyrca (mgr.14186) 520 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:19.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:19 smithi177 bash[20374]: cluster 2024-01-21T08:59:18.442527+0000 mgr.smithi144.tlyrca (mgr.14186) 521 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:19.928 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:19 smithi144 bash[16259]: cluster 2024-01-21T08:59:18.442527+0000 mgr.smithi144.tlyrca (mgr.14186) 521 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:21.681 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:21.681 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:21.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:21 smithi177 bash[20374]: cluster 2024-01-21T08:59:20.443786+0000 mgr.smithi144.tlyrca (mgr.14186) 522 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:21 smithi144 bash[16259]: cluster 2024-01-21T08:59:20.443786+0000 mgr.smithi144.tlyrca (mgr.14186) 522 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:22.308 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:22.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:22 smithi144 bash[16259]: audit 2024-01-21T08:59:21.671985+0000 mgr.smithi144.tlyrca (mgr.14186) 523 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:22.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:22 smithi177 bash[20374]: audit 2024-01-21T08:59:21.671985+0000 mgr.smithi144.tlyrca (mgr.14186) 523 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:23.309 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:23.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:23 smithi144 bash[16259]: cluster 2024-01-21T08:59:22.444932+0000 mgr.smithi144.tlyrca (mgr.14186) 524 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:23 smithi177 bash[20374]: cluster 2024-01-21T08:59:22.444932+0000 mgr.smithi144.tlyrca (mgr.14186) 524 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:25.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:25 smithi144 bash[16259]: cluster 2024-01-21T08:59:24.446286+0000 mgr.smithi144.tlyrca (mgr.14186) 525 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:25.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:25 smithi177 bash[20374]: cluster 2024-01-21T08:59:24.446286+0000 mgr.smithi144.tlyrca (mgr.14186) 525 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:26.441 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:26.441 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:27.057 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:27.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:27 smithi177 bash[20374]: audit 2024-01-21T08:59:26.432387+0000 mgr.smithi144.tlyrca (mgr.14186) 526 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:27.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:27 smithi177 bash[20374]: cluster 2024-01-21T08:59:26.447400+0000 mgr.smithi144.tlyrca (mgr.14186) 527 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:27 smithi144 bash[16259]: audit 2024-01-21T08:59:26.432387+0000 mgr.smithi144.tlyrca (mgr.14186) 526 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:27 smithi144 bash[16259]: cluster 2024-01-21T08:59:26.447400+0000 mgr.smithi144.tlyrca (mgr.14186) 527 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:28.057 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:29.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:29 smithi144 bash[16259]: cluster 2024-01-21T08:59:28.448616+0000 mgr.smithi144.tlyrca (mgr.14186) 528 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:29.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:29 smithi177 bash[20374]: cluster 2024-01-21T08:59:28.448616+0000 mgr.smithi144.tlyrca (mgr.14186) 528 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:31.094 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:31.094 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:31.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:31.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:31 smithi177 bash[20374]: cluster 2024-01-21T08:59:30.449934+0000 mgr.smithi144.tlyrca (mgr.14186) 529 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:31.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:31 smithi144 bash[16259]: cluster 2024-01-21T08:59:30.449934+0000 mgr.smithi144.tlyrca (mgr.14186) 529 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:32.729 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:32.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:32 smithi177 bash[20374]: audit 2024-01-21T08:59:31.085373+0000 mgr.smithi144.tlyrca (mgr.14186) 530 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:32.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:32 smithi144 bash[16259]: audit 2024-01-21T08:59:31.085373+0000 mgr.smithi144.tlyrca (mgr.14186) 530 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:33.825 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:33 smithi144 bash[16259]: cluster 2024-01-21T08:59:32.451062+0000 mgr.smithi144.tlyrca (mgr.14186) 531 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:33.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:33 smithi177 bash[20374]: cluster 2024-01-21T08:59:32.451062+0000 mgr.smithi144.tlyrca (mgr.14186) 531 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:35.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:35 smithi144 bash[16259]: cluster 2024-01-21T08:59:34.452319+0000 mgr.smithi144.tlyrca (mgr.14186) 532 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:35.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:35 smithi177 bash[20374]: cluster 2024-01-21T08:59:34.452319+0000 mgr.smithi144.tlyrca (mgr.14186) 532 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:35.886 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:35.886 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:36.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:37.514 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:37.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:37 smithi177 bash[20374]: audit 2024-01-21T08:59:35.870150+0000 mgr.smithi144.tlyrca (mgr.14186) 533 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:37.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:37 smithi177 bash[20374]: cluster 2024-01-21T08:59:36.453476+0000 mgr.smithi144.tlyrca (mgr.14186) 534 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:37.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:37 smithi144 bash[16259]: audit 2024-01-21T08:59:35.870150+0000 mgr.smithi144.tlyrca (mgr.14186) 533 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:37.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:37 smithi144 bash[16259]: cluster 2024-01-21T08:59:36.453476+0000 mgr.smithi144.tlyrca (mgr.14186) 534 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:39.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:39 smithi177 bash[20374]: cluster 2024-01-21T08:59:38.454844+0000 mgr.smithi144.tlyrca (mgr.14186) 535 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:39.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:39 smithi144 bash[16259]: cluster 2024-01-21T08:59:38.454844+0000 mgr.smithi144.tlyrca (mgr.14186) 535 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:40.748 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:40.748 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:41.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:41.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:41 smithi144 bash[16259]: cluster 2024-01-21T08:59:40.455770+0000 mgr.smithi144.tlyrca (mgr.14186) 536 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:41.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:41 smithi177 bash[20374]: cluster 2024-01-21T08:59:40.455770+0000 mgr.smithi144.tlyrca (mgr.14186) 536 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:42.323 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:42.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:42 smithi144 bash[16259]: audit 2024-01-21T08:59:40.739015+0000 mgr.smithi144.tlyrca (mgr.14186) 537 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:42.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:42 smithi177 bash[20374]: audit 2024-01-21T08:59:40.739015+0000 mgr.smithi144.tlyrca (mgr.14186) 537 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:43.663 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:43 smithi144 bash[16259]: cluster 2024-01-21T08:59:42.456799+0000 mgr.smithi144.tlyrca (mgr.14186) 538 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:43 smithi177 bash[20374]: cluster 2024-01-21T08:59:42.456799+0000 mgr.smithi144.tlyrca (mgr.14186) 538 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:45.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:45 smithi144 bash[16259]: cluster 2024-01-21T08:59:44.458076+0000 mgr.smithi144.tlyrca (mgr.14186) 539 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:45.454 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:45.454 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:45.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:45 smithi177 bash[20374]: cluster 2024-01-21T08:59:44.458076+0000 mgr.smithi144.tlyrca (mgr.14186) 539 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T08:59:46.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:46.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:46 smithi144 bash[16259]: audit 2024-01-21T08:59:45.440349+0000 mgr.smithi144.tlyrca (mgr.14186) 540 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:46.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:46 smithi177 bash[20374]: audit 2024-01-21T08:59:45.440349+0000 mgr.smithi144.tlyrca (mgr.14186) 540 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:47.130 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:47.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:47 smithi144 bash[16259]: cluster 2024-01-21T08:59:46.459222+0000 mgr.smithi144.tlyrca (mgr.14186) 541 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:47.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:47 smithi177 bash[20374]: cluster 2024-01-21T08:59:46.459222+0000 mgr.smithi144.tlyrca (mgr.14186) 541 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:49.826 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:49 smithi144 bash[16259]: cluster 2024-01-21T08:59:48.460557+0000 mgr.smithi144.tlyrca (mgr.14186) 542 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:49.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:49 smithi177 bash[20374]: cluster 2024-01-21T08:59:48.460557+0000 mgr.smithi144.tlyrca (mgr.14186) 542 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:50.169 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:50.169 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:57:41.152429Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.oryshr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:50.781 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:50 smithi144 bash[16259]: audit 2024-01-21T08:59:50.428857+0000 mon.smithi144 (mon.0) 757 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:59:50.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:50.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:50 smithi177 bash[20374]: audit 2024-01-21T08:59:50.428857+0000 mon.smithi144 (mon.0) 757 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T08:59:51.783 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:51.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:51 smithi144 bash[16259]: audit 2024-01-21T08:59:50.159476+0000 mgr.smithi144.tlyrca (mgr.14186) 543 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:51.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:51 smithi144 bash[16259]: cluster 2024-01-21T08:59:50.461858+0000 mgr.smithi144.tlyrca (mgr.14186) 544 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:51.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:51 smithi144 bash[16259]: audit 2024-01-21T08:59:50.730999+0000 mon.smithi144 (mon.0) 758 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:59:51.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:51 smithi144 bash[16259]: audit 2024-01-21T08:59:50.732191+0000 mon.smithi144 (mon.0) 759 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:59:51.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:51 smithi144 bash[16259]: audit 2024-01-21T08:59:50.738496+0000 mon.smithi144 (mon.0) 760 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:59:51.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:51 smithi144 bash[16259]: audit 2024-01-21T08:59:50.745940+0000 mon.smithi144 (mon.0) 761 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:59:51.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:51 smithi144 bash[16259]: audit 2024-01-21T08:59:50.757790+0000 mon.smithi144 (mon.0) 762 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:59:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:51 smithi177 bash[20374]: audit 2024-01-21T08:59:50.159476+0000 mgr.smithi144.tlyrca (mgr.14186) 543 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:51 smithi177 bash[20374]: cluster 2024-01-21T08:59:50.461858+0000 mgr.smithi144.tlyrca (mgr.14186) 544 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T08:59:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:51 smithi177 bash[20374]: audit 2024-01-21T08:59:50.730999+0000 mon.smithi144 (mon.0) 758 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T08:59:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:51 smithi177 bash[20374]: audit 2024-01-21T08:59:50.732191+0000 mon.smithi144 (mon.0) 759 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T08:59:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:51 smithi177 bash[20374]: audit 2024-01-21T08:59:50.738496+0000 mon.smithi144 (mon.0) 760 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:59:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:51 smithi177 bash[20374]: audit 2024-01-21T08:59:50.745940+0000 mon.smithi144 (mon.0) 761 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T08:59:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:51 smithi177 bash[20374]: audit 2024-01-21T08:59:50.757790+0000 mon.smithi144 (mon.0) 762 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:59:52.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:52 smithi177 bash[20374]: cluster 2024-01-21T08:59:50.739332+0000 mgr.smithi144.tlyrca (mgr.14186) 545 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:52.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:52 smithi177 bash[20374]: cephadm 2024-01-21T08:59:50.761165+0000 mgr.smithi144.tlyrca (mgr.14186) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.ngekif on smithi177 2024-01-21T08:59:52.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:52 smithi177 bash[20374]: cluster 2024-01-21T08:59:51.736094+0000 mon.smithi144 (mon.0) 763 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:59:52.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:52 smithi177 bash[20374]: cluster 2024-01-21T08:59:51.736162+0000 mon.smithi144 (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-01-21T08:59:52.854 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:52 smithi144 bash[16259]: cluster 2024-01-21T08:59:50.739332+0000 mgr.smithi144.tlyrca (mgr.14186) 545 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:52.854 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:52 smithi144 bash[16259]: cephadm 2024-01-21T08:59:50.761165+0000 mgr.smithi144.tlyrca (mgr.14186) 546 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.ngekif on smithi177 2024-01-21T08:59:52.855 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:52 smithi144 bash[16259]: cluster 2024-01-21T08:59:51.736094+0000 mon.smithi144 (mon.0) 763 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T08:59:52.855 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:52 smithi144 bash[16259]: cluster 2024-01-21T08:59:51.736162+0000 mon.smithi144 (mon.0) 764 : cluster [INF] Cluster is now healthy 2024-01-21T08:59:54.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:54 smithi177 bash[20374]: cluster 2024-01-21T08:59:52.740436+0000 mgr.smithi144.tlyrca (mgr.14186) 547 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:54.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:54 smithi177 bash[20374]: audit 2024-01-21T08:59:54.286744+0000 mon.smithi144 (mon.0) 765 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:59:54.889 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T08:59:54.889 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:45.780023Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.rhikww on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-rhikww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.rhikww\nDeploy daemon haproxy.nfs.foo.smithi177.rhikww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.418119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mwecci on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mwecci\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mwecci\nDeploy daemon haproxy.nfs.foo.smithi144.mwecci ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:58:50.421880Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.yqvahy on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T08:59:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:54 smithi144 bash[16259]: cluster 2024-01-21T08:59:52.740436+0000 mgr.smithi144.tlyrca (mgr.14186) 547 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:54 smithi144 bash[16259]: audit 2024-01-21T08:59:54.286744+0000 mon.smithi144 (mon.0) 765 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T08:59:55.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T08:59:55.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: cephadm 2024-01-21T08:59:54.578112+0000 mgr.smithi144.tlyrca (mgr.14186) 548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:59:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:55.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: cephadm 2024-01-21T08:59:54.578444+0000 mgr.smithi144.tlyrca (mgr.14186) 549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: audit 2024-01-21T08:59:54.578981+0000 mon.smithi144 (mon.0) 766 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.ngekif"}]: dispatch 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: cephadm 2024-01-21T08:59:54.580391+0000 mgr.smithi144.tlyrca (mgr.14186) 550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:55.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:55.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:55.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:55 smithi177 bash[20374]: cephadm 2024-01-21T08:59:54.583898+0000 mgr.smithi144.tlyrca (mgr.14186) 551 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.xesdld on smithi144 2024-01-21T08:59:55.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: cephadm 2024-01-21T08:59:54.578112+0000 mgr.smithi144.tlyrca (mgr.14186) 548 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:55.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: cephadm 2024-01-21T08:59:54.578444+0000 mgr.smithi144.tlyrca (mgr.14186) 549 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: audit 2024-01-21T08:59:54.578981+0000 mon.smithi144 (mon.0) 766 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.ngekif"}]: dispatch 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: cephadm 2024-01-21T08:59:54.580391+0000 mgr.smithi144.tlyrca (mgr.14186) 550 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:55.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:55.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:55 smithi144 bash[16259]: cephadm 2024-01-21T08:59:54.583898+0000 mgr.smithi144.tlyrca (mgr.14186) 551 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.xesdld on smithi144 2024-01-21T08:59:56.602 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T08:59:56.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:56 smithi177 bash[20374]: cluster 2024-01-21T08:59:54.741604+0000 mgr.smithi144.tlyrca (mgr.14186) 552 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:56.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:56 smithi177 bash[20374]: audit 2024-01-21T08:59:54.873649+0000 mgr.smithi144.tlyrca (mgr.14186) 553 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:56.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:56 smithi144 bash[16259]: cluster 2024-01-21T08:59:54.741604+0000 mgr.smithi144.tlyrca (mgr.14186) 552 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:56.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:56 smithi144 bash[16259]: audit 2024-01-21T08:59:54.873649+0000 mgr.smithi144.tlyrca (mgr.14186) 553 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T08:59:58.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:58 smithi177 bash[20374]: cluster 2024-01-21T08:59:56.742488+0000 mgr.smithi144.tlyrca (mgr.14186) 554 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:58 smithi144 bash[16259]: cluster 2024-01-21T08:59:56.742488+0000 mgr.smithi144.tlyrca (mgr.14186) 554 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T08:59:59.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: cephadm 2024-01-21T08:59:58.664254+0000 mgr.smithi144.tlyrca (mgr.14186) 555 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T08:59:59.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: cephadm 2024-01-21T08:59:58.664487+0000 mgr.smithi144.tlyrca (mgr.14186) 556 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: audit 2024-01-21T08:59:58.665055+0000 mon.smithi144 (mon.0) 767 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.xesdld"}]: dispatch 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: cephadm 2024-01-21T08:59:58.666074+0000 mgr.smithi144.tlyrca (mgr.14186) 557 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: cephadm 2024-01-21T08:59:58.667899+0000 mgr.smithi144.tlyrca (mgr.14186) 558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: cephadm 2024-01-21T08:59:58.669478+0000 mgr.smithi144.tlyrca (mgr.14186) 559 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:59:59.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 08:59:59 smithi177 bash[20374]: cluster 2024-01-21T08:59:58.670849+0000 mgr.smithi144.tlyrca (mgr.14186) 560 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: cephadm 2024-01-21T08:59:58.664254+0000 mgr.smithi144.tlyrca (mgr.14186) 555 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:59.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: cephadm 2024-01-21T08:59:58.664487+0000 mgr.smithi144.tlyrca (mgr.14186) 556 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: audit 2024-01-21T08:59:58.665055+0000 mon.smithi144 (mon.0) 767 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.xesdld"}]: dispatch 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: cephadm 2024-01-21T08:59:58.666074+0000 mgr.smithi144.tlyrca (mgr.14186) 557 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: cephadm 2024-01-21T08:59:58.667899+0000 mgr.smithi144.tlyrca (mgr.14186) 558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:59:59.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: cephadm 2024-01-21T08:59:58.669478+0000 mgr.smithi144.tlyrca (mgr.14186) 559 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T08:59:59.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 08:59:59 smithi144 bash[16259]: cluster 2024-01-21T08:59:58.670849+0000 mgr.smithi144.tlyrca (mgr.14186) 560 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:00:00.044 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:00.044 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:00.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T08:59:59.558574+0000 mon.smithi144 (mon.0) 768 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:00:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000207+0000 mon.smithi144 (mon.0) 769 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T09:00:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000286+0000 mon.smithi144 (mon.0) 770 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000332+0000 mon.smithi144 (mon.0) 771 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000378+0000 mon.smithi144 (mon.0) 772 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000424+0000 mon.smithi144 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000466+0000 mon.smithi144 (mon.0) 774 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000514+0000 mon.smithi144 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000559+0000 mon.smithi144 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000597+0000 mon.smithi144 (mon.0) 777 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000642+0000 mon.smithi144 (mon.0) 778 : 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000687+0000 mon.smithi144 (mon.0) 779 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000732+0000 mon.smithi144 (mon.0) 780 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000781+0000 mon.smithi144 (mon.0) 781 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T09:00:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000828+0000 mon.smithi144 (mon.0) 782 : 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000875+0000 mon.smithi144 (mon.0) 783 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000920+0000 mon.smithi144 (mon.0) 784 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.000960+0000 mon.smithi144 (mon.0) 785 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001003+0000 mon.smithi144 (mon.0) 786 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001048+0000 mon.smithi144 (mon.0) 787 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001092+0000 mon.smithi144 (mon.0) 788 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001136+0000 mon.smithi144 (mon.0) 789 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001181+0000 mon.smithi144 (mon.0) 790 : 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001254+0000 mon.smithi144 (mon.0) 791 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001298+0000 mon.smithi144 (mon.0) 792 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001342+0000 mon.smithi144 (mon.0) 793 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001381+0000 mon.smithi144 (mon.0) 794 : 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001424+0000 mon.smithi144 (mon.0) 795 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:00:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:00 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.001468+0000 mon.smithi144 (mon.0) 796 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:00:00.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T08:59:59.558574+0000 mon.smithi144 (mon.0) 768 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:00:00.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000207+0000 mon.smithi144 (mon.0) 769 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T09:00:00.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000286+0000 mon.smithi144 (mon.0) 770 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-21T09:00:00.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000332+0000 mon.smithi144 (mon.0) 771 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T09:00:00.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000378+0000 mon.smithi144 (mon.0) 772 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000424+0000 mon.smithi144 (mon.0) 773 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000466+0000 mon.smithi144 (mon.0) 774 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000514+0000 mon.smithi144 (mon.0) 775 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000559+0000 mon.smithi144 (mon.0) 776 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000597+0000 mon.smithi144 (mon.0) 777 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi177.ngekif ... 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000642+0000 mon.smithi144 (mon.0) 778 : 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000687+0000 mon.smithi144 (mon.0) 779 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000732+0000 mon.smithi144 (mon.0) 780 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000781+0000 mon.smithi144 (mon.0) 781 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000828+0000 mon.smithi144 (mon.0) 782 : 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000875+0000 mon.smithi144 (mon.0) 783 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000920+0000 mon.smithi144 (mon.0) 784 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.000960+0000 mon.smithi144 (mon.0) 785 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld 2024-01-21T09:00:00.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001003+0000 mon.smithi144 (mon.0) 786 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001048+0000 mon.smithi144 (mon.0) 787 : cluster [WRN] /usr/bin/docker: stdout 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001092+0000 mon.smithi144 (mon.0) 788 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001136+0000 mon.smithi144 (mon.0) 789 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi144.xesdld ... 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001181+0000 mon.smithi144 (mon.0) 790 : 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001254+0000 mon.smithi144 (mon.0) 791 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001298+0000 mon.smithi144 (mon.0) 792 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001342+0000 mon.smithi144 (mon.0) 793 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001381+0000 mon.smithi144 (mon.0) 794 : 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=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001424+0000 mon.smithi144 (mon.0) 795 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:00:00.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:00 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.001468+0000 mon.smithi144 (mon.0) 796 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:00:01.676 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:01.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:01 smithi177 bash[20374]: audit 2024-01-21T09:00:00.029315+0000 mgr.smithi144.tlyrca (mgr.14186) 561 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:01.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:01 smithi177 bash[20374]: cluster 2024-01-21T09:00:00.671616+0000 mgr.smithi144.tlyrca (mgr.14186) 562 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:00:01.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:01 smithi144 bash[16259]: audit 2024-01-21T09:00:00.029315+0000 mgr.smithi144.tlyrca (mgr.14186) 561 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:01.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:01 smithi144 bash[16259]: cluster 2024-01-21T09:00:00.671616+0000 mgr.smithi144.tlyrca (mgr.14186) 562 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:00:03.071 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:02 smithi144 bash[16259]: audit 2024-01-21T09:00:01.880641+0000 mon.smithi144 (mon.0) 797 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:00:03.071 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:02 smithi144 bash[16259]: cluster 2024-01-21T09:00:02.672718+0000 mgr.smithi144.tlyrca (mgr.14186) 563 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:02 smithi177 bash[20374]: audit 2024-01-21T09:00:01.880641+0000 mon.smithi144 (mon.0) 797 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:00:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:02 smithi177 bash[20374]: cluster 2024-01-21T09:00:02.672718+0000 mgr.smithi144.tlyrca (mgr.14186) 563 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:04.828 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:04.828 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:05.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:05 smithi144 bash[16259]: cluster 2024-01-21T09:00:04.673969+0000 mgr.smithi144.tlyrca (mgr.14186) 564 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-21T09:00:05.459 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:05.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:05 smithi177 bash[20374]: cluster 2024-01-21T09:00:04.673969+0000 mgr.smithi144.tlyrca (mgr.14186) 564 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-21T09:00:06.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:06 smithi144 bash[16259]: audit 2024-01-21T09:00:04.811500+0000 mgr.smithi144.tlyrca (mgr.14186) 565 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:06.460 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:06.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:06 smithi177 bash[20374]: audit 2024-01-21T09:00:04.811500+0000 mgr.smithi144.tlyrca (mgr.14186) 565 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:07.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:07 smithi144 bash[16259]: cluster 2024-01-21T09:00:06.675003+0000 mgr.smithi144.tlyrca (mgr.14186) 566 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:07.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:07 smithi177 bash[20374]: cluster 2024-01-21T09:00:06.675003+0000 mgr.smithi144.tlyrca (mgr.14186) 566 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:08 smithi177 bash[20374]: cluster 2024-01-21T09:00:08.676215+0000 mgr.smithi144.tlyrca (mgr.14186) 567 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:09.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:08 smithi144 bash[16259]: cluster 2024-01-21T09:00:08.676215+0000 mgr.smithi144.tlyrca (mgr.14186) 567 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:09.641 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:09.641 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:10.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:10.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:10 smithi177 bash[20374]: audit 2024-01-21T09:00:09.288384+0000 mon.smithi144 (mon.0) 798 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:00:10.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:10 smithi177 bash[20374]: audit 2024-01-21T09:00:09.623912+0000 mgr.smithi144.tlyrca (mgr.14186) 568 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:10 smithi144 bash[16259]: audit 2024-01-21T09:00:09.288384+0000 mon.smithi144 (mon.0) 798 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:00:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:10 smithi144 bash[16259]: audit 2024-01-21T09:00:09.623912+0000 mgr.smithi144.tlyrca (mgr.14186) 568 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:11.245 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:11.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:11 smithi177 bash[20374]: cluster 2024-01-21T09:00:10.677469+0000 mgr.smithi144.tlyrca (mgr.14186) 569 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:11.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:11 smithi144 bash[16259]: cluster 2024-01-21T09:00:10.677469+0000 mgr.smithi144.tlyrca (mgr.14186) 569 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:12 smithi144 bash[16259]: cluster 2024-01-21T09:00:12.678585+0000 mgr.smithi144.tlyrca (mgr.14186) 570 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:13.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:12 smithi177 bash[20374]: cluster 2024-01-21T09:00:12.678585+0000 mgr.smithi144.tlyrca (mgr.14186) 570 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:14.408 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:14.409 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:14.986 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:15.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:15 smithi144 bash[16259]: audit 2024-01-21T09:00:14.399513+0000 mgr.smithi144.tlyrca (mgr.14186) 571 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:15.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:15 smithi144 bash[16259]: cluster 2024-01-21T09:00:14.679907+0000 mgr.smithi144.tlyrca (mgr.14186) 572 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:15.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:15 smithi177 bash[20374]: audit 2024-01-21T09:00:14.399513+0000 mgr.smithi144.tlyrca (mgr.14186) 571 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:15.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:15 smithi177 bash[20374]: cluster 2024-01-21T09:00:14.679907+0000 mgr.smithi144.tlyrca (mgr.14186) 572 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:15.987 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:17.042 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:16 smithi144 bash[16259]: cluster 2024-01-21T09:00:16.680935+0000 mgr.smithi144.tlyrca (mgr.14186) 573 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:16 smithi177 bash[20374]: cluster 2024-01-21T09:00:16.680935+0000 mgr.smithi144.tlyrca (mgr.14186) 573 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:18.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:18 smithi144 bash[16259]: cluster 2024-01-21T09:00:18.682226+0000 mgr.smithi144.tlyrca (mgr.14186) 574 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:19.035 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:19.035 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:19.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:18 smithi177 bash[20374]: cluster 2024-01-21T09:00:18.682226+0000 mgr.smithi144.tlyrca (mgr.14186) 574 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:19.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:20.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:20 smithi144 bash[16259]: audit 2024-01-21T09:00:19.021096+0000 mgr.smithi144.tlyrca (mgr.14186) 575 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:20.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:20 smithi177 bash[20374]: audit 2024-01-21T09:00:19.021096+0000 mgr.smithi144.tlyrca (mgr.14186) 575 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:20.643 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:21.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:21 smithi144 bash[16259]: cluster 2024-01-21T09:00:20.683541+0000 mgr.smithi144.tlyrca (mgr.14186) 576 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:21.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:21 smithi177 bash[20374]: cluster 2024-01-21T09:00:20.683541+0000 mgr.smithi144.tlyrca (mgr.14186) 576 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:23.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:22 smithi177 bash[20374]: cluster 2024-01-21T09:00:22.684701+0000 mgr.smithi144.tlyrca (mgr.14186) 577 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:23.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:22 smithi144 bash[16259]: cluster 2024-01-21T09:00:22.684701+0000 mgr.smithi144.tlyrca (mgr.14186) 577 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:23.918 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:23.919 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:24.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:25.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:25 smithi144 bash[16259]: audit 2024-01-21T09:00:23.903865+0000 mgr.smithi144.tlyrca (mgr.14186) 578 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:25.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:25 smithi144 bash[16259]: cluster 2024-01-21T09:00:24.686161+0000 mgr.smithi144.tlyrca (mgr.14186) 579 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:25.573 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:25.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:25 smithi177 bash[20374]: audit 2024-01-21T09:00:23.903865+0000 mgr.smithi144.tlyrca (mgr.14186) 578 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:25.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:25 smithi177 bash[20374]: cluster 2024-01-21T09:00:24.686161+0000 mgr.smithi144.tlyrca (mgr.14186) 579 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:26.971 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:26 smithi144 bash[16259]: cluster 2024-01-21T09:00:26.687129+0000 mgr.smithi144.tlyrca (mgr.14186) 580 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:27.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:26 smithi177 bash[20374]: cluster 2024-01-21T09:00:26.687129+0000 mgr.smithi144.tlyrca (mgr.14186) 580 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:28.677 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:28.677 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:29.004 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:28 smithi144 bash[16259]: audit 2024-01-21T09:00:28.661440+0000 mgr.smithi144.tlyrca (mgr.14186) 581 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:29.004 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:28 smithi144 bash[16259]: cluster 2024-01-21T09:00:28.688347+0000 mgr.smithi144.tlyrca (mgr.14186) 582 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:29.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:28 smithi177 bash[20374]: audit 2024-01-21T09:00:28.661440+0000 mgr.smithi144.tlyrca (mgr.14186) 581 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:29.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:28 smithi177 bash[20374]: cluster 2024-01-21T09:00:28.688347+0000 mgr.smithi144.tlyrca (mgr.14186) 582 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:29.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:30.302 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:31.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:30 smithi177 bash[20374]: cluster 2024-01-21T09:00:30.689586+0000 mgr.smithi144.tlyrca (mgr.14186) 583 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:31.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:30 smithi144 bash[16259]: cluster 2024-01-21T09:00:30.689586+0000 mgr.smithi144.tlyrca (mgr.14186) 583 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:33.066 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:32 smithi144 bash[16259]: cluster 2024-01-21T09:00:32.690737+0000 mgr.smithi144.tlyrca (mgr.14186) 584 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:32 smithi177 bash[20374]: cluster 2024-01-21T09:00:32.690737+0000 mgr.smithi144.tlyrca (mgr.14186) 584 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:33.513 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:33.513 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:33.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:33 smithi144 bash[16259]: audit 2024-01-21T09:00:33.503425+0000 mgr.smithi144.tlyrca (mgr.14186) 585 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:34.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:33 smithi177 bash[20374]: audit 2024-01-21T09:00:33.503425+0000 mgr.smithi144.tlyrca (mgr.14186) 585 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:34.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:35.113 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:35.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:35 smithi144 bash[16259]: cluster 2024-01-21T09:00:34.692146+0000 mgr.smithi144.tlyrca (mgr.14186) 586 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:35.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:35 smithi177 bash[20374]: cluster 2024-01-21T09:00:34.692146+0000 mgr.smithi144.tlyrca (mgr.14186) 586 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:37.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:36 smithi177 bash[20374]: cluster 2024-01-21T09:00:36.693223+0000 mgr.smithi144.tlyrca (mgr.14186) 587 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:37.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:36 smithi144 bash[16259]: cluster 2024-01-21T09:00:36.693223+0000 mgr.smithi144.tlyrca (mgr.14186) 587 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:38.190 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:38.190 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:38.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:39.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:38 smithi177 bash[20374]: audit 2024-01-21T09:00:38.173093+0000 mgr.smithi144.tlyrca (mgr.14186) 588 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:39.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:38 smithi177 bash[20374]: cluster 2024-01-21T09:00:38.694329+0000 mgr.smithi144.tlyrca (mgr.14186) 589 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:39.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:38 smithi144 bash[16259]: audit 2024-01-21T09:00:38.173093+0000 mgr.smithi144.tlyrca (mgr.14186) 588 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:39.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:38 smithi144 bash[16259]: cluster 2024-01-21T09:00:38.694329+0000 mgr.smithi144.tlyrca (mgr.14186) 589 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:39.765 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:41.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:40 smithi177 bash[20374]: cluster 2024-01-21T09:00:40.695335+0000 mgr.smithi144.tlyrca (mgr.14186) 590 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:41.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:40 smithi144 bash[16259]: cluster 2024-01-21T09:00:40.695335+0000 mgr.smithi144.tlyrca (mgr.14186) 590 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:42.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:42 smithi144 bash[16259]: cluster 2024-01-21T09:00:42.696162+0000 mgr.smithi144.tlyrca (mgr.14186) 591 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:43.030 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:43.030 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:42 smithi177 bash[20374]: cluster 2024-01-21T09:00:42.696162+0000 mgr.smithi144.tlyrca (mgr.14186) 591 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:43.661 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:43.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:43 smithi144 bash[16259]: audit 2024-01-21T09:00:43.013816+0000 mgr.smithi144.tlyrca (mgr.14186) 592 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:44.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:43 smithi177 bash[20374]: audit 2024-01-21T09:00:43.013816+0000 mgr.smithi144.tlyrca (mgr.14186) 592 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:44.662 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:45.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:45 smithi144 bash[16259]: cluster 2024-01-21T09:00:44.697483+0000 mgr.smithi144.tlyrca (mgr.14186) 593 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:45.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:45 smithi177 bash[20374]: cluster 2024-01-21T09:00:44.697483+0000 mgr.smithi144.tlyrca (mgr.14186) 593 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:47.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:46 smithi177 bash[20374]: cluster 2024-01-21T09:00:46.698439+0000 mgr.smithi144.tlyrca (mgr.14186) 594 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:46 smithi144 bash[16259]: cluster 2024-01-21T09:00:46.698439+0000 mgr.smithi144.tlyrca (mgr.14186) 594 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:47.934 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:47.934 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:48.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:48.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:48 smithi144 bash[16259]: audit 2024-01-21T09:00:47.920206+0000 mgr.smithi144.tlyrca (mgr.14186) 595 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:48.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:48 smithi144 bash[16259]: cluster 2024-01-21T09:00:48.699739+0000 mgr.smithi144.tlyrca (mgr.14186) 596 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:49.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:48 smithi177 bash[20374]: audit 2024-01-21T09:00:47.920206+0000 mgr.smithi144.tlyrca (mgr.14186) 595 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:49.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:48 smithi177 bash[20374]: cluster 2024-01-21T09:00:48.699739+0000 mgr.smithi144.tlyrca (mgr.14186) 596 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:49.545 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:50.934 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:50 smithi144 bash[16259]: cluster 2024-01-21T09:00:50.700731+0000 mgr.smithi144.tlyrca (mgr.14186) 597 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:51.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:50 smithi177 bash[20374]: cluster 2024-01-21T09:00:50.700731+0000 mgr.smithi144.tlyrca (mgr.14186) 597 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:52.676 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:52.676 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:52 smithi177 bash[20374]: audit 2024-01-21T09:00:52.663713+0000 mgr.smithi144.tlyrca (mgr.14186) 598 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:52 smithi177 bash[20374]: cluster 2024-01-21T09:00:52.701826+0000 mgr.smithi144.tlyrca (mgr.14186) 599 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:53.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:52 smithi144 bash[16259]: audit 2024-01-21T09:00:52.663713+0000 mgr.smithi144.tlyrca (mgr.14186) 598 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:53.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:52 smithi144 bash[16259]: cluster 2024-01-21T09:00:52.701826+0000 mgr.smithi144.tlyrca (mgr.14186) 599 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:53.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:54.354 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:00:55.392 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:55 smithi144 bash[16259]: cluster 2024-01-21T09:00:54.703113+0000 mgr.smithi144.tlyrca (mgr.14186) 600 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:55.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:55 smithi177 bash[20374]: cluster 2024-01-21T09:00:54.703113+0000 mgr.smithi144.tlyrca (mgr.14186) 600 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:00:57.045 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:56 smithi144 bash[16259]: cluster 2024-01-21T09:00:56.704081+0000 mgr.smithi144.tlyrca (mgr.14186) 601 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:57.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:56 smithi177 bash[20374]: cluster 2024-01-21T09:00:56.704081+0000 mgr.smithi144.tlyrca (mgr.14186) 601 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:57.498 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:00:57.498 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:00:57.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:57 smithi144 bash[16259]: audit 2024-01-21T09:00:57.483247+0000 mgr.smithi144.tlyrca (mgr.14186) 602 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:58.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:57 smithi177 bash[20374]: audit 2024-01-21T09:00:57.483247+0000 mgr.smithi144.tlyrca (mgr.14186) 602 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:00:58.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:00:59.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:58 smithi177 bash[20374]: audit 2024-01-21T09:00:58.673284+0000 mon.smithi144 (mon.0) 799 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:00:59.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:58 smithi177 bash[20374]: cluster 2024-01-21T09:00:58.705006+0000 mgr.smithi144.tlyrca (mgr.14186) 603 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:59.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:58 smithi144 bash[16259]: audit 2024-01-21T09:00:58.673284+0000 mon.smithi144 (mon.0) 799 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:00:59.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:58 smithi144 bash[16259]: cluster 2024-01-21T09:00:58.705006+0000 mgr.smithi144.tlyrca (mgr.14186) 603 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:00:59.194 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:00.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.970424+0000 mon.smithi144 (mon.0) 800 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.971738+0000 mon.smithi144 (mon.0) 801 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.973003+0000 mon.smithi144 (mon.0) 802 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.974276+0000 mon.smithi144 (mon.0) 803 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: cephadm 2024-01-21T09:00:58.975267+0000 mgr.smithi144.tlyrca (mgr.14186) 604 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2761M 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.982388+0000 mon.smithi144 (mon.0) 804 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.984650+0000 mon.smithi144 (mon.0) 805 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.985774+0000 mon.smithi144 (mon.0) 806 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.986749+0000 mon.smithi144 (mon.0) 807 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.987609+0000 mon.smithi144 (mon.0) 808 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: cephadm 2024-01-21T09:00:58.988287+0000 mgr.smithi144.tlyrca (mgr.14186) 605 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 2249M 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.993168+0000 mon.smithi144 (mon.0) 809 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.995324+0000 mon.smithi144 (mon.0) 810 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:58.996464+0000 mon.smithi144 (mon.0) 811 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:01:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:59.005550+0000 mon.smithi144 (mon.0) 812 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: cluster 2024-01-21T09:00:59.006356+0000 mgr.smithi144.tlyrca (mgr.14186) 606 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:01:00.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:59.015958+0000 mon.smithi144 (mon.0) 813 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:01:00.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: audit 2024-01-21T09:00:59.030447+0000 mon.smithi144 (mon.0) 814 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:00:59 smithi177 bash[20374]: cephadm 2024-01-21T09:00:59.034124+0000 mgr.smithi144.tlyrca (mgr.14186) 607 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.lboocd on smithi177 2024-01-21T09:01:00.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.970424+0000 mon.smithi144 (mon.0) 800 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.971738+0000 mon.smithi144 (mon.0) 801 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.973003+0000 mon.smithi144 (mon.0) 802 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.974276+0000 mon.smithi144 (mon.0) 803 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: cephadm 2024-01-21T09:00:58.975267+0000 mgr.smithi144.tlyrca (mgr.14186) 604 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 2761M 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.982388+0000 mon.smithi144 (mon.0) 804 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.984650+0000 mon.smithi144 (mon.0) 805 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.985774+0000 mon.smithi144 (mon.0) 806 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.986749+0000 mon.smithi144 (mon.0) 807 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.987609+0000 mon.smithi144 (mon.0) 808 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: cephadm 2024-01-21T09:00:58.988287+0000 mgr.smithi144.tlyrca (mgr.14186) 605 : cephadm [INF] Adjusting osd_memory_target on smithi144 to 2249M 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.993168+0000 mon.smithi144 (mon.0) 809 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.995324+0000 mon.smithi144 (mon.0) 810 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:58.996464+0000 mon.smithi144 (mon.0) 811 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:01:00.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:59.005550+0000 mon.smithi144 (mon.0) 812 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: cluster 2024-01-21T09:00:59.006356+0000 mgr.smithi144.tlyrca (mgr.14186) 606 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:01:00.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:59.015958+0000 mon.smithi144 (mon.0) 813 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:01:00.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: audit 2024-01-21T09:00:59.030447+0000 mon.smithi144 (mon.0) 814 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:00.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:00:59 smithi144 bash[16259]: cephadm 2024-01-21T09:00:59.034124+0000 mgr.smithi144.tlyrca (mgr.14186) 607 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.lboocd on smithi177 2024-01-21T09:01:01.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:00 smithi177 bash[20374]: cluster 2024-01-21T09:01:00.002794+0000 mon.smithi144 (mon.0) 815 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:01:01.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:00 smithi177 bash[20374]: cluster 2024-01-21T09:01:00.002858+0000 mon.smithi144 (mon.0) 816 : cluster [INF] Cluster is now healthy 2024-01-21T09:01:01.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:00 smithi144 bash[16259]: cluster 2024-01-21T09:01:00.002794+0000 mon.smithi144 (mon.0) 815 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:01:01.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:00 smithi144 bash[16259]: cluster 2024-01-21T09:01:00.002858+0000 mon.smithi144 (mon.0) 816 : cluster [INF] Cluster is now healthy 2024-01-21T09:01:02.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:01 smithi177 bash[20374]: cluster 2024-01-21T09:01:01.007159+0000 mgr.smithi144.tlyrca (mgr.14186) 608 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:01:02.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:01 smithi144 bash[16259]: cluster 2024-01-21T09:01:01.007159+0000 mgr.smithi144.tlyrca (mgr.14186) 608 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:01:02.254 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:02.255 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:58:50.424106Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.imurmp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:54.580214Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ngekif on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ngekif\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ngekif\nDeploy daemon haproxy.nfs.foo.smithi177.ngekif ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.665958Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.xesdld on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-xesdld\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.xesdld\nDeploy daemon haproxy.nfs.foo.smithi144.xesdld ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T08:59:58.667794Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.hwzuof on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:02.924 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:02 smithi177 bash[20374]: audit 2024-01-21T09:01:02.243262+0000 mgr.smithi144.tlyrca (mgr.14186) 609 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:02 smithi144 bash[16259]: audit 2024-01-21T09:01:02.243262+0000 mgr.smithi144.tlyrca (mgr.14186) 609 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:03.925 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:04.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: cephadm 2024-01-21T09:01:02.930980+0000 mgr.smithi144.tlyrca (mgr.14186) 610 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lboocd ... 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lboocd ... 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:04.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: cephadm 2024-01-21T09:01:02.931474+0000 mgr.smithi144.tlyrca (mgr.14186) 611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: audit 2024-01-21T09:01:02.932110+0000 mon.smithi144 (mon.0) 817 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.lboocd"}]: dispatch 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: cephadm 2024-01-21T09:01:02.933741+0000 mgr.smithi144.tlyrca (mgr.14186) 612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lboocd ... 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: cephadm 2024-01-21T09:01:02.938255+0000 mgr.smithi144.tlyrca (mgr.14186) 613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.gbsdzo on smithi144 2024-01-21T09:01:04.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:03 smithi177 bash[20374]: cluster 2024-01-21T09:01:03.008052+0000 mgr.smithi144.tlyrca (mgr.14186) 614 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-21T09:01:04.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: cephadm 2024-01-21T09:01:02.930980+0000 mgr.smithi144.tlyrca (mgr.14186) 610 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lboocd ... 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:01:04.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lboocd ... 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:04.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: cephadm 2024-01-21T09:01:02.931474+0000 mgr.smithi144.tlyrca (mgr.14186) 611 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: audit 2024-01-21T09:01:02.932110+0000 mon.smithi144 (mon.0) 817 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.lboocd"}]: dispatch 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: cephadm 2024-01-21T09:01:02.933741+0000 mgr.smithi144.tlyrca (mgr.14186) 612 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lboocd ... 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:04.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:04.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:04.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: cephadm 2024-01-21T09:01:02.938255+0000 mgr.smithi144.tlyrca (mgr.14186) 613 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.gbsdzo on smithi144 2024-01-21T09:01:04.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:03 smithi144 bash[16259]: cluster 2024-01-21T09:01:03.008052+0000 mgr.smithi144.tlyrca (mgr.14186) 614 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-21T09:01:06.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:06 smithi144 bash[16259]: cluster 2024-01-21T09:01:05.009040+0000 mgr.smithi144.tlyrca (mgr.14186) 615 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:01:06.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:06 smithi177 bash[20374]: cluster 2024-01-21T09:01:05.009040+0000 mgr.smithi144.tlyrca (mgr.14186) 615 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:01:07.101 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:07.101 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:07.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:07 smithi144 bash[16259]: audit 2024-01-21T09:01:06.748265+0000 mon.smithi144 (mon.0) 818 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.gbsdzo"}]: dispatch 2024-01-21T09:01:07.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:07 smithi144 bash[16259]: audit 2024-01-21T09:01:06.929531+0000 mon.smithi144 (mon.0) 819 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:07.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:07 smithi177 bash[20374]: audit 2024-01-21T09:01:06.748265+0000 mon.smithi144 (mon.0) 818 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.gbsdzo"}]: dispatch 2024-01-21T09:01:07.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:07 smithi177 bash[20374]: audit 2024-01-21T09:01:06.929531+0000 mon.smithi144 (mon.0) 819 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:01:07.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:08.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: cephadm 2024-01-21T09:01:06.747533+0000 mgr.smithi144.tlyrca (mgr.14186) 616 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.gbsdzo ... 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.443 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.gbsdzo ... 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:08.444 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: cephadm 2024-01-21T09:01:06.747829+0000 mgr.smithi144.tlyrca (mgr.14186) 617 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: cephadm 2024-01-21T09:01:06.749662+0000 mgr.smithi144.tlyrca (mgr.14186) 618 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.gbsdzo ... 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:08.445 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:08.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:08.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: cephadm 2024-01-21T09:01:06.751847+0000 mgr.smithi144.tlyrca (mgr.14186) 619 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:01:08.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: cephadm 2024-01-21T09:01:06.753618+0000 mgr.smithi144.tlyrca (mgr.14186) 620 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:01:08.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: cluster 2024-01-21T09:01:06.754770+0000 mgr.smithi144.tlyrca (mgr.14186) 621 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:01:08.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: audit 2024-01-21T09:01:07.083410+0000 mgr.smithi144.tlyrca (mgr.14186) 622 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:08.446 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:08 smithi144 bash[16259]: cluster 2024-01-21T09:01:07.130026+0000 mon.smithi144 (mon.0) 820 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:01:08.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: cephadm 2024-01-21T09:01:06.747533+0000 mgr.smithi144.tlyrca (mgr.14186) 616 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:08.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.gbsdzo ... 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:01:08.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.gbsdzo ... 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: cephadm 2024-01-21T09:01:06.747829+0000 mgr.smithi144.tlyrca (mgr.14186) 617 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: cephadm 2024-01-21T09:01:06.749662+0000 mgr.smithi144.tlyrca (mgr.14186) 618 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo 2024-01-21T09:01:08.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.gbsdzo ... 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: cephadm 2024-01-21T09:01:06.751847+0000 mgr.smithi144.tlyrca (mgr.14186) 619 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: cephadm 2024-01-21T09:01:06.753618+0000 mgr.smithi144.tlyrca (mgr.14186) 620 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: cluster 2024-01-21T09:01:06.754770+0000 mgr.smithi144.tlyrca (mgr.14186) 621 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: audit 2024-01-21T09:01:07.083410+0000 mgr.smithi144.tlyrca (mgr.14186) 622 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:08.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:08 smithi177 bash[20374]: cluster 2024-01-21T09:01:07.130026+0000 mon.smithi144 (mon.0) 820 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:01:08.748 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:10.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:10 smithi144 bash[16259]: cluster 2024-01-21T09:01:08.756071+0000 mgr.smithi144.tlyrca (mgr.14186) 623 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:01:10.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:10 smithi177 bash[20374]: cluster 2024-01-21T09:01:08.756071+0000 mgr.smithi144.tlyrca (mgr.14186) 623 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:01:11.905 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:11.905 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:12.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:12 smithi144 bash[16259]: cluster 2024-01-21T09:01:10.757308+0000 mgr.smithi144.tlyrca (mgr.14186) 624 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:12.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:12.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:12 smithi177 bash[20374]: cluster 2024-01-21T09:01:10.757308+0000 mgr.smithi144.tlyrca (mgr.14186) 624 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:13.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:13 smithi144 bash[16259]: audit 2024-01-21T09:01:11.888110+0000 mgr.smithi144.tlyrca (mgr.14186) 625 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:13.496 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:13.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:13 smithi177 bash[20374]: audit 2024-01-21T09:01:11.888110+0000 mgr.smithi144.tlyrca (mgr.14186) 625 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:14.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:14 smithi144 bash[16259]: cluster 2024-01-21T09:01:12.758615+0000 mgr.smithi144.tlyrca (mgr.14186) 626 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:14.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:14 smithi177 bash[20374]: cluster 2024-01-21T09:01:12.758615+0000 mgr.smithi144.tlyrca (mgr.14186) 626 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:16.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:16 smithi144 bash[16259]: cluster 2024-01-21T09:01:14.760067+0000 mgr.smithi144.tlyrca (mgr.14186) 627 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:16.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:16 smithi177 bash[20374]: cluster 2024-01-21T09:01:14.760067+0000 mgr.smithi144.tlyrca (mgr.14186) 627 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:16.670 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:16.670 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:17.383 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:17.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:17 smithi144 bash[16259]: audit 2024-01-21T09:01:16.653434+0000 mgr.smithi144.tlyrca (mgr.14186) 628 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:17.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:17 smithi177 bash[20374]: audit 2024-01-21T09:01:16.653434+0000 mgr.smithi144.tlyrca (mgr.14186) 628 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:18.384 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:18.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:18 smithi144 bash[16259]: cluster 2024-01-21T09:01:16.760670+0000 mgr.smithi144.tlyrca (mgr.14186) 629 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:18.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:18 smithi177 bash[20374]: cluster 2024-01-21T09:01:16.760670+0000 mgr.smithi144.tlyrca (mgr.14186) 629 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:01:20.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:20 smithi177 bash[20374]: cluster 2024-01-21T09:01:18.761906+0000 mgr.smithi144.tlyrca (mgr.14186) 630 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:20.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:20 smithi144 bash[16259]: cluster 2024-01-21T09:01:18.761906+0000 mgr.smithi144.tlyrca (mgr.14186) 630 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:21.499 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:21.499 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:22.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:22.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:22 smithi144 bash[16259]: cluster 2024-01-21T09:01:20.763156+0000 mgr.smithi144.tlyrca (mgr.14186) 631 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:22.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:22 smithi144 bash[16259]: audit 2024-01-21T09:01:21.489419+0000 mgr.smithi144.tlyrca (mgr.14186) 632 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:22.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:22 smithi177 bash[20374]: cluster 2024-01-21T09:01:20.763156+0000 mgr.smithi144.tlyrca (mgr.14186) 631 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:22.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:22 smithi177 bash[20374]: audit 2024-01-21T09:01:21.489419+0000 mgr.smithi144.tlyrca (mgr.14186) 632 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:23.136 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:24.564 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:24 smithi144 bash[16259]: cluster 2024-01-21T09:01:22.764367+0000 mgr.smithi144.tlyrca (mgr.14186) 633 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:24.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:24 smithi177 bash[20374]: cluster 2024-01-21T09:01:22.764367+0000 mgr.smithi144.tlyrca (mgr.14186) 633 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:26.271 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:26.271 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:26.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:26 smithi177 bash[20374]: cluster 2024-01-21T09:01:24.765380+0000 mgr.smithi144.tlyrca (mgr.14186) 634 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:26.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:26 smithi144 bash[16259]: cluster 2024-01-21T09:01:24.765380+0000 mgr.smithi144.tlyrca (mgr.14186) 634 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:26.930 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:27.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:27 smithi177 bash[20374]: audit 2024-01-21T09:01:26.260190+0000 mgr.smithi144.tlyrca (mgr.14186) 635 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:27.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:27 smithi144 bash[16259]: audit 2024-01-21T09:01:26.260190+0000 mgr.smithi144.tlyrca (mgr.14186) 635 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:27.930 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:28.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:28 smithi177 bash[20374]: cluster 2024-01-21T09:01:26.766356+0000 mgr.smithi144.tlyrca (mgr.14186) 636 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:28.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:28 smithi144 bash[16259]: cluster 2024-01-21T09:01:26.766356+0000 mgr.smithi144.tlyrca (mgr.14186) 636 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:30.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:30 smithi177 bash[20374]: cluster 2024-01-21T09:01:28.767596+0000 mgr.smithi144.tlyrca (mgr.14186) 637 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:30.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:30 smithi144 bash[16259]: cluster 2024-01-21T09:01:28.767596+0000 mgr.smithi144.tlyrca (mgr.14186) 637 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:31.258 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:31.258 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:31.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:32 smithi177 bash[20374]: cluster 2024-01-21T09:01:30.768727+0000 mgr.smithi144.tlyrca (mgr.14186) 638 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:32 smithi177 bash[20374]: audit 2024-01-21T09:01:31.241008+0000 mgr.smithi144.tlyrca (mgr.14186) 639 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:32.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:32 smithi144 bash[16259]: cluster 2024-01-21T09:01:30.768727+0000 mgr.smithi144.tlyrca (mgr.14186) 638 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:32.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:32 smithi144 bash[16259]: audit 2024-01-21T09:01:31.241008+0000 mgr.smithi144.tlyrca (mgr.14186) 639 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:32.838 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:34.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:34 smithi177 bash[20374]: cluster 2024-01-21T09:01:32.769841+0000 mgr.smithi144.tlyrca (mgr.14186) 640 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:34.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:34 smithi144 bash[16259]: cluster 2024-01-21T09:01:32.769841+0000 mgr.smithi144.tlyrca (mgr.14186) 640 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:36.063 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:36.063 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:36.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:36 smithi144 bash[16259]: cluster 2024-01-21T09:01:34.771140+0000 mgr.smithi144.tlyrca (mgr.14186) 641 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:36.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:36 smithi177 bash[20374]: cluster 2024-01-21T09:01:34.771140+0000 mgr.smithi144.tlyrca (mgr.14186) 641 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:36.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:37.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:37 smithi177 bash[20374]: audit 2024-01-21T09:01:36.045128+0000 mgr.smithi144.tlyrca (mgr.14186) 642 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:37.692 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:37.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:37 smithi144 bash[16259]: audit 2024-01-21T09:01:36.045128+0000 mgr.smithi144.tlyrca (mgr.14186) 642 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:38 smithi177 bash[20374]: cluster 2024-01-21T09:01:36.772170+0000 mgr.smithi144.tlyrca (mgr.14186) 643 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:38.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:38 smithi144 bash[16259]: cluster 2024-01-21T09:01:36.772170+0000 mgr.smithi144.tlyrca (mgr.14186) 643 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:40.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:40 smithi144 bash[16259]: cluster 2024-01-21T09:01:38.772890+0000 mgr.smithi144.tlyrca (mgr.14186) 644 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:40 smithi177 bash[20374]: cluster 2024-01-21T09:01:38.772890+0000 mgr.smithi144.tlyrca (mgr.14186) 644 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:40.916 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:40.916 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:41.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:42.562 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:42.574 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:42 smithi144 bash[16259]: cluster 2024-01-21T09:01:40.774054+0000 mgr.smithi144.tlyrca (mgr.14186) 645 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:42.574 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:42 smithi144 bash[16259]: audit 2024-01-21T09:01:40.906695+0000 mgr.smithi144.tlyrca (mgr.14186) 646 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:42.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:42 smithi177 bash[20374]: cluster 2024-01-21T09:01:40.774054+0000 mgr.smithi144.tlyrca (mgr.14186) 645 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:42.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:42 smithi177 bash[20374]: audit 2024-01-21T09:01:40.906695+0000 mgr.smithi144.tlyrca (mgr.14186) 646 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:44.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:44 smithi177 bash[20374]: cluster 2024-01-21T09:01:42.775401+0000 mgr.smithi144.tlyrca (mgr.14186) 647 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:44 smithi144 bash[16259]: cluster 2024-01-21T09:01:42.775401+0000 mgr.smithi144.tlyrca (mgr.14186) 647 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:45.830 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:45.830 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:46.455 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:46.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:46 smithi177 bash[20374]: cluster 2024-01-21T09:01:44.776755+0000 mgr.smithi144.tlyrca (mgr.14186) 648 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:46.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:46 smithi144 bash[16259]: cluster 2024-01-21T09:01:44.776755+0000 mgr.smithi144.tlyrca (mgr.14186) 648 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:47.456 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:47.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:47 smithi177 bash[20374]: audit 2024-01-21T09:01:45.815986+0000 mgr.smithi144.tlyrca (mgr.14186) 649 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:47 smithi144 bash[16259]: audit 2024-01-21T09:01:45.815986+0000 mgr.smithi144.tlyrca (mgr.14186) 649 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:48.570 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:48 smithi144 bash[16259]: cluster 2024-01-21T09:01:46.777784+0000 mgr.smithi144.tlyrca (mgr.14186) 650 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:48.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:48 smithi177 bash[20374]: cluster 2024-01-21T09:01:46.777784+0000 mgr.smithi144.tlyrca (mgr.14186) 650 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:50 smithi177 bash[20374]: cluster 2024-01-21T09:01:48.779108+0000 mgr.smithi144.tlyrca (mgr.14186) 651 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:50.623 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:50.623 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:50.683 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:50 smithi144 bash[16259]: cluster 2024-01-21T09:01:48.779108+0000 mgr.smithi144.tlyrca (mgr.14186) 651 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:51.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:51.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:51 smithi177 bash[20374]: audit 2024-01-21T09:01:50.607860+0000 mgr.smithi144.tlyrca (mgr.14186) 652 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:51.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:51 smithi144 bash[16259]: audit 2024-01-21T09:01:50.607860+0000 mgr.smithi144.tlyrca (mgr.14186) 652 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:52.269 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:52.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:52 smithi177 bash[20374]: cluster 2024-01-21T09:01:50.780355+0000 mgr.smithi144.tlyrca (mgr.14186) 653 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:52.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:52 smithi144 bash[16259]: cluster 2024-01-21T09:01:50.780355+0000 mgr.smithi144.tlyrca (mgr.14186) 653 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:54.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:54 smithi177 bash[20374]: cluster 2024-01-21T09:01:52.781635+0000 mgr.smithi144.tlyrca (mgr.14186) 654 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:54 smithi144 bash[16259]: cluster 2024-01-21T09:01:52.781635+0000 mgr.smithi144.tlyrca (mgr.14186) 654 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:55.548 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:01:55.548 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:01:56.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:01:56.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:56 smithi144 bash[16259]: cluster 2024-01-21T09:01:54.783094+0000 mgr.smithi144.tlyrca (mgr.14186) 655 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:56.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:56 smithi144 bash[16259]: audit 2024-01-21T09:01:55.534602+0000 mgr.smithi144.tlyrca (mgr.14186) 656 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:56.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:56 smithi177 bash[20374]: cluster 2024-01-21T09:01:54.783094+0000 mgr.smithi144.tlyrca (mgr.14186) 655 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:01:56.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:56 smithi177 bash[20374]: audit 2024-01-21T09:01:55.534602+0000 mgr.smithi144.tlyrca (mgr.14186) 656 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:01:57.172 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:01:58.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:01:58 smithi177 bash[20374]: cluster 2024-01-21T09:01:56.784149+0000 mgr.smithi144.tlyrca (mgr.14186) 657 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:01:58.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:01:58 smithi144 bash[16259]: cluster 2024-01-21T09:01:56.784149+0000 mgr.smithi144.tlyrca (mgr.14186) 657 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:00.447 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:00.448 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:00.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:00 smithi177 bash[20374]: cluster 2024-01-21T09:01:58.785568+0000 mgr.smithi144.tlyrca (mgr.14186) 658 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:00 smithi144 bash[16259]: cluster 2024-01-21T09:01:58.785568+0000 mgr.smithi144.tlyrca (mgr.14186) 658 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:01.084 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:01.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:01 smithi144 bash[16259]: audit 2024-01-21T09:02:00.436899+0000 mgr.smithi144.tlyrca (mgr.14186) 659 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:01.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:01 smithi177 bash[20374]: audit 2024-01-21T09:02:00.436899+0000 mgr.smithi144.tlyrca (mgr.14186) 659 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:02.085 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:02.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:02 smithi144 bash[16259]: cluster 2024-01-21T09:02:00.786870+0000 mgr.smithi144.tlyrca (mgr.14186) 660 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:02.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:02 smithi177 bash[20374]: cluster 2024-01-21T09:02:00.786870+0000 mgr.smithi144.tlyrca (mgr.14186) 660 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:04.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:04 smithi144 bash[16259]: cluster 2024-01-21T09:02:02.788009+0000 mgr.smithi144.tlyrca (mgr.14186) 661 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:04.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:04 smithi177 bash[20374]: cluster 2024-01-21T09:02:02.788009+0000 mgr.smithi144.tlyrca (mgr.14186) 661 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:05.143 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:05.143 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:05.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:06.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:06 smithi144 bash[16259]: cluster 2024-01-21T09:02:04.789501+0000 mgr.smithi144.tlyrca (mgr.14186) 662 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:06.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:06 smithi144 bash[16259]: audit 2024-01-21T09:02:05.131231+0000 mgr.smithi144.tlyrca (mgr.14186) 663 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:06.807 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:06.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:06 smithi177 bash[20374]: cluster 2024-01-21T09:02:04.789501+0000 mgr.smithi144.tlyrca (mgr.14186) 662 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:06.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:06 smithi177 bash[20374]: audit 2024-01-21T09:02:05.131231+0000 mgr.smithi144.tlyrca (mgr.14186) 663 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:07.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:07 smithi144 bash[16259]: audit 2024-01-21T09:02:06.757436+0000 mon.smithi144 (mon.0) 821 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:02:07.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:07 smithi144 bash[16259]: audit 2024-01-21T09:02:07.081271+0000 mon.smithi144 (mon.0) 822 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:02:07.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:07 smithi144 bash[16259]: audit 2024-01-21T09:02:07.082495+0000 mon.smithi144 (mon.0) 823 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:02:07.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:07 smithi144 bash[16259]: audit 2024-01-21T09:02:07.089625+0000 mon.smithi144 (mon.0) 824 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:07.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:07 smithi144 bash[16259]: audit 2024-01-21T09:02:07.098860+0000 mon.smithi144 (mon.0) 825 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:02:07.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:07 smithi144 bash[16259]: audit 2024-01-21T09:02:07.113294+0000 mon.smithi144 (mon.0) 826 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:07 smithi177 bash[20374]: audit 2024-01-21T09:02:06.757436+0000 mon.smithi144 (mon.0) 821 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:02:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:07 smithi177 bash[20374]: audit 2024-01-21T09:02:07.081271+0000 mon.smithi144 (mon.0) 822 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:02:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:07 smithi177 bash[20374]: audit 2024-01-21T09:02:07.082495+0000 mon.smithi144 (mon.0) 823 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:02:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:07 smithi177 bash[20374]: audit 2024-01-21T09:02:07.089625+0000 mon.smithi144 (mon.0) 824 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:07 smithi177 bash[20374]: audit 2024-01-21T09:02:07.098860+0000 mon.smithi144 (mon.0) 825 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:02:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:07 smithi177 bash[20374]: audit 2024-01-21T09:02:07.113294+0000 mon.smithi144 (mon.0) 826 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:08.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:08 smithi144 bash[16259]: cluster 2024-01-21T09:02:06.790434+0000 mgr.smithi144.tlyrca (mgr.14186) 664 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:08.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:08 smithi144 bash[16259]: cluster 2024-01-21T09:02:07.090804+0000 mgr.smithi144.tlyrca (mgr.14186) 665 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:02:08.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:08 smithi144 bash[16259]: cephadm 2024-01-21T09:02:07.116960+0000 mgr.smithi144.tlyrca (mgr.14186) 666 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.awndel on smithi177 2024-01-21T09:02:08.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:08 smithi144 bash[16259]: cluster 2024-01-21T09:02:07.362564+0000 mon.smithi144 (mon.0) 827 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:02:08.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:08 smithi144 bash[16259]: cluster 2024-01-21T09:02:07.362639+0000 mon.smithi144 (mon.0) 828 : cluster [INF] Cluster is now healthy 2024-01-21T09:02:08.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:08 smithi177 bash[20374]: cluster 2024-01-21T09:02:06.790434+0000 mgr.smithi144.tlyrca (mgr.14186) 664 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:08.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:08 smithi177 bash[20374]: cluster 2024-01-21T09:02:07.090804+0000 mgr.smithi144.tlyrca (mgr.14186) 665 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:02:08.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:08 smithi177 bash[20374]: cephadm 2024-01-21T09:02:07.116960+0000 mgr.smithi144.tlyrca (mgr.14186) 666 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.awndel on smithi177 2024-01-21T09:02:08.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:08 smithi177 bash[20374]: cluster 2024-01-21T09:02:07.362564+0000 mon.smithi144 (mon.0) 827 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:02:08.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:08 smithi177 bash[20374]: cluster 2024-01-21T09:02:07.362639+0000 mon.smithi144 (mon.0) 828 : cluster [INF] Cluster is now healthy 2024-01-21T09:02:10.095 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:10.095 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T08:59:58.669377Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dtzbzu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:02.933505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lboocd on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lboocd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lboocd\nDeploy daemon haproxy.nfs.foo.smithi177.lboocd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.749520Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.gbsdzo on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-gbsdzo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.gbsdzo\nDeploy daemon haproxy.nfs.foo.smithi144.gbsdzo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:01:06.751749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.nxndzf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:10.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:10 smithi144 bash[16259]: cluster 2024-01-21T09:02:09.091975+0000 mgr.smithi144.tlyrca (mgr.14186) 667 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:02:10.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:10 smithi144 bash[16259]: audit 2024-01-21T09:02:09.289346+0000 mon.smithi144 (mon.0) 829 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:10.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:10 smithi177 bash[20374]: cluster 2024-01-21T09:02:09.091975+0000 mgr.smithi144.tlyrca (mgr.14186) 667 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:02:10.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:10 smithi177 bash[20374]: audit 2024-01-21T09:02:09.289346+0000 mon.smithi144 (mon.0) 829 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:10.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:11.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:11 smithi177 bash[20374]: audit 2024-01-21T09:02:10.078787+0000 mgr.smithi144.tlyrca (mgr.14186) 668 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:11.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:11 smithi177 bash[20374]: audit 2024-01-21T09:02:10.970946+0000 mon.smithi144 (mon.0) 830 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.awndel"}]: dispatch 2024-01-21T09:02:11.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:11 smithi144 bash[16259]: audit 2024-01-21T09:02:10.078787+0000 mgr.smithi144.tlyrca (mgr.14186) 668 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:11.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:11 smithi144 bash[16259]: audit 2024-01-21T09:02:10.970946+0000 mon.smithi144 (mon.0) 830 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.awndel"}]: dispatch 2024-01-21T09:02:11.725 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:12.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: cephadm 2024-01-21T09:02:10.969735+0000 mgr.smithi144.tlyrca (mgr.14186) 669 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.awndel ... 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:12.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.awndel ... 2024-01-21T09:02:12.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: cephadm 2024-01-21T09:02:10.970181+0000 mgr.smithi144.tlyrca (mgr.14186) 670 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: cephadm 2024-01-21T09:02:10.972948+0000 mgr.smithi144.tlyrca (mgr.14186) 671 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.awndel ... 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:12.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:12.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:12.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: cephadm 2024-01-21T09:02:10.978190+0000 mgr.smithi144.tlyrca (mgr.14186) 672 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.vaxpis on smithi144 2024-01-21T09:02:12.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:12 smithi177 bash[20374]: cluster 2024-01-21T09:02:11.092888+0000 mgr.smithi144.tlyrca (mgr.14186) 673 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: cephadm 2024-01-21T09:02:10.969735+0000 mgr.smithi144.tlyrca (mgr.14186) 669 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.awndel ... 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:12.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.awndel ... 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: cephadm 2024-01-21T09:02:10.970181+0000 mgr.smithi144.tlyrca (mgr.14186) 670 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: cephadm 2024-01-21T09:02:10.972948+0000 mgr.smithi144.tlyrca (mgr.14186) 671 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:12.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.awndel ... 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: cephadm 2024-01-21T09:02:10.978190+0000 mgr.smithi144.tlyrca (mgr.14186) 672 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.vaxpis on smithi144 2024-01-21T09:02:12.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:12 smithi144 bash[16259]: cluster 2024-01-21T09:02:11.092888+0000 mgr.smithi144.tlyrca (mgr.14186) 673 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:02:14.569 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:14 smithi144 bash[16259]: cluster 2024-01-21T09:02:13.093677+0000 mgr.smithi144.tlyrca (mgr.14186) 674 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-21T09:02:14.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:14 smithi177 bash[20374]: cluster 2024-01-21T09:02:13.093677+0000 mgr.smithi144.tlyrca (mgr.14186) 674 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-21T09:02:14.930 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:14.931 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:15.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:15 smithi177 bash[20374]: audit 2024-01-21T09:02:14.757871+0000 mon.smithi144 (mon.0) 831 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.vaxpis"}]: dispatch 2024-01-21T09:02:15.634 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:15 smithi144 bash[16259]: audit 2024-01-21T09:02:14.757871+0000 mon.smithi144 (mon.0) 831 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.vaxpis"}]: dispatch 2024-01-21T09:02:15.635 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:16.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: cephadm 2024-01-21T09:02:14.757126+0000 mgr.smithi144.tlyrca (mgr.14186) 675 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.vaxpis ... 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.vaxpis ... 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:16.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: cephadm 2024-01-21T09:02:14.757412+0000 mgr.smithi144.tlyrca (mgr.14186) 676 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: cephadm 2024-01-21T09:02:14.759060+0000 mgr.smithi144.tlyrca (mgr.14186) 677 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.vaxpis ... 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:16.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:16.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:16.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: cephadm 2024-01-21T09:02:14.761455+0000 mgr.smithi144.tlyrca (mgr.14186) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:02:16.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: cephadm 2024-01-21T09:02:14.763504+0000 mgr.smithi144.tlyrca (mgr.14186) 679 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:02:16.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: cluster 2024-01-21T09:02:14.764709+0000 mgr.smithi144.tlyrca (mgr.14186) 680 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:02:16.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: audit 2024-01-21T09:02:14.920864+0000 mgr.smithi144.tlyrca (mgr.14186) 681 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:16.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:16 smithi177 bash[20374]: cluster 2024-01-21T09:02:15.306645+0000 mon.smithi144 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:02:16.637 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:16.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: cephadm 2024-01-21T09:02:14.757126+0000 mgr.smithi144.tlyrca (mgr.14186) 675 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:16.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:16.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.650 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.vaxpis ... 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:02:16.651 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.vaxpis ... 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.652 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: cephadm 2024-01-21T09:02:14.757412+0000 mgr.smithi144.tlyrca (mgr.14186) 676 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: cephadm 2024-01-21T09:02:14.759060+0000 mgr.smithi144.tlyrca (mgr.14186) 677 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.vaxpis ... 2024-01-21T09:02:16.653 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: cephadm 2024-01-21T09:02:14.761455+0000 mgr.smithi144.tlyrca (mgr.14186) 678 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: cephadm 2024-01-21T09:02:14.763504+0000 mgr.smithi144.tlyrca (mgr.14186) 679 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: cluster 2024-01-21T09:02:14.764709+0000 mgr.smithi144.tlyrca (mgr.14186) 680 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: audit 2024-01-21T09:02:14.920864+0000 mgr.smithi144.tlyrca (mgr.14186) 681 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:16.654 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:16 smithi144 bash[16259]: cluster 2024-01-21T09:02:15.306645+0000 mon.smithi144 (mon.0) 832 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:02:18.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:17 smithi177 bash[20374]: cluster 2024-01-21T09:02:16.765748+0000 mgr.smithi144.tlyrca (mgr.14186) 682 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:02:18.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:17 smithi177 bash[20374]: audit 2024-01-21T09:02:16.984643+0000 mon.smithi144 (mon.0) 833 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:18.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:17 smithi144 bash[16259]: cluster 2024-01-21T09:02:16.765748+0000 mgr.smithi144.tlyrca (mgr.14186) 682 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:02:18.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:17 smithi144 bash[16259]: audit 2024-01-21T09:02:16.984643+0000 mon.smithi144 (mon.0) 833 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:19.798 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:19.798 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:20.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:20 smithi144 bash[16259]: cluster 2024-01-21T09:02:18.766994+0000 mgr.smithi144.tlyrca (mgr.14186) 683 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:20.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:20.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:20 smithi177 bash[20374]: cluster 2024-01-21T09:02:18.766994+0000 mgr.smithi144.tlyrca (mgr.14186) 683 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:21.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:21 smithi144 bash[16259]: audit 2024-01-21T09:02:19.788091+0000 mgr.smithi144.tlyrca (mgr.14186) 684 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:21.445 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:21.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:21 smithi177 bash[20374]: audit 2024-01-21T09:02:19.788091+0000 mgr.smithi144.tlyrca (mgr.14186) 684 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:22.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:22 smithi144 bash[16259]: cluster 2024-01-21T09:02:20.768263+0000 mgr.smithi144.tlyrca (mgr.14186) 685 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:22.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:22 smithi177 bash[20374]: cluster 2024-01-21T09:02:20.768263+0000 mgr.smithi144.tlyrca (mgr.14186) 685 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:24.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:24 smithi144 bash[16259]: cluster 2024-01-21T09:02:22.769370+0000 mgr.smithi144.tlyrca (mgr.14186) 686 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:24.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:24 smithi177 bash[20374]: cluster 2024-01-21T09:02:22.769370+0000 mgr.smithi144.tlyrca (mgr.14186) 686 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:24.647 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:24.647 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:25.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:25.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:25 smithi177 bash[20374]: audit 2024-01-21T09:02:24.291324+0000 mon.smithi144 (mon.0) 834 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:25.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:25 smithi177 bash[20374]: audit 2024-01-21T09:02:24.632583+0000 mgr.smithi144.tlyrca (mgr.14186) 687 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:25.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:25 smithi144 bash[16259]: audit 2024-01-21T09:02:24.291324+0000 mon.smithi144 (mon.0) 834 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:02:25.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:25 smithi144 bash[16259]: audit 2024-01-21T09:02:24.632583+0000 mgr.smithi144.tlyrca (mgr.14186) 687 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:26.262 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:26.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:26 smithi177 bash[20374]: cluster 2024-01-21T09:02:24.770643+0000 mgr.smithi144.tlyrca (mgr.14186) 688 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:26.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:26 smithi144 bash[16259]: cluster 2024-01-21T09:02:24.770643+0000 mgr.smithi144.tlyrca (mgr.14186) 688 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:02:28.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:28 smithi177 bash[20374]: cluster 2024-01-21T09:02:26.771656+0000 mgr.smithi144.tlyrca (mgr.14186) 689 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:28.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:28 smithi144 bash[16259]: cluster 2024-01-21T09:02:26.771656+0000 mgr.smithi144.tlyrca (mgr.14186) 689 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:29.476 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:29.477 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:30.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:30.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:30 smithi144 bash[16259]: cluster 2024-01-21T09:02:28.772901+0000 mgr.smithi144.tlyrca (mgr.14186) 690 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:30.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:30 smithi144 bash[16259]: audit 2024-01-21T09:02:29.466863+0000 mgr.smithi144.tlyrca (mgr.14186) 691 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:30.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:30 smithi177 bash[20374]: cluster 2024-01-21T09:02:28.772901+0000 mgr.smithi144.tlyrca (mgr.14186) 690 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:30.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:30 smithi177 bash[20374]: audit 2024-01-21T09:02:29.466863+0000 mgr.smithi144.tlyrca (mgr.14186) 691 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:31.072 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:32 smithi144 bash[16259]: cluster 2024-01-21T09:02:30.774224+0000 mgr.smithi144.tlyrca (mgr.14186) 692 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:32 smithi177 bash[20374]: cluster 2024-01-21T09:02:30.774224+0000 mgr.smithi144.tlyrca (mgr.14186) 692 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:34.220 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:34.220 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:34.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:34 smithi177 bash[20374]: cluster 2024-01-21T09:02:32.775322+0000 mgr.smithi144.tlyrca (mgr.14186) 693 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:34.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:34 smithi144 bash[16259]: cluster 2024-01-21T09:02:32.775322+0000 mgr.smithi144.tlyrca (mgr.14186) 693 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:34.830 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:35.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:35 smithi177 bash[20374]: audit 2024-01-21T09:02:34.205984+0000 mgr.smithi144.tlyrca (mgr.14186) 694 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:35.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:35 smithi144 bash[16259]: audit 2024-01-21T09:02:34.205984+0000 mgr.smithi144.tlyrca (mgr.14186) 694 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:35.830 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:36.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:36 smithi177 bash[20374]: cluster 2024-01-21T09:02:34.776748+0000 mgr.smithi144.tlyrca (mgr.14186) 695 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:36.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:36 smithi144 bash[16259]: cluster 2024-01-21T09:02:34.776748+0000 mgr.smithi144.tlyrca (mgr.14186) 695 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:38.665 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:38 smithi144 bash[16259]: cluster 2024-01-21T09:02:36.777832+0000 mgr.smithi144.tlyrca (mgr.14186) 696 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:38.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:38 smithi177 bash[20374]: cluster 2024-01-21T09:02:36.777832+0000 mgr.smithi144.tlyrca (mgr.14186) 696 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:39.019 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:39.019 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:39.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:40.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:40 smithi144 bash[16259]: cluster 2024-01-21T09:02:38.779050+0000 mgr.smithi144.tlyrca (mgr.14186) 697 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:40.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:40 smithi144 bash[16259]: audit 2024-01-21T09:02:39.004209+0000 mgr.smithi144.tlyrca (mgr.14186) 698 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:40.696 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:40 smithi177 bash[20374]: cluster 2024-01-21T09:02:38.779050+0000 mgr.smithi144.tlyrca (mgr.14186) 697 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:40 smithi177 bash[20374]: audit 2024-01-21T09:02:39.004209+0000 mgr.smithi144.tlyrca (mgr.14186) 698 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:42 smithi144 bash[16259]: cluster 2024-01-21T09:02:40.780316+0000 mgr.smithi144.tlyrca (mgr.14186) 699 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:42.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:42 smithi177 bash[20374]: cluster 2024-01-21T09:02:40.780316+0000 mgr.smithi144.tlyrca (mgr.14186) 699 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:43.882 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:43.882 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:44.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:44 smithi144 bash[16259]: cluster 2024-01-21T09:02:42.781474+0000 mgr.smithi144.tlyrca (mgr.14186) 700 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:44.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:44 smithi177 bash[20374]: cluster 2024-01-21T09:02:42.781474+0000 mgr.smithi144.tlyrca (mgr.14186) 700 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:45.502 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:45.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:45 smithi144 bash[16259]: audit 2024-01-21T09:02:43.866516+0000 mgr.smithi144.tlyrca (mgr.14186) 701 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:45.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:45 smithi177 bash[20374]: audit 2024-01-21T09:02:43.866516+0000 mgr.smithi144.tlyrca (mgr.14186) 701 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:46.682 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:46 smithi144 bash[16259]: cluster 2024-01-21T09:02:44.782770+0000 mgr.smithi144.tlyrca (mgr.14186) 702 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:46.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:46 smithi177 bash[20374]: cluster 2024-01-21T09:02:44.782770+0000 mgr.smithi144.tlyrca (mgr.14186) 702 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:48.691 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:48.691 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:48.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:48 smithi144 bash[16259]: cluster 2024-01-21T09:02:46.783768+0000 mgr.smithi144.tlyrca (mgr.14186) 703 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:48.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:48 smithi177 bash[20374]: cluster 2024-01-21T09:02:46.783768+0000 mgr.smithi144.tlyrca (mgr.14186) 703 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:49.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:49.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:49 smithi144 bash[16259]: audit 2024-01-21T09:02:48.676577+0000 mgr.smithi144.tlyrca (mgr.14186) 704 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:49.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:49 smithi177 bash[20374]: audit 2024-01-21T09:02:48.676577+0000 mgr.smithi144.tlyrca (mgr.14186) 704 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:50.319 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:50.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:50 smithi144 bash[16259]: cluster 2024-01-21T09:02:48.785025+0000 mgr.smithi144.tlyrca (mgr.14186) 705 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:50.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:50 smithi177 bash[20374]: cluster 2024-01-21T09:02:48.785025+0000 mgr.smithi144.tlyrca (mgr.14186) 705 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:52.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:52 smithi144 bash[16259]: cluster 2024-01-21T09:02:50.786322+0000 mgr.smithi144.tlyrca (mgr.14186) 706 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:52.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:52 smithi177 bash[20374]: cluster 2024-01-21T09:02:50.786322+0000 mgr.smithi144.tlyrca (mgr.14186) 706 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:53.668 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:53.671 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:54.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:54.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:54 smithi144 bash[16259]: cluster 2024-01-21T09:02:52.787469+0000 mgr.smithi144.tlyrca (mgr.14186) 707 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:54.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:54 smithi144 bash[16259]: audit 2024-01-21T09:02:53.650647+0000 mgr.smithi144.tlyrca (mgr.14186) 708 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:54.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:54 smithi177 bash[20374]: cluster 2024-01-21T09:02:52.787469+0000 mgr.smithi144.tlyrca (mgr.14186) 707 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:54.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:54 smithi177 bash[20374]: audit 2024-01-21T09:02:53.650647+0000 mgr.smithi144.tlyrca (mgr.14186) 708 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:55.262 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:02:56.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:56 smithi144 bash[16259]: cluster 2024-01-21T09:02:54.788857+0000 mgr.smithi144.tlyrca (mgr.14186) 709 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:56.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:56 smithi177 bash[20374]: cluster 2024-01-21T09:02:54.788857+0000 mgr.smithi144.tlyrca (mgr.14186) 709 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:02:58.462 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:02:58.462 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:02:58.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:58 smithi144 bash[16259]: cluster 2024-01-21T09:02:56.789934+0000 mgr.smithi144.tlyrca (mgr.14186) 710 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:58.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:58 smithi177 bash[20374]: cluster 2024-01-21T09:02:56.789934+0000 mgr.smithi144.tlyrca (mgr.14186) 710 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:02:59.075 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:02:59.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:02:59 smithi144 bash[16259]: audit 2024-01-21T09:02:58.449461+0000 mgr.smithi144.tlyrca (mgr.14186) 711 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:02:59.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:02:59 smithi177 bash[20374]: audit 2024-01-21T09:02:58.449461+0000 mgr.smithi144.tlyrca (mgr.14186) 711 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:00.076 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:00 smithi144 bash[16259]: cluster 2024-01-21T09:02:58.791340+0000 mgr.smithi144.tlyrca (mgr.14186) 712 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:00.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:00 smithi177 bash[20374]: cluster 2024-01-21T09:02:58.791340+0000 mgr.smithi144.tlyrca (mgr.14186) 712 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:02.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:02 smithi144 bash[16259]: cluster 2024-01-21T09:03:00.792648+0000 mgr.smithi144.tlyrca (mgr.14186) 713 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:02.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:02 smithi177 bash[20374]: cluster 2024-01-21T09:03:00.792648+0000 mgr.smithi144.tlyrca (mgr.14186) 713 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:03.218 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:03.218 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:03.845 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:04.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:04 smithi177 bash[20374]: cluster 2024-01-21T09:03:02.794164+0000 mgr.smithi144.tlyrca (mgr.14186) 714 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:04.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:04 smithi177 bash[20374]: audit 2024-01-21T09:03:03.200791+0000 mgr.smithi144.tlyrca (mgr.14186) 715 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:04.846 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:04.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:04 smithi144 bash[16259]: cluster 2024-01-21T09:03:02.794164+0000 mgr.smithi144.tlyrca (mgr.14186) 714 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:04.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:04 smithi144 bash[16259]: audit 2024-01-21T09:03:03.200791+0000 mgr.smithi144.tlyrca (mgr.14186) 715 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:06.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:06 smithi177 bash[20374]: cluster 2024-01-21T09:03:04.795525+0000 mgr.smithi144.tlyrca (mgr.14186) 716 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:06.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:06 smithi144 bash[16259]: cluster 2024-01-21T09:03:04.795525+0000 mgr.smithi144.tlyrca (mgr.14186) 716 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:07.921 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:07.921 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:08.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:08.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:08 smithi177 bash[20374]: cluster 2024-01-21T09:03:06.796446+0000 mgr.smithi144.tlyrca (mgr.14186) 717 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:08.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:08 smithi144 bash[16259]: cluster 2024-01-21T09:03:06.796446+0000 mgr.smithi144.tlyrca (mgr.14186) 717 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:09.514 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:09.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:09 smithi177 bash[20374]: audit 2024-01-21T09:03:07.903655+0000 mgr.smithi144.tlyrca (mgr.14186) 718 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:09.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:09 smithi144 bash[16259]: audit 2024-01-21T09:03:07.903655+0000 mgr.smithi144.tlyrca (mgr.14186) 718 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:10.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:10 smithi177 bash[20374]: cluster 2024-01-21T09:03:08.797768+0000 mgr.smithi144.tlyrca (mgr.14186) 719 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:10.869 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:10 smithi144 bash[16259]: cluster 2024-01-21T09:03:08.797768+0000 mgr.smithi144.tlyrca (mgr.14186) 719 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:12.626 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:12.626 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:12.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:12 smithi177 bash[20374]: cluster 2024-01-21T09:03:10.798946+0000 mgr.smithi144.tlyrca (mgr.14186) 720 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:12.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:12 smithi144 bash[16259]: cluster 2024-01-21T09:03:10.798946+0000 mgr.smithi144.tlyrca (mgr.14186) 720 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:13.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:13.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:13 smithi144 bash[16259]: audit 2024-01-21T09:03:12.608747+0000 mgr.smithi144.tlyrca (mgr.14186) 721 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:13.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:13 smithi177 bash[20374]: audit 2024-01-21T09:03:12.608747+0000 mgr.smithi144.tlyrca (mgr.14186) 721 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:14.262 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:14.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:14 smithi144 bash[16259]: cluster 2024-01-21T09:03:12.800035+0000 mgr.smithi144.tlyrca (mgr.14186) 722 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:14.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:14 smithi177 bash[20374]: cluster 2024-01-21T09:03:12.800035+0000 mgr.smithi144.tlyrca (mgr.14186) 722 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:15.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:15 smithi144 bash[16259]: audit 2024-01-21T09:03:14.768000+0000 mon.smithi144 (mon.0) 835 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:03:15.597 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:15 smithi144 bash[16259]: audit 2024-01-21T09:03:15.098365+0000 mon.smithi144 (mon.0) 836 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:03:15.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:15 smithi144 bash[16259]: audit 2024-01-21T09:03:15.099836+0000 mon.smithi144 (mon.0) 837 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:03:15.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:15 smithi144 bash[16259]: audit 2024-01-21T09:03:15.107070+0000 mon.smithi144 (mon.0) 838 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:03:15.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:15 smithi144 bash[16259]: audit 2024-01-21T09:03:15.114150+0000 mon.smithi144 (mon.0) 839 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:03:15.598 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:15 smithi144 bash[16259]: audit 2024-01-21T09:03:15.129307+0000 mon.smithi144 (mon.0) 840 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:03:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:15 smithi177 bash[20374]: audit 2024-01-21T09:03:14.768000+0000 mon.smithi144 (mon.0) 835 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:03:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:15 smithi177 bash[20374]: audit 2024-01-21T09:03:15.098365+0000 mon.smithi144 (mon.0) 836 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:03:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:15 smithi177 bash[20374]: audit 2024-01-21T09:03:15.099836+0000 mon.smithi144 (mon.0) 837 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:03:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:15 smithi177 bash[20374]: audit 2024-01-21T09:03:15.107070+0000 mon.smithi144 (mon.0) 838 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:03:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:15 smithi177 bash[20374]: audit 2024-01-21T09:03:15.114150+0000 mon.smithi144 (mon.0) 839 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:03:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:15 smithi177 bash[20374]: audit 2024-01-21T09:03:15.129307+0000 mon.smithi144 (mon.0) 840 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:03:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:16 smithi177 bash[20374]: cluster 2024-01-21T09:03:14.801408+0000 mgr.smithi144.tlyrca (mgr.14186) 723 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:16 smithi177 bash[20374]: cluster 2024-01-21T09:03:15.107991+0000 mgr.smithi144.tlyrca (mgr.14186) 724 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:16 smithi177 bash[20374]: cephadm 2024-01-21T09:03:15.132733+0000 mgr.smithi144.tlyrca (mgr.14186) 725 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.tjijpj on smithi177 2024-01-21T09:03:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:16 smithi177 bash[20374]: cluster 2024-01-21T09:03:15.484994+0000 mon.smithi144 (mon.0) 841 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:03:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:16 smithi177 bash[20374]: cluster 2024-01-21T09:03:15.485054+0000 mon.smithi144 (mon.0) 842 : cluster [INF] Cluster is now healthy 2024-01-21T09:03:16.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:16 smithi144 bash[16259]: cluster 2024-01-21T09:03:14.801408+0000 mgr.smithi144.tlyrca (mgr.14186) 723 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:16.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:16 smithi144 bash[16259]: cluster 2024-01-21T09:03:15.107991+0000 mgr.smithi144.tlyrca (mgr.14186) 724 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:16.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:16 smithi144 bash[16259]: cephadm 2024-01-21T09:03:15.132733+0000 mgr.smithi144.tlyrca (mgr.14186) 725 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.tjijpj on smithi177 2024-01-21T09:03:16.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:16 smithi144 bash[16259]: cluster 2024-01-21T09:03:15.484994+0000 mon.smithi144 (mon.0) 841 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:03:16.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:16 smithi144 bash[16259]: cluster 2024-01-21T09:03:15.485054+0000 mon.smithi144 (mon.0) 842 : cluster [INF] Cluster is now healthy 2024-01-21T09:03:17.324 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:17.324 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:01:06.753506Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.cqikem on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:17.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:18.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:18 smithi177 bash[20374]: cluster 2024-01-21T09:03:17.108470+0000 mgr.smithi144.tlyrca (mgr.14186) 726 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:18.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:18 smithi177 bash[20374]: audit 2024-01-21T09:03:17.309993+0000 mgr.smithi144.tlyrca (mgr.14186) 727 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:18.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:18 smithi144 bash[16259]: cluster 2024-01-21T09:03:17.108470+0000 mgr.smithi144.tlyrca (mgr.14186) 726 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:18.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:18 smithi144 bash[16259]: audit 2024-01-21T09:03:17.309993+0000 mgr.smithi144.tlyrca (mgr.14186) 727 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:18.956 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:19.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:19 smithi177 bash[20374]: audit 2024-01-21T09:03:18.976037+0000 mon.smithi144 (mon.0) 843 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.tjijpj"}]: dispatch 2024-01-21T09:03:19.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:19 smithi144 bash[16259]: audit 2024-01-21T09:03:18.976037+0000 mon.smithi144 (mon.0) 843 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.tjijpj"}]: dispatch 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: cephadm 2024-01-21T09:03:18.975086+0000 mgr.smithi144.tlyrca (mgr.14186) 728 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.tjijpj ... 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.tjijpj ... 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: cephadm 2024-01-21T09:03:18.975431+0000 mgr.smithi144.tlyrca (mgr.14186) 729 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: cephadm 2024-01-21T09:03:18.977859+0000 mgr.smithi144.tlyrca (mgr.14186) 730 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:20.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.tjijpj ... 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: cephadm 2024-01-21T09:03:18.984154+0000 mgr.smithi144.tlyrca (mgr.14186) 731 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.efrxve on smithi144 2024-01-21T09:03:20.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:20 smithi144 bash[16259]: cluster 2024-01-21T09:03:19.109071+0000 mgr.smithi144.tlyrca (mgr.14186) 732 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:20.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: cephadm 2024-01-21T09:03:18.975086+0000 mgr.smithi144.tlyrca (mgr.14186) 728 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.tjijpj ... 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:03:20.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.tjijpj ... 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: cephadm 2024-01-21T09:03:18.975431+0000 mgr.smithi144.tlyrca (mgr.14186) 729 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: cephadm 2024-01-21T09:03:18.977859+0000 mgr.smithi144.tlyrca (mgr.14186) 730 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.tjijpj ... 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: cephadm 2024-01-21T09:03:18.984154+0000 mgr.smithi144.tlyrca (mgr.14186) 731 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.efrxve on smithi144 2024-01-21T09:03:20.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:20 smithi177 bash[20374]: cluster 2024-01-21T09:03:19.109071+0000 mgr.smithi144.tlyrca (mgr.14186) 732 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:22.249 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:22.249 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:10.972663Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.awndel on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-awndel\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.awndel\nDeploy daemon haproxy.nfs.foo.smithi177.awndel ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.758926Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.vaxpis on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-vaxpis\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.vaxpis\nDeploy daemon haproxy.nfs.foo.smithi144.vaxpis ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:02:14.761335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.vgmduw on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:22.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:22 smithi144 bash[16259]: cluster 2024-01-21T09:03:21.109991+0000 mgr.smithi144.tlyrca (mgr.14186) 733 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:22.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:22 smithi177 bash[20374]: cluster 2024-01-21T09:03:21.109991+0000 mgr.smithi144.tlyrca (mgr.14186) 733 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:03:22.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:23 smithi177 bash[20374]: audit 2024-01-21T09:03:22.237236+0000 mgr.smithi144.tlyrca (mgr.14186) 734 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:23 smithi177 bash[20374]: audit 2024-01-21T09:03:23.010315+0000 mon.smithi144 (mon.0) 844 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.efrxve"}]: dispatch 2024-01-21T09:03:23.898 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:23.910 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:23 smithi144 bash[16259]: audit 2024-01-21T09:03:22.237236+0000 mgr.smithi144.tlyrca (mgr.14186) 734 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:23.911 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:23 smithi144 bash[16259]: audit 2024-01-21T09:03:23.010315+0000 mon.smithi144 (mon.0) 844 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.efrxve"}]: dispatch 2024-01-21T09:03:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: cephadm 2024-01-21T09:03:23.009235+0000 mgr.smithi144.tlyrca (mgr.14186) 735 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.efrxve ... 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:03:24.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.efrxve ... 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:24.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: cephadm 2024-01-21T09:03:23.009615+0000 mgr.smithi144.tlyrca (mgr.14186) 736 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: cephadm 2024-01-21T09:03:23.011665+0000 mgr.smithi144.tlyrca (mgr.14186) 737 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.efrxve ... 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:24.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: cephadm 2024-01-21T09:03:23.013939+0000 mgr.smithi144.tlyrca (mgr.14186) 738 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:03:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: cephadm 2024-01-21T09:03:23.015590+0000 mgr.smithi144.tlyrca (mgr.14186) 739 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:03:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: cluster 2024-01-21T09:03:23.016725+0000 mgr.smithi144.tlyrca (mgr.14186) 740 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-21T09:03:24.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:24 smithi177 bash[20374]: cluster 2024-01-21T09:03:23.524731+0000 mon.smithi144 (mon.0) 845 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:03:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: cephadm 2024-01-21T09:03:23.009235+0000 mgr.smithi144.tlyrca (mgr.14186) 735 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.efrxve ... 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:03:24.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.efrxve ... 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: cephadm 2024-01-21T09:03:23.009615+0000 mgr.smithi144.tlyrca (mgr.14186) 736 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: cephadm 2024-01-21T09:03:23.011665+0000 mgr.smithi144.tlyrca (mgr.14186) 737 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.efrxve ... 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: cephadm 2024-01-21T09:03:23.013939+0000 mgr.smithi144.tlyrca (mgr.14186) 738 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:03:24.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: cephadm 2024-01-21T09:03:23.015590+0000 mgr.smithi144.tlyrca (mgr.14186) 739 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:03:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: cluster 2024-01-21T09:03:23.016725+0000 mgr.smithi144.tlyrca (mgr.14186) 740 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-01-21T09:03:24.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:24 smithi144 bash[16259]: cluster 2024-01-21T09:03:23.524731+0000 mon.smithi144 (mon.0) 845 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:03:26.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:26 smithi177 bash[20374]: cluster 2024-01-21T09:03:25.017713+0000 mgr.smithi144.tlyrca (mgr.14186) 741 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:03:26.885 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:26 smithi144 bash[16259]: cluster 2024-01-21T09:03:25.017713+0000 mgr.smithi144.tlyrca (mgr.14186) 741 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:03:27.341 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:27.341 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:27.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:28.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:28 smithi144 bash[16259]: cluster 2024-01-21T09:03:27.018392+0000 mgr.smithi144.tlyrca (mgr.14186) 742 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:28.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:28 smithi144 bash[16259]: audit 2024-01-21T09:03:27.034484+0000 mon.smithi144 (mon.0) 846 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:03:28.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:28 smithi144 bash[16259]: audit 2024-01-21T09:03:27.324860+0000 mgr.smithi144.tlyrca (mgr.14186) 743 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:28.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:28 smithi177 bash[20374]: cluster 2024-01-21T09:03:27.018392+0000 mgr.smithi144.tlyrca (mgr.14186) 742 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:28.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:28 smithi177 bash[20374]: audit 2024-01-21T09:03:27.034484+0000 mon.smithi144 (mon.0) 846 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:03:28.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:28 smithi177 bash[20374]: audit 2024-01-21T09:03:27.324860+0000 mgr.smithi144.tlyrca (mgr.14186) 743 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:28.944 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:30.284 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:30 smithi144 bash[16259]: cluster 2024-01-21T09:03:29.019519+0000 mgr.smithi144.tlyrca (mgr.14186) 744 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:30.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:30 smithi177 bash[20374]: cluster 2024-01-21T09:03:29.019519+0000 mgr.smithi144.tlyrca (mgr.14186) 744 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:31.998 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:31.998 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:32.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:32 smithi144 bash[16259]: cluster 2024-01-21T09:03:31.020704+0000 mgr.smithi144.tlyrca (mgr.14186) 745 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:32.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:32.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:32 smithi177 bash[20374]: cluster 2024-01-21T09:03:31.020704+0000 mgr.smithi144.tlyrca (mgr.14186) 745 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:33.582 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:33.593 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:33 smithi144 bash[16259]: audit 2024-01-21T09:03:31.983344+0000 mgr.smithi144.tlyrca (mgr.14186) 746 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:33.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:33 smithi177 bash[20374]: audit 2024-01-21T09:03:31.983344+0000 mgr.smithi144.tlyrca (mgr.14186) 746 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:34.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:34 smithi177 bash[20374]: cluster 2024-01-21T09:03:33.022021+0000 mgr.smithi144.tlyrca (mgr.14186) 747 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-21T09:03:34.599 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:34 smithi144 bash[16259]: cluster 2024-01-21T09:03:33.022021+0000 mgr.smithi144.tlyrca (mgr.14186) 747 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-21T09:03:36.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:36 smithi144 bash[16259]: cluster 2024-01-21T09:03:35.022846+0000 mgr.smithi144.tlyrca (mgr.14186) 748 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:36.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:36 smithi177 bash[20374]: cluster 2024-01-21T09:03:35.022846+0000 mgr.smithi144.tlyrca (mgr.14186) 748 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:36.603 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:36.603 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:37.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:37.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:37 smithi177 bash[20374]: audit 2024-01-21T09:03:36.586815+0000 mgr.smithi144.tlyrca (mgr.14186) 749 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:37.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:37 smithi144 bash[16259]: audit 2024-01-21T09:03:36.586815+0000 mgr.smithi144.tlyrca (mgr.14186) 749 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:38.257 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:38 smithi177 bash[20374]: cluster 2024-01-21T09:03:37.023794+0000 mgr.smithi144.tlyrca (mgr.14186) 750 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:38.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:38 smithi144 bash[16259]: cluster 2024-01-21T09:03:37.023794+0000 mgr.smithi144.tlyrca (mgr.14186) 750 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:40 smithi177 bash[20374]: cluster 2024-01-21T09:03:39.024921+0000 mgr.smithi144.tlyrca (mgr.14186) 751 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:40.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:40 smithi144 bash[16259]: cluster 2024-01-21T09:03:39.024921+0000 mgr.smithi144.tlyrca (mgr.14186) 751 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:41.395 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:41.395 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:41.967 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:42.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:42 smithi177 bash[20374]: cluster 2024-01-21T09:03:41.026040+0000 mgr.smithi144.tlyrca (mgr.14186) 752 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:42.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:42 smithi177 bash[20374]: audit 2024-01-21T09:03:41.380002+0000 mgr.smithi144.tlyrca (mgr.14186) 753 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:42 smithi144 bash[16259]: cluster 2024-01-21T09:03:41.026040+0000 mgr.smithi144.tlyrca (mgr.14186) 752 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:42 smithi144 bash[16259]: audit 2024-01-21T09:03:41.380002+0000 mgr.smithi144.tlyrca (mgr.14186) 753 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:42.968 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:44.343 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:44 smithi144 bash[16259]: cluster 2024-01-21T09:03:43.027196+0000 mgr.smithi144.tlyrca (mgr.14186) 754 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:44.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:44 smithi177 bash[20374]: cluster 2024-01-21T09:03:43.027196+0000 mgr.smithi144.tlyrca (mgr.14186) 754 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:46.109 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:46.109 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:46.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:46 smithi144 bash[16259]: cluster 2024-01-21T09:03:45.028542+0000 mgr.smithi144.tlyrca (mgr.14186) 755 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:46.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:46 smithi177 bash[20374]: cluster 2024-01-21T09:03:45.028542+0000 mgr.smithi144.tlyrca (mgr.14186) 755 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:46.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:47.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:47 smithi177 bash[20374]: audit 2024-01-21T09:03:46.094984+0000 mgr.smithi144.tlyrca (mgr.14186) 756 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:47.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:47 smithi144 bash[16259]: audit 2024-01-21T09:03:46.094984+0000 mgr.smithi144.tlyrca (mgr.14186) 756 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:47.755 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:48.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:48 smithi177 bash[20374]: cluster 2024-01-21T09:03:47.029658+0000 mgr.smithi144.tlyrca (mgr.14186) 757 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:48.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:48 smithi144 bash[16259]: cluster 2024-01-21T09:03:47.029658+0000 mgr.smithi144.tlyrca (mgr.14186) 757 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:50.553 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:50 smithi144 bash[16259]: cluster 2024-01-21T09:03:49.030828+0000 mgr.smithi144.tlyrca (mgr.14186) 758 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:50 smithi177 bash[20374]: cluster 2024-01-21T09:03:49.030828+0000 mgr.smithi144.tlyrca (mgr.14186) 758 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:50.919 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:50.919 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:51.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:52.529 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:52.540 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:52 smithi144 bash[16259]: audit 2024-01-21T09:03:50.909884+0000 mgr.smithi144.tlyrca (mgr.14186) 759 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:52.540 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:52 smithi144 bash[16259]: cluster 2024-01-21T09:03:51.031889+0000 mgr.smithi144.tlyrca (mgr.14186) 760 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:52.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:52 smithi177 bash[20374]: audit 2024-01-21T09:03:50.909884+0000 mgr.smithi144.tlyrca (mgr.14186) 759 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:52.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:52 smithi177 bash[20374]: cluster 2024-01-21T09:03:51.031889+0000 mgr.smithi144.tlyrca (mgr.14186) 760 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:54.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:54 smithi177 bash[20374]: cluster 2024-01-21T09:03:53.033060+0000 mgr.smithi144.tlyrca (mgr.14186) 761 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:54.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:54 smithi144 bash[16259]: cluster 2024-01-21T09:03:53.033060+0000 mgr.smithi144.tlyrca (mgr.14186) 761 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:03:55.684 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:03:55.684 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:03:56.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:03:56.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:56 smithi177 bash[20374]: cluster 2024-01-21T09:03:55.034378+0000 mgr.smithi144.tlyrca (mgr.14186) 762 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:56.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:56 smithi177 bash[20374]: audit 2024-01-21T09:03:55.667213+0000 mgr.smithi144.tlyrca (mgr.14186) 763 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:56.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:56 smithi144 bash[16259]: cluster 2024-01-21T09:03:55.034378+0000 mgr.smithi144.tlyrca (mgr.14186) 762 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:56.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:56 smithi144 bash[16259]: audit 2024-01-21T09:03:55.667213+0000 mgr.smithi144.tlyrca (mgr.14186) 763 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:03:57.305 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:03:58.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:03:58 smithi177 bash[20374]: cluster 2024-01-21T09:03:57.035474+0000 mgr.smithi144.tlyrca (mgr.14186) 764 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:03:58.687 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:03:58 smithi144 bash[16259]: cluster 2024-01-21T09:03:57.035474+0000 mgr.smithi144.tlyrca (mgr.14186) 764 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:00.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:00 smithi144 bash[16259]: cluster 2024-01-21T09:03:59.036566+0000 mgr.smithi144.tlyrca (mgr.14186) 765 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:00.564 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:00.564 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:00.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:00 smithi177 bash[20374]: cluster 2024-01-21T09:03:59.036566+0000 mgr.smithi144.tlyrca (mgr.14186) 765 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:01.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:01.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:01 smithi144 bash[16259]: audit 2024-01-21T09:04:00.554243+0000 mgr.smithi144.tlyrca (mgr.14186) 766 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:01.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:01 smithi177 bash[20374]: audit 2024-01-21T09:04:00.554243+0000 mgr.smithi144.tlyrca (mgr.14186) 766 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:02.190 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:02.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:02 smithi177 bash[20374]: cluster 2024-01-21T09:04:01.038142+0000 mgr.smithi144.tlyrca (mgr.14186) 767 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:02.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:02 smithi144 bash[16259]: cluster 2024-01-21T09:04:01.038142+0000 mgr.smithi144.tlyrca (mgr.14186) 767 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:04.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:04 smithi177 bash[20374]: cluster 2024-01-21T09:04:03.039510+0000 mgr.smithi144.tlyrca (mgr.14186) 768 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:04.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:04 smithi144 bash[16259]: cluster 2024-01-21T09:04:03.039510+0000 mgr.smithi144.tlyrca (mgr.14186) 768 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:05.463 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:05.464 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:06.105 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:06.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:06 smithi144 bash[16259]: cluster 2024-01-21T09:04:05.040918+0000 mgr.smithi144.tlyrca (mgr.14186) 769 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:06.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:06 smithi144 bash[16259]: audit 2024-01-21T09:04:05.449273+0000 mgr.smithi144.tlyrca (mgr.14186) 770 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:06.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:06 smithi177 bash[20374]: cluster 2024-01-21T09:04:05.040918+0000 mgr.smithi144.tlyrca (mgr.14186) 769 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:06.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:06 smithi177 bash[20374]: audit 2024-01-21T09:04:05.449273+0000 mgr.smithi144.tlyrca (mgr.14186) 770 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:07.106 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:08.406 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:08 smithi144 bash[16259]: cluster 2024-01-21T09:04:07.042208+0000 mgr.smithi144.tlyrca (mgr.14186) 771 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:08.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:08 smithi177 bash[20374]: cluster 2024-01-21T09:04:07.042208+0000 mgr.smithi144.tlyrca (mgr.14186) 771 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:10.290 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:10.290 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:10.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:10 smithi177 bash[20374]: cluster 2024-01-21T09:04:09.043417+0000 mgr.smithi144.tlyrca (mgr.14186) 772 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:10 smithi144 bash[16259]: cluster 2024-01-21T09:04:09.043417+0000 mgr.smithi144.tlyrca (mgr.14186) 772 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:10.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:11.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:11 smithi177 bash[20374]: audit 2024-01-21T09:04:10.273933+0000 mgr.smithi144.tlyrca (mgr.14186) 773 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:11.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:11 smithi144 bash[16259]: audit 2024-01-21T09:04:10.273933+0000 mgr.smithi144.tlyrca (mgr.14186) 773 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:11.912 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:12.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:12 smithi177 bash[20374]: cluster 2024-01-21T09:04:11.044614+0000 mgr.smithi144.tlyrca (mgr.14186) 774 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:12.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:12 smithi144 bash[16259]: cluster 2024-01-21T09:04:11.044614+0000 mgr.smithi144.tlyrca (mgr.14186) 774 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:14.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:14 smithi177 bash[20374]: cluster 2024-01-21T09:04:13.045814+0000 mgr.smithi144.tlyrca (mgr.14186) 775 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:14.649 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:14 smithi144 bash[16259]: cluster 2024-01-21T09:04:13.045814+0000 mgr.smithi144.tlyrca (mgr.14186) 775 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:15.008 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:15.008 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:15.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:16.653 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:16.666 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:16 smithi144 bash[16259]: audit 2024-01-21T09:04:14.991033+0000 mgr.smithi144.tlyrca (mgr.14186) 776 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:16.666 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:16 smithi144 bash[16259]: cluster 2024-01-21T09:04:15.047123+0000 mgr.smithi144.tlyrca (mgr.14186) 777 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:16 smithi177 bash[20374]: audit 2024-01-21T09:04:14.991033+0000 mgr.smithi144.tlyrca (mgr.14186) 776 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:16 smithi177 bash[20374]: cluster 2024-01-21T09:04:15.047123+0000 mgr.smithi144.tlyrca (mgr.14186) 777 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:18.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:18 smithi144 bash[16259]: cluster 2024-01-21T09:04:17.048231+0000 mgr.smithi144.tlyrca (mgr.14186) 778 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:18.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:18 smithi177 bash[20374]: cluster 2024-01-21T09:04:17.048231+0000 mgr.smithi144.tlyrca (mgr.14186) 778 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:19.787 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:19.788 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:20.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:20.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:20 smithi144 bash[16259]: cluster 2024-01-21T09:04:19.049441+0000 mgr.smithi144.tlyrca (mgr.14186) 779 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:20.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:20 smithi177 bash[20374]: cluster 2024-01-21T09:04:19.049441+0000 mgr.smithi144.tlyrca (mgr.14186) 779 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:21.387 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:21.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:21 smithi144 bash[16259]: audit 2024-01-21T09:04:19.778099+0000 mgr.smithi144.tlyrca (mgr.14186) 780 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:21.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:21 smithi177 bash[20374]: audit 2024-01-21T09:04:19.778099+0000 mgr.smithi144.tlyrca (mgr.14186) 780 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:22.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:22 smithi144 bash[16259]: cluster 2024-01-21T09:04:21.050629+0000 mgr.smithi144.tlyrca (mgr.14186) 781 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:22.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:22 smithi177 bash[20374]: cluster 2024-01-21T09:04:21.050629+0000 mgr.smithi144.tlyrca (mgr.14186) 781 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:23.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:23 smithi144 bash[16259]: audit 2024-01-21T09:04:23.019343+0000 mon.smithi144 (mon.0) 847 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:04:23.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:23 smithi144 bash[16259]: audit 2024-01-21T09:04:23.325895+0000 mon.smithi144 (mon.0) 848 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:04:23.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:23 smithi144 bash[16259]: audit 2024-01-21T09:04:23.327259+0000 mon.smithi144 (mon.0) 849 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:04:23.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:23 smithi144 bash[16259]: audit 2024-01-21T09:04:23.335962+0000 mon.smithi144 (mon.0) 850 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:23.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:23 smithi144 bash[16259]: audit 2024-01-21T09:04:23.345522+0000 mon.smithi144 (mon.0) 851 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:04:23.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:23 smithi144 bash[16259]: audit 2024-01-21T09:04:23.356973+0000 mon.smithi144 (mon.0) 852 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:23 smithi177 bash[20374]: audit 2024-01-21T09:04:23.019343+0000 mon.smithi144 (mon.0) 847 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:04:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:23 smithi177 bash[20374]: audit 2024-01-21T09:04:23.325895+0000 mon.smithi144 (mon.0) 848 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:04:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:23 smithi177 bash[20374]: audit 2024-01-21T09:04:23.327259+0000 mon.smithi144 (mon.0) 849 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:04:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:23 smithi177 bash[20374]: audit 2024-01-21T09:04:23.335962+0000 mon.smithi144 (mon.0) 850 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:23 smithi177 bash[20374]: audit 2024-01-21T09:04:23.345522+0000 mon.smithi144 (mon.0) 851 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:04:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:23 smithi177 bash[20374]: audit 2024-01-21T09:04:23.356973+0000 mon.smithi144 (mon.0) 852 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:24.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:24 smithi144 bash[16259]: cluster 2024-01-21T09:04:23.051575+0000 mgr.smithi144.tlyrca (mgr.14186) 782 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:24.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:24 smithi144 bash[16259]: cluster 2024-01-21T09:04:23.336608+0000 mgr.smithi144.tlyrca (mgr.14186) 783 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:24.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:24 smithi144 bash[16259]: cephadm 2024-01-21T09:04:23.359704+0000 mgr.smithi144.tlyrca (mgr.14186) 784 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.moufdu on smithi177 2024-01-21T09:04:24.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:24 smithi144 bash[16259]: cluster 2024-01-21T09:04:23.364592+0000 mon.smithi144 (mon.0) 853 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:04:24.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:24 smithi144 bash[16259]: cluster 2024-01-21T09:04:23.364626+0000 mon.smithi144 (mon.0) 854 : cluster [INF] Cluster is now healthy 2024-01-21T09:04:24.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:24 smithi144 bash[16259]: audit 2024-01-21T09:04:24.292654+0000 mon.smithi144 (mon.0) 855 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:24.555 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:24.555 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:02:14.763386Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.funoqr on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:24 smithi177 bash[20374]: cluster 2024-01-21T09:04:23.051575+0000 mgr.smithi144.tlyrca (mgr.14186) 782 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:24 smithi177 bash[20374]: cluster 2024-01-21T09:04:23.336608+0000 mgr.smithi144.tlyrca (mgr.14186) 783 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:24 smithi177 bash[20374]: cephadm 2024-01-21T09:04:23.359704+0000 mgr.smithi144.tlyrca (mgr.14186) 784 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.moufdu on smithi177 2024-01-21T09:04:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:24 smithi177 bash[20374]: cluster 2024-01-21T09:04:23.364592+0000 mon.smithi144 (mon.0) 853 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:04:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:24 smithi177 bash[20374]: cluster 2024-01-21T09:04:23.364626+0000 mon.smithi144 (mon.0) 854 : cluster [INF] Cluster is now healthy 2024-01-21T09:04:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:24 smithi177 bash[20374]: audit 2024-01-21T09:04:24.292654+0000 mon.smithi144 (mon.0) 855 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:25.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:25.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:25 smithi144 bash[16259]: audit 2024-01-21T09:04:24.541019+0000 mgr.smithi144.tlyrca (mgr.14186) 785 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:25.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:25 smithi177 bash[20374]: audit 2024-01-21T09:04:24.541019+0000 mgr.smithi144.tlyrca (mgr.14186) 785 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:26.224 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:26.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:26 smithi144 bash[16259]: cluster 2024-01-21T09:04:25.337647+0000 mgr.smithi144.tlyrca (mgr.14186) 786 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:26.779 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:26 smithi177 bash[20374]: cluster 2024-01-21T09:04:25.337647+0000 mgr.smithi144.tlyrca (mgr.14186) 786 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:27.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:27 smithi144 bash[16259]: audit 2024-01-21T09:04:27.191855+0000 mon.smithi144 (mon.0) 856 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.moufdu"}]: dispatch 2024-01-21T09:04:27.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:27 smithi177 bash[20374]: audit 2024-01-21T09:04:27.191855+0000 mon.smithi144 (mon.0) 856 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.moufdu"}]: dispatch 2024-01-21T09:04:28.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: cephadm 2024-01-21T09:04:27.190499+0000 mgr.smithi144.tlyrca (mgr.14186) 787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.moufdu ... 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:04:28.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.moufdu ... 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:28.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: cephadm 2024-01-21T09:04:27.191080+0000 mgr.smithi144.tlyrca (mgr.14186) 788 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: cephadm 2024-01-21T09:04:27.193696+0000 mgr.smithi144.tlyrca (mgr.14186) 789 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.moufdu ... 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:28.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: cephadm 2024-01-21T09:04:27.198656+0000 mgr.smithi144.tlyrca (mgr.14186) 790 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.cniglr on smithi144 2024-01-21T09:04:28.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:28 smithi144 bash[16259]: cluster 2024-01-21T09:04:27.338418+0000 mgr.smithi144.tlyrca (mgr.14186) 791 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: cephadm 2024-01-21T09:04:27.190499+0000 mgr.smithi144.tlyrca (mgr.14186) 787 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.moufdu ... 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:04:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.moufdu ... 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:28.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: cephadm 2024-01-21T09:04:27.191080+0000 mgr.smithi144.tlyrca (mgr.14186) 788 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: cephadm 2024-01-21T09:04:27.193696+0000 mgr.smithi144.tlyrca (mgr.14186) 789 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.moufdu ... 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:28.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: cephadm 2024-01-21T09:04:27.198656+0000 mgr.smithi144.tlyrca (mgr.14186) 790 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.cniglr on smithi144 2024-01-21T09:04:28.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:28 smithi177 bash[20374]: cluster 2024-01-21T09:04:27.338418+0000 mgr.smithi144.tlyrca (mgr.14186) 791 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:29.240 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:29.240 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:18.977509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.tjijpj on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-tjijpj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.tjijpj\nDeploy daemon haproxy.nfs.foo.smithi177.tjijpj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.011531Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.efrxve on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-efrxve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.efrxve\nDeploy daemon haproxy.nfs.foo.smithi144.efrxve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:03:23.013839Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cqorbq on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:29.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:30.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:30 smithi177 bash[20374]: audit 2024-01-21T09:04:29.223718+0000 mgr.smithi144.tlyrca (mgr.14186) 792 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:30.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:30 smithi177 bash[20374]: cluster 2024-01-21T09:04:29.338949+0000 mgr.smithi144.tlyrca (mgr.14186) 793 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:30.617 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:30 smithi144 bash[16259]: audit 2024-01-21T09:04:29.223718+0000 mgr.smithi144.tlyrca (mgr.14186) 792 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:30.617 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:30 smithi144 bash[16259]: cluster 2024-01-21T09:04:29.338949+0000 mgr.smithi144.tlyrca (mgr.14186) 793 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:04:30.905 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:31.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:31 smithi177 bash[20374]: audit 2024-01-21T09:04:30.998294+0000 mon.smithi144 (mon.0) 857 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.cniglr"}]: dispatch 2024-01-21T09:04:31.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:31 smithi144 bash[16259]: audit 2024-01-21T09:04:30.998294+0000 mon.smithi144 (mon.0) 857 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.cniglr"}]: dispatch 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: cephadm 2024-01-21T09:04:30.997135+0000 mgr.smithi144.tlyrca (mgr.14186) 794 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.cniglr ... 2024-01-21T09:04:32.413 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:32.414 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.cniglr ... 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: cephadm 2024-01-21T09:04:30.997684+0000 mgr.smithi144.tlyrca (mgr.14186) 795 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: cephadm 2024-01-21T09:04:30.999326+0000 mgr.smithi144.tlyrca (mgr.14186) 796 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:32.415 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.cniglr ... 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: cephadm 2024-01-21T09:04:31.000987+0000 mgr.smithi144.tlyrca (mgr.14186) 797 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: cephadm 2024-01-21T09:04:31.002462+0000 mgr.smithi144.tlyrca (mgr.14186) 798 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:04:32.416 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: cluster 2024-01-21T09:04:31.003313+0000 mgr.smithi144.tlyrca (mgr.14186) 799 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:04:32.417 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: cluster 2024-01-21T09:04:31.214884+0000 mon.smithi144 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:04:32.417 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:32 smithi144 bash[16259]: audit 2024-01-21T09:04:32.086082+0000 mon.smithi144 (mon.0) 859 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: cephadm 2024-01-21T09:04:30.997135+0000 mgr.smithi144.tlyrca (mgr.14186) 794 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.cniglr ... 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:04:32.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.cniglr ... 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:32.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: cephadm 2024-01-21T09:04:30.997684+0000 mgr.smithi144.tlyrca (mgr.14186) 795 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: cephadm 2024-01-21T09:04:30.999326+0000 mgr.smithi144.tlyrca (mgr.14186) 796 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.cniglr ... 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: cephadm 2024-01-21T09:04:31.000987+0000 mgr.smithi144.tlyrca (mgr.14186) 797 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:04:32.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: cephadm 2024-01-21T09:04:31.002462+0000 mgr.smithi144.tlyrca (mgr.14186) 798 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:04:32.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: cluster 2024-01-21T09:04:31.003313+0000 mgr.smithi144.tlyrca (mgr.14186) 799 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:04:32.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: cluster 2024-01-21T09:04:31.214884+0000 mon.smithi144 (mon.0) 858 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:04:32.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:32 smithi177 bash[20374]: audit 2024-01-21T09:04:32.086082+0000 mon.smithi144 (mon.0) 859 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:34.166 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:34.166 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:34.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:34 smithi177 bash[20374]: cluster 2024-01-21T09:04:33.004384+0000 mgr.smithi144.tlyrca (mgr.14186) 800 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:04:34.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:34 smithi144 bash[16259]: cluster 2024-01-21T09:04:33.004384+0000 mgr.smithi144.tlyrca (mgr.14186) 800 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:04:34.806 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:35.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:35 smithi177 bash[20374]: audit 2024-01-21T09:04:34.150201+0000 mgr.smithi144.tlyrca (mgr.14186) 801 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:35.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:35 smithi144 bash[16259]: audit 2024-01-21T09:04:34.150201+0000 mgr.smithi144.tlyrca (mgr.14186) 801 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:35.807 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:36.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:36 smithi177 bash[20374]: cluster 2024-01-21T09:04:35.005847+0000 mgr.smithi144.tlyrca (mgr.14186) 802 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:36.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:36 smithi144 bash[16259]: cluster 2024-01-21T09:04:35.005847+0000 mgr.smithi144.tlyrca (mgr.14186) 802 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:38.520 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:38 smithi144 bash[16259]: cluster 2024-01-21T09:04:37.006595+0000 mgr.smithi144.tlyrca (mgr.14186) 803 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:38.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:38 smithi177 bash[20374]: cluster 2024-01-21T09:04:37.006595+0000 mgr.smithi144.tlyrca (mgr.14186) 803 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:38.968 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:38.968 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:39.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:40 smithi177 bash[20374]: audit 2024-01-21T09:04:38.953920+0000 mgr.smithi144.tlyrca (mgr.14186) 804 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:40 smithi177 bash[20374]: cluster 2024-01-21T09:04:39.007601+0000 mgr.smithi144.tlyrca (mgr.14186) 805 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:40 smithi177 bash[20374]: audit 2024-01-21T09:04:39.294091+0000 mon.smithi144 (mon.0) 860 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:40.621 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:40.633 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:40 smithi144 bash[16259]: audit 2024-01-21T09:04:38.953920+0000 mgr.smithi144.tlyrca (mgr.14186) 804 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:40.633 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:40 smithi144 bash[16259]: cluster 2024-01-21T09:04:39.007601+0000 mgr.smithi144.tlyrca (mgr.14186) 805 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:40.634 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:40 smithi144 bash[16259]: audit 2024-01-21T09:04:39.294091+0000 mon.smithi144 (mon.0) 860 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:04:42.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:42 smithi177 bash[20374]: cluster 2024-01-21T09:04:41.008845+0000 mgr.smithi144.tlyrca (mgr.14186) 806 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:42 smithi144 bash[16259]: cluster 2024-01-21T09:04:41.008845+0000 mgr.smithi144.tlyrca (mgr.14186) 806 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:04:43.841 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:43.841 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:44.488 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:44.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:44 smithi177 bash[20374]: cluster 2024-01-21T09:04:43.010162+0000 mgr.smithi144.tlyrca (mgr.14186) 807 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:44.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:44 smithi144 bash[16259]: cluster 2024-01-21T09:04:43.010162+0000 mgr.smithi144.tlyrca (mgr.14186) 807 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:45.488 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:45.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:45 smithi177 bash[20374]: audit 2024-01-21T09:04:43.826942+0000 mgr.smithi144.tlyrca (mgr.14186) 808 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:45.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:45 smithi144 bash[16259]: audit 2024-01-21T09:04:43.826942+0000 mgr.smithi144.tlyrca (mgr.14186) 808 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:46.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:46 smithi177 bash[20374]: cluster 2024-01-21T09:04:45.011396+0000 mgr.smithi144.tlyrca (mgr.14186) 809 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:46.669 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:46 smithi144 bash[16259]: cluster 2024-01-21T09:04:45.011396+0000 mgr.smithi144.tlyrca (mgr.14186) 809 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:48.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:48 smithi144 bash[16259]: cluster 2024-01-21T09:04:47.012212+0000 mgr.smithi144.tlyrca (mgr.14186) 810 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:48.585 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:48.585 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:48.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:48 smithi177 bash[20374]: cluster 2024-01-21T09:04:47.012212+0000 mgr.smithi144.tlyrca (mgr.14186) 810 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:49.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:49.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:49 smithi177 bash[20374]: audit 2024-01-21T09:04:48.569847+0000 mgr.smithi144.tlyrca (mgr.14186) 811 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:49.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:49 smithi144 bash[16259]: audit 2024-01-21T09:04:48.569847+0000 mgr.smithi144.tlyrca (mgr.14186) 811 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:50.235 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:50 smithi177 bash[20374]: cluster 2024-01-21T09:04:49.012815+0000 mgr.smithi144.tlyrca (mgr.14186) 812 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:50.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:50 smithi144 bash[16259]: cluster 2024-01-21T09:04:49.012815+0000 mgr.smithi144.tlyrca (mgr.14186) 812 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:52.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:52 smithi144 bash[16259]: cluster 2024-01-21T09:04:51.014012+0000 mgr.smithi144.tlyrca (mgr.14186) 813 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:52.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:52 smithi177 bash[20374]: cluster 2024-01-21T09:04:51.014012+0000 mgr.smithi144.tlyrca (mgr.14186) 813 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:53.552 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:53.553 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:54.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:54.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:54 smithi144 bash[16259]: cluster 2024-01-21T09:04:53.015067+0000 mgr.smithi144.tlyrca (mgr.14186) 814 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:54.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:54 smithi144 bash[16259]: audit 2024-01-21T09:04:53.538405+0000 mgr.smithi144.tlyrca (mgr.14186) 815 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:54.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:54 smithi177 bash[20374]: cluster 2024-01-21T09:04:53.015067+0000 mgr.smithi144.tlyrca (mgr.14186) 814 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:04:54.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:54 smithi177 bash[20374]: audit 2024-01-21T09:04:53.538405+0000 mgr.smithi144.tlyrca (mgr.14186) 815 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:55.185 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:04:56.578 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:56 smithi144 bash[16259]: cluster 2024-01-21T09:04:55.016311+0000 mgr.smithi144.tlyrca (mgr.14186) 816 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:56.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:56 smithi177 bash[20374]: cluster 2024-01-21T09:04:55.016311+0000 mgr.smithi144.tlyrca (mgr.14186) 816 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:58.320 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:04:58.320 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:04:58.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:58 smithi144 bash[16259]: cluster 2024-01-21T09:04:57.016962+0000 mgr.smithi144.tlyrca (mgr.14186) 817 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:58.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:58 smithi177 bash[20374]: cluster 2024-01-21T09:04:57.016962+0000 mgr.smithi144.tlyrca (mgr.14186) 817 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:04:58.911 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:04:59.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:04:59 smithi144 bash[16259]: audit 2024-01-21T09:04:58.303100+0000 mgr.smithi144.tlyrca (mgr.14186) 818 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:59.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:04:59 smithi177 bash[20374]: audit 2024-01-21T09:04:58.303100+0000 mgr.smithi144.tlyrca (mgr.14186) 818 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:04:59.912 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:00 smithi144 bash[16259]: cluster 2024-01-21T09:04:59.018181+0000 mgr.smithi144.tlyrca (mgr.14186) 819 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:00 smithi177 bash[20374]: cluster 2024-01-21T09:04:59.018181+0000 mgr.smithi144.tlyrca (mgr.14186) 819 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:02.675 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:02 smithi144 bash[16259]: cluster 2024-01-21T09:05:01.019243+0000 mgr.smithi144.tlyrca (mgr.14186) 820 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:02.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:02 smithi177 bash[20374]: cluster 2024-01-21T09:05:01.019243+0000 mgr.smithi144.tlyrca (mgr.14186) 820 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:03.109 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:03.110 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:03.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:04.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:04 smithi144 bash[16259]: cluster 2024-01-21T09:05:03.020522+0000 mgr.smithi144.tlyrca (mgr.14186) 821 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:04.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:04 smithi144 bash[16259]: audit 2024-01-21T09:05:03.097691+0000 mgr.smithi144.tlyrca (mgr.14186) 822 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:04.712 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:04.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:04 smithi177 bash[20374]: cluster 2024-01-21T09:05:03.020522+0000 mgr.smithi144.tlyrca (mgr.14186) 821 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:04.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:04 smithi177 bash[20374]: audit 2024-01-21T09:05:03.097691+0000 mgr.smithi144.tlyrca (mgr.14186) 822 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:06.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:06 smithi144 bash[16259]: cluster 2024-01-21T09:05:05.021994+0000 mgr.smithi144.tlyrca (mgr.14186) 823 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:06.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:06 smithi177 bash[20374]: cluster 2024-01-21T09:05:05.021994+0000 mgr.smithi144.tlyrca (mgr.14186) 823 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:07.813 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:07.814 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:08.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:08.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:08 smithi144 bash[16259]: cluster 2024-01-21T09:05:07.023254+0000 mgr.smithi144.tlyrca (mgr.14186) 824 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:08.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:08 smithi177 bash[20374]: cluster 2024-01-21T09:05:07.023254+0000 mgr.smithi144.tlyrca (mgr.14186) 824 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:09.447 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:09.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:09 smithi144 bash[16259]: audit 2024-01-21T09:05:07.796822+0000 mgr.smithi144.tlyrca (mgr.14186) 825 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:09.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:09 smithi177 bash[20374]: audit 2024-01-21T09:05:07.796822+0000 mgr.smithi144.tlyrca (mgr.14186) 825 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:10 smithi144 bash[16259]: cluster 2024-01-21T09:05:09.024552+0000 mgr.smithi144.tlyrca (mgr.14186) 826 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:10.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:10 smithi177 bash[20374]: cluster 2024-01-21T09:05:09.024552+0000 mgr.smithi144.tlyrca (mgr.14186) 826 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:12.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:12 smithi144 bash[16259]: cluster 2024-01-21T09:05:11.025535+0000 mgr.smithi144.tlyrca (mgr.14186) 827 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:12.694 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:12.694 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:12.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:12 smithi177 bash[20374]: cluster 2024-01-21T09:05:11.025535+0000 mgr.smithi144.tlyrca (mgr.14186) 827 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:13.357 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:13.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:13 smithi144 bash[16259]: audit 2024-01-21T09:05:12.684653+0000 mgr.smithi144.tlyrca (mgr.14186) 828 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:13.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:13 smithi177 bash[20374]: audit 2024-01-21T09:05:12.684653+0000 mgr.smithi144.tlyrca (mgr.14186) 828 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:14.359 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:14.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:14 smithi144 bash[16259]: cluster 2024-01-21T09:05:13.026741+0000 mgr.smithi144.tlyrca (mgr.14186) 829 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:14.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:14 smithi177 bash[20374]: cluster 2024-01-21T09:05:13.026741+0000 mgr.smithi144.tlyrca (mgr.14186) 829 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:16.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:16 smithi144 bash[16259]: cluster 2024-01-21T09:05:15.027946+0000 mgr.smithi144.tlyrca (mgr.14186) 830 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:16.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:16 smithi177 bash[20374]: cluster 2024-01-21T09:05:15.027946+0000 mgr.smithi144.tlyrca (mgr.14186) 830 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:17.626 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:17.626 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:18.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:18.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:18 smithi144 bash[16259]: cluster 2024-01-21T09:05:17.029024+0000 mgr.smithi144.tlyrca (mgr.14186) 831 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:18.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:18 smithi144 bash[16259]: audit 2024-01-21T09:05:17.609061+0000 mgr.smithi144.tlyrca (mgr.14186) 832 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:18.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:18 smithi177 bash[20374]: cluster 2024-01-21T09:05:17.029024+0000 mgr.smithi144.tlyrca (mgr.14186) 831 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:18.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:18 smithi177 bash[20374]: audit 2024-01-21T09:05:17.609061+0000 mgr.smithi144.tlyrca (mgr.14186) 832 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:19.253 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:20.567 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:20 smithi144 bash[16259]: cluster 2024-01-21T09:05:19.030185+0000 mgr.smithi144.tlyrca (mgr.14186) 833 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:20.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:20 smithi177 bash[20374]: cluster 2024-01-21T09:05:19.030185+0000 mgr.smithi144.tlyrca (mgr.14186) 833 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:22.343 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:22.343 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:22.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:22 smithi144 bash[16259]: cluster 2024-01-21T09:05:21.031356+0000 mgr.smithi144.tlyrca (mgr.14186) 834 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:22.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:22 smithi177 bash[20374]: cluster 2024-01-21T09:05:21.031356+0000 mgr.smithi144.tlyrca (mgr.14186) 834 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:23.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:23.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:23 smithi177 bash[20374]: audit 2024-01-21T09:05:22.333760+0000 mgr.smithi144.tlyrca (mgr.14186) 835 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:23.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:23 smithi144 bash[16259]: audit 2024-01-21T09:05:22.333760+0000 mgr.smithi144.tlyrca (mgr.14186) 835 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:24.029 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:24.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:24 smithi177 bash[20374]: cluster 2024-01-21T09:05:23.032652+0000 mgr.smithi144.tlyrca (mgr.14186) 836 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:24 smithi144 bash[16259]: cluster 2024-01-21T09:05:23.032652+0000 mgr.smithi144.tlyrca (mgr.14186) 836 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:26.797 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:26 smithi144 bash[16259]: cluster 2024-01-21T09:05:25.034042+0000 mgr.smithi144.tlyrca (mgr.14186) 837 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:26.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:26 smithi177 bash[20374]: cluster 2024-01-21T09:05:25.034042+0000 mgr.smithi144.tlyrca (mgr.14186) 837 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:27.230 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:27.230 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:27.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:28.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:28 smithi177 bash[20374]: cluster 2024-01-21T09:05:27.035172+0000 mgr.smithi144.tlyrca (mgr.14186) 838 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:28 smithi177 bash[20374]: audit 2024-01-21T09:05:27.212699+0000 mgr.smithi144.tlyrca (mgr.14186) 839 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:28.879 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:28.892 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:28 smithi144 bash[16259]: cluster 2024-01-21T09:05:27.035172+0000 mgr.smithi144.tlyrca (mgr.14186) 838 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:28.892 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:28 smithi144 bash[16259]: audit 2024-01-21T09:05:27.212699+0000 mgr.smithi144.tlyrca (mgr.14186) 839 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:30.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:30 smithi177 bash[20374]: cluster 2024-01-21T09:05:29.036368+0000 mgr.smithi144.tlyrca (mgr.14186) 840 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:30.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:30 smithi144 bash[16259]: cluster 2024-01-21T09:05:29.036368+0000 mgr.smithi144.tlyrca (mgr.14186) 840 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:31.793 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:31 smithi144 bash[16259]: audit 2024-01-21T09:05:31.005911+0000 mon.smithi144 (mon.0) 861 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:05:31.793 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:31 smithi144 bash[16259]: audit 2024-01-21T09:05:31.313676+0000 mon.smithi144 (mon.0) 862 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:05:31.793 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:31 smithi144 bash[16259]: audit 2024-01-21T09:05:31.315041+0000 mon.smithi144 (mon.0) 863 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:05:31.793 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:31 smithi144 bash[16259]: audit 2024-01-21T09:05:31.322955+0000 mon.smithi144 (mon.0) 864 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:31.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:31 smithi144 bash[16259]: audit 2024-01-21T09:05:31.329453+0000 mon.smithi144 (mon.0) 865 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:05:31.794 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:31 smithi144 bash[16259]: audit 2024-01-21T09:05:31.346959+0000 mon.smithi144 (mon.0) 866 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:31.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:31 smithi177 bash[20374]: audit 2024-01-21T09:05:31.005911+0000 mon.smithi144 (mon.0) 861 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:05:31.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:31 smithi177 bash[20374]: audit 2024-01-21T09:05:31.313676+0000 mon.smithi144 (mon.0) 862 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:05:31.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:31 smithi177 bash[20374]: audit 2024-01-21T09:05:31.315041+0000 mon.smithi144 (mon.0) 863 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:05:31.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:31 smithi177 bash[20374]: audit 2024-01-21T09:05:31.322955+0000 mon.smithi144 (mon.0) 864 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:31.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:31 smithi177 bash[20374]: audit 2024-01-21T09:05:31.329453+0000 mon.smithi144 (mon.0) 865 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:05:31.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:31 smithi177 bash[20374]: audit 2024-01-21T09:05:31.346959+0000 mon.smithi144 (mon.0) 866 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:32.148 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:32.148 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:03:23.015488Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fhwbpx on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:32.801 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:32 smithi144 bash[16259]: cluster 2024-01-21T09:05:31.037561+0000 mgr.smithi144.tlyrca (mgr.14186) 841 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:32.802 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:32 smithi144 bash[16259]: cluster 2024-01-21T09:05:31.323782+0000 mgr.smithi144.tlyrca (mgr.14186) 842 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:32.802 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:32 smithi144 bash[16259]: cephadm 2024-01-21T09:05:31.350854+0000 mgr.smithi144.tlyrca (mgr.14186) 843 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.hcrgsv on smithi177 2024-01-21T09:05:32.802 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:32 smithi144 bash[16259]: cluster 2024-01-21T09:05:31.478068+0000 mon.smithi144 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:05:32.802 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:32 smithi144 bash[16259]: cluster 2024-01-21T09:05:31.478150+0000 mon.smithi144 (mon.0) 868 : cluster [INF] Cluster is now healthy 2024-01-21T09:05:32.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:32.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:32 smithi177 bash[20374]: cluster 2024-01-21T09:05:31.037561+0000 mgr.smithi144.tlyrca (mgr.14186) 841 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:32.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:32 smithi177 bash[20374]: cluster 2024-01-21T09:05:31.323782+0000 mgr.smithi144.tlyrca (mgr.14186) 842 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:32.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:32 smithi177 bash[20374]: cephadm 2024-01-21T09:05:31.350854+0000 mgr.smithi144.tlyrca (mgr.14186) 843 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.hcrgsv on smithi177 2024-01-21T09:05:32.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:32 smithi177 bash[20374]: cluster 2024-01-21T09:05:31.478068+0000 mon.smithi144 (mon.0) 867 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:05:32.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:32 smithi177 bash[20374]: cluster 2024-01-21T09:05:31.478150+0000 mon.smithi144 (mon.0) 868 : cluster [INF] Cluster is now healthy 2024-01-21T09:05:33.804 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:33.816 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:33 smithi144 bash[16259]: audit 2024-01-21T09:05:32.135607+0000 mgr.smithi144.tlyrca (mgr.14186) 844 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:33.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:33 smithi177 bash[20374]: audit 2024-01-21T09:05:32.135607+0000 mgr.smithi144.tlyrca (mgr.14186) 844 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:34.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:34 smithi177 bash[20374]: cluster 2024-01-21T09:05:33.324695+0000 mgr.smithi144.tlyrca (mgr.14186) 845 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:34.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:34 smithi144 bash[16259]: cluster 2024-01-21T09:05:33.324695+0000 mgr.smithi144.tlyrca (mgr.14186) 845 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:35.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:35 smithi177 bash[20374]: audit 2024-01-21T09:05:35.166560+0000 mon.smithi144 (mon.0) 869 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.hcrgsv"}]: dispatch 2024-01-21T09:05:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:35 smithi144 bash[16259]: audit 2024-01-21T09:05:35.166560+0000 mon.smithi144 (mon.0) 869 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.hcrgsv"}]: dispatch 2024-01-21T09:05:36.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: cephadm 2024-01-21T09:05:35.165060+0000 mgr.smithi144.tlyrca (mgr.14186) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.hcrgsv ... 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:36.812 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.hcrgsv ... 2024-01-21T09:05:36.813 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: cephadm 2024-01-21T09:05:35.165698+0000 mgr.smithi144.tlyrca (mgr.14186) 847 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: cephadm 2024-01-21T09:05:35.168360+0000 mgr.smithi144.tlyrca (mgr.14186) 848 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.hcrgsv ... 2024-01-21T09:05:36.814 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.815 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:36.815 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:36.815 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:36.815 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.815 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: cephadm 2024-01-21T09:05:35.173925+0000 mgr.smithi144.tlyrca (mgr.14186) 849 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.qqnjuf on smithi144 2024-01-21T09:05:36.815 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:36 smithi144 bash[16259]: cluster 2024-01-21T09:05:35.325804+0000 mgr.smithi144.tlyrca (mgr.14186) 850 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: cephadm 2024-01-21T09:05:35.165060+0000 mgr.smithi144.tlyrca (mgr.14186) 846 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.hcrgsv ... 2024-01-21T09:05:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.hcrgsv ... 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: cephadm 2024-01-21T09:05:35.165698+0000 mgr.smithi144.tlyrca (mgr.14186) 847 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: cephadm 2024-01-21T09:05:35.168360+0000 mgr.smithi144.tlyrca (mgr.14186) 848 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.hcrgsv ... 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: cephadm 2024-01-21T09:05:35.173925+0000 mgr.smithi144.tlyrca (mgr.14186) 849 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.qqnjuf on smithi144 2024-01-21T09:05:36.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:36 smithi177 bash[20374]: cluster 2024-01-21T09:05:35.325804+0000 mgr.smithi144.tlyrca (mgr.14186) 850 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:37.240 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:37.240 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:27.193472Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.moufdu on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-moufdu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.moufdu\nDeploy daemon haproxy.nfs.foo.smithi177.moufdu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:30.999216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.cniglr on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-cniglr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.cniglr\nDeploy daemon haproxy.nfs.foo.smithi144.cniglr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:04:31.000896Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpvqxf on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:37.858 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:38.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:38 smithi177 bash[20374]: audit 2024-01-21T09:05:37.230903+0000 mgr.smithi144.tlyrca (mgr.14186) 851 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:38.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:38 smithi177 bash[20374]: cluster 2024-01-21T09:05:37.326685+0000 mgr.smithi144.tlyrca (mgr.14186) 852 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:38.859 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:38.871 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:38 smithi144 bash[16259]: audit 2024-01-21T09:05:37.230903+0000 mgr.smithi144.tlyrca (mgr.14186) 851 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:38.871 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:38 smithi144 bash[16259]: cluster 2024-01-21T09:05:37.326685+0000 mgr.smithi144.tlyrca (mgr.14186) 852 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:05:39.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:39 smithi177 bash[20374]: audit 2024-01-21T09:05:39.124335+0000 mon.smithi144 (mon.0) 870 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.qqnjuf"}]: dispatch 2024-01-21T09:05:39.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:39 smithi177 bash[20374]: audit 2024-01-21T09:05:39.295067+0000 mon.smithi144 (mon.0) 871 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:39.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:39 smithi144 bash[16259]: audit 2024-01-21T09:05:39.124335+0000 mon.smithi144 (mon.0) 870 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.qqnjuf"}]: dispatch 2024-01-21T09:05:39.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:39 smithi144 bash[16259]: audit 2024-01-21T09:05:39.295067+0000 mon.smithi144 (mon.0) 871 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:40.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: cephadm 2024-01-21T09:05:39.123602+0000 mgr.smithi144.tlyrca (mgr.14186) 853 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.qqnjuf ... 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:40.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:40.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.qqnjuf ... 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: cephadm 2024-01-21T09:05:39.123798+0000 mgr.smithi144.tlyrca (mgr.14186) 854 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: cephadm 2024-01-21T09:05:39.125519+0000 mgr.smithi144.tlyrca (mgr.14186) 855 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.qqnjuf ... 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:40.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: cephadm 2024-01-21T09:05:39.127477+0000 mgr.smithi144.tlyrca (mgr.14186) 856 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:05:40.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: cephadm 2024-01-21T09:05:39.129149+0000 mgr.smithi144.tlyrca (mgr.14186) 857 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:05:40.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: cluster 2024-01-21T09:05:39.130261+0000 mgr.smithi144.tlyrca (mgr.14186) 858 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:05:40.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:40 smithi144 bash[16259]: cluster 2024-01-21T09:05:39.522135+0000 mon.smithi144 (mon.0) 872 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:05:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: cephadm 2024-01-21T09:05:39.123602+0000 mgr.smithi144.tlyrca (mgr.14186) 853 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.qqnjuf ... 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.qqnjuf ... 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: cephadm 2024-01-21T09:05:39.123798+0000 mgr.smithi144.tlyrca (mgr.14186) 854 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: cephadm 2024-01-21T09:05:39.125519+0000 mgr.smithi144.tlyrca (mgr.14186) 855 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:40.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.qqnjuf ... 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: cephadm 2024-01-21T09:05:39.127477+0000 mgr.smithi144.tlyrca (mgr.14186) 856 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: cephadm 2024-01-21T09:05:39.129149+0000 mgr.smithi144.tlyrca (mgr.14186) 857 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: cluster 2024-01-21T09:05:39.130261+0000 mgr.smithi144.tlyrca (mgr.14186) 858 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:05:40.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:40 smithi177 bash[20374]: cluster 2024-01-21T09:05:39.522135+0000 mon.smithi144 (mon.0) 872 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:05:42.257 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:42.257 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:42 smithi144 bash[16259]: cluster 2024-01-21T09:05:41.131409+0000 mgr.smithi144.tlyrca (mgr.14186) 859 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:05:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:42 smithi144 bash[16259]: audit 2024-01-21T09:05:42.140094+0000 mon.smithi144 (mon.0) 873 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:42.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:42 smithi177 bash[20374]: cluster 2024-01-21T09:05:41.131409+0000 mgr.smithi144.tlyrca (mgr.14186) 859 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:05:42.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:42 smithi177 bash[20374]: audit 2024-01-21T09:05:42.140094+0000 mon.smithi144 (mon.0) 873 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:42.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:43.844 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:43 smithi177 bash[20374]: audit 2024-01-21T09:05:42.242711+0000 mgr.smithi144.tlyrca (mgr.14186) 860 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:43.858 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:43 smithi144 bash[16259]: audit 2024-01-21T09:05:42.242711+0000 mgr.smithi144.tlyrca (mgr.14186) 860 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:44.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:44 smithi177 bash[20374]: cluster 2024-01-21T09:05:43.132627+0000 mgr.smithi144.tlyrca (mgr.14186) 861 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-21T09:05:44.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:44 smithi144 bash[16259]: cluster 2024-01-21T09:05:43.132627+0000 mgr.smithi144.tlyrca (mgr.14186) 861 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-21T09:05:46.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:46 smithi177 bash[20374]: cluster 2024-01-21T09:05:45.133481+0000 mgr.smithi144.tlyrca (mgr.14186) 862 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:05:46.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:46 smithi144 bash[16259]: cluster 2024-01-21T09:05:45.133481+0000 mgr.smithi144.tlyrca (mgr.14186) 862 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:05:47.052 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:47.052 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:47.671 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:48.672 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:48.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:48 smithi177 bash[20374]: audit 2024-01-21T09:05:47.036402+0000 mgr.smithi144.tlyrca (mgr.14186) 863 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:48.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:48 smithi177 bash[20374]: cluster 2024-01-21T09:05:47.134614+0000 mgr.smithi144.tlyrca (mgr.14186) 864 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:05:48.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:48 smithi144 bash[16259]: audit 2024-01-21T09:05:47.036402+0000 mgr.smithi144.tlyrca (mgr.14186) 863 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:48.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:48 smithi144 bash[16259]: cluster 2024-01-21T09:05:47.134614+0000 mgr.smithi144.tlyrca (mgr.14186) 864 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:05:50.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:50 smithi177 bash[20374]: cluster 2024-01-21T09:05:49.135846+0000 mgr.smithi144.tlyrca (mgr.14186) 865 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:05:50.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:50 smithi144 bash[16259]: cluster 2024-01-21T09:05:49.135846+0000 mgr.smithi144.tlyrca (mgr.14186) 865 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:05:52.026 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:52.026 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:52.651 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:52.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:52 smithi177 bash[20374]: cluster 2024-01-21T09:05:51.136528+0000 mgr.smithi144.tlyrca (mgr.14186) 866 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:52.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:52 smithi144 bash[16259]: cluster 2024-01-21T09:05:51.136528+0000 mgr.smithi144.tlyrca (mgr.14186) 866 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:53.652 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:53.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:53 smithi177 bash[20374]: audit 2024-01-21T09:05:52.017034+0000 mgr.smithi144.tlyrca (mgr.14186) 867 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:53.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:53 smithi144 bash[16259]: audit 2024-01-21T09:05:52.017034+0000 mgr.smithi144.tlyrca (mgr.14186) 867 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:54.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:54 smithi177 bash[20374]: cluster 2024-01-21T09:05:53.137751+0000 mgr.smithi144.tlyrca (mgr.14186) 868 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:54.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:54 smithi177 bash[20374]: audit 2024-01-21T09:05:54.294916+0000 mon.smithi144 (mon.0) 874 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:54.925 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:54 smithi144 bash[16259]: cluster 2024-01-21T09:05:53.137751+0000 mgr.smithi144.tlyrca (mgr.14186) 868 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:05:54.925 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:54 smithi144 bash[16259]: audit 2024-01-21T09:05:54.294916+0000 mon.smithi144 (mon.0) 874 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:05:56.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:56 smithi144 bash[16259]: cluster 2024-01-21T09:05:55.138606+0000 mgr.smithi144.tlyrca (mgr.14186) 869 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:56.854 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:05:56.854 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:05:57.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:56 smithi177 bash[20374]: cluster 2024-01-21T09:05:55.138606+0000 mgr.smithi144.tlyrca (mgr.14186) 869 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:57.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:05:58.441 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:05:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:58 smithi144 bash[16259]: audit 2024-01-21T09:05:56.837400+0000 mgr.smithi144.tlyrca (mgr.14186) 870 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:05:58 smithi144 bash[16259]: cluster 2024-01-21T09:05:57.139585+0000 mgr.smithi144.tlyrca (mgr.14186) 871 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:05:59.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:58 smithi177 bash[20374]: audit 2024-01-21T09:05:56.837400+0000 mgr.smithi144.tlyrca (mgr.14186) 870 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:05:59.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:05:58 smithi177 bash[20374]: cluster 2024-01-21T09:05:57.139585+0000 mgr.smithi144.tlyrca (mgr.14186) 871 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:00.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:00 smithi144 bash[16259]: cluster 2024-01-21T09:05:59.140675+0000 mgr.smithi144.tlyrca (mgr.14186) 872 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:01.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:00 smithi177 bash[20374]: cluster 2024-01-21T09:05:59.140675+0000 mgr.smithi144.tlyrca (mgr.14186) 872 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:01.702 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:01.702 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:02.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:02.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:02 smithi144 bash[16259]: cluster 2024-01-21T09:06:01.141367+0000 mgr.smithi144.tlyrca (mgr.14186) 873 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:02.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:02 smithi144 bash[16259]: audit 2024-01-21T09:06:01.685179+0000 mgr.smithi144.tlyrca (mgr.14186) 874 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:03.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:02 smithi177 bash[20374]: cluster 2024-01-21T09:06:01.141367+0000 mgr.smithi144.tlyrca (mgr.14186) 873 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:02 smithi177 bash[20374]: audit 2024-01-21T09:06:01.685179+0000 mgr.smithi144.tlyrca (mgr.14186) 874 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:03.313 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:04.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:04 smithi144 bash[16259]: cluster 2024-01-21T09:06:03.142461+0000 mgr.smithi144.tlyrca (mgr.14186) 875 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:05.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:04 smithi177 bash[20374]: cluster 2024-01-21T09:06:03.142461+0000 mgr.smithi144.tlyrca (mgr.14186) 875 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:06.433 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:06.434 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:06.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:06 smithi144 bash[16259]: cluster 2024-01-21T09:06:05.143417+0000 mgr.smithi144.tlyrca (mgr.14186) 876 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:07.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:07.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:06 smithi177 bash[20374]: cluster 2024-01-21T09:06:05.143417+0000 mgr.smithi144.tlyrca (mgr.14186) 876 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:07.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:07 smithi144 bash[16259]: audit 2024-01-21T09:06:06.416672+0000 mgr.smithi144.tlyrca (mgr.14186) 877 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:08.080 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:08.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:07 smithi177 bash[20374]: audit 2024-01-21T09:06:06.416672+0000 mgr.smithi144.tlyrca (mgr.14186) 877 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:08.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:08 smithi144 bash[16259]: cluster 2024-01-21T09:06:07.144487+0000 mgr.smithi144.tlyrca (mgr.14186) 878 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:09.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:08 smithi177 bash[20374]: cluster 2024-01-21T09:06:07.144487+0000 mgr.smithi144.tlyrca (mgr.14186) 878 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:10.933 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:10 smithi144 bash[16259]: cluster 2024-01-21T09:06:09.145672+0000 mgr.smithi144.tlyrca (mgr.14186) 879 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:11.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:10 smithi177 bash[20374]: cluster 2024-01-21T09:06:09.145672+0000 mgr.smithi144.tlyrca (mgr.14186) 879 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:11.287 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:11.287 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:11.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:12.901 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:12.913 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:12 smithi144 bash[16259]: cluster 2024-01-21T09:06:11.146416+0000 mgr.smithi144.tlyrca (mgr.14186) 880 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:12.914 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:12 smithi144 bash[16259]: audit 2024-01-21T09:06:11.272614+0000 mgr.smithi144.tlyrca (mgr.14186) 881 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:13.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:12 smithi177 bash[20374]: cluster 2024-01-21T09:06:11.146416+0000 mgr.smithi144.tlyrca (mgr.14186) 880 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:13.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:12 smithi177 bash[20374]: audit 2024-01-21T09:06:11.272614+0000 mgr.smithi144.tlyrca (mgr.14186) 881 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:14.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:14 smithi144 bash[16259]: cluster 2024-01-21T09:06:13.147095+0000 mgr.smithi144.tlyrca (mgr.14186) 882 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:15.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:14 smithi177 bash[20374]: cluster 2024-01-21T09:06:13.147095+0000 mgr.smithi144.tlyrca (mgr.14186) 882 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:16.002 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:16.002 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:16.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:16.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:16 smithi144 bash[16259]: cluster 2024-01-21T09:06:15.148073+0000 mgr.smithi144.tlyrca (mgr.14186) 883 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:17.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:16 smithi177 bash[20374]: cluster 2024-01-21T09:06:15.148073+0000 mgr.smithi144.tlyrca (mgr.14186) 883 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:17.574 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:17.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:17 smithi144 bash[16259]: audit 2024-01-21T09:06:15.985511+0000 mgr.smithi144.tlyrca (mgr.14186) 884 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:18.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:17 smithi177 bash[20374]: audit 2024-01-21T09:06:15.985511+0000 mgr.smithi144.tlyrca (mgr.14186) 884 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:18.876 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:18 smithi144 bash[16259]: cluster 2024-01-21T09:06:17.149115+0000 mgr.smithi144.tlyrca (mgr.14186) 885 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:19.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:18 smithi177 bash[20374]: cluster 2024-01-21T09:06:17.149115+0000 mgr.smithi144.tlyrca (mgr.14186) 885 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:20.644 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:20.644 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:20.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:20 smithi144 bash[16259]: cluster 2024-01-21T09:06:19.150265+0000 mgr.smithi144.tlyrca (mgr.14186) 886 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:21.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:20 smithi177 bash[20374]: cluster 2024-01-21T09:06:19.150265+0000 mgr.smithi144.tlyrca (mgr.14186) 886 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:21.267 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:22.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:21 smithi177 bash[20374]: audit 2024-01-21T09:06:20.628425+0000 mgr.smithi144.tlyrca (mgr.14186) 887 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:22.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:21 smithi144 bash[16259]: audit 2024-01-21T09:06:20.628425+0000 mgr.smithi144.tlyrca (mgr.14186) 887 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:22.268 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:23.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:22 smithi177 bash[20374]: cluster 2024-01-21T09:06:21.150877+0000 mgr.smithi144.tlyrca (mgr.14186) 888 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:23.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:22 smithi144 bash[16259]: cluster 2024-01-21T09:06:21.150877+0000 mgr.smithi144.tlyrca (mgr.14186) 888 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:24.953 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:24 smithi144 bash[16259]: cluster 2024-01-21T09:06:23.151673+0000 mgr.smithi144.tlyrca (mgr.14186) 889 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:25.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:24 smithi177 bash[20374]: cluster 2024-01-21T09:06:23.151673+0000 mgr.smithi144.tlyrca (mgr.14186) 889 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:25.415 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:25.415 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:26.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:27.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:26 smithi177 bash[20374]: cluster 2024-01-21T09:06:25.152506+0000 mgr.smithi144.tlyrca (mgr.14186) 890 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:27.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:26 smithi177 bash[20374]: audit 2024-01-21T09:06:25.398071+0000 mgr.smithi144.tlyrca (mgr.14186) 891 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:27.103 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:27.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:26 smithi144 bash[16259]: cluster 2024-01-21T09:06:25.152506+0000 mgr.smithi144.tlyrca (mgr.14186) 890 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:27.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:26 smithi144 bash[16259]: audit 2024-01-21T09:06:25.398071+0000 mgr.smithi144.tlyrca (mgr.14186) 891 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:29.004 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:28 smithi144 bash[16259]: cluster 2024-01-21T09:06:27.153492+0000 mgr.smithi144.tlyrca (mgr.14186) 892 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:29.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:28 smithi177 bash[20374]: cluster 2024-01-21T09:06:27.153492+0000 mgr.smithi144.tlyrca (mgr.14186) 892 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:30.361 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:30.361 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:30.957 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:31.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:30 smithi177 bash[20374]: cluster 2024-01-21T09:06:29.154641+0000 mgr.smithi144.tlyrca (mgr.14186) 893 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:31.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:30 smithi144 bash[16259]: cluster 2024-01-21T09:06:29.154641+0000 mgr.smithi144.tlyrca (mgr.14186) 893 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:31.958 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:32.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:31 smithi177 bash[20374]: audit 2024-01-21T09:06:30.344259+0000 mgr.smithi144.tlyrca (mgr.14186) 894 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:32.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:31 smithi144 bash[16259]: audit 2024-01-21T09:06:30.344259+0000 mgr.smithi144.tlyrca (mgr.14186) 894 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:33.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:32 smithi177 bash[20374]: cluster 2024-01-21T09:06:31.155767+0000 mgr.smithi144.tlyrca (mgr.14186) 895 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:33.141 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:32 smithi144 bash[16259]: cluster 2024-01-21T09:06:31.155767+0000 mgr.smithi144.tlyrca (mgr.14186) 895 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:35.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:34 smithi177 bash[20374]: cluster 2024-01-21T09:06:33.156704+0000 mgr.smithi144.tlyrca (mgr.14186) 896 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:35.177 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:35.177 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:35.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:34 smithi144 bash[16259]: cluster 2024-01-21T09:06:33.156704+0000 mgr.smithi144.tlyrca (mgr.14186) 896 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:35.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:36.748 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:37.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:36 smithi177 bash[20374]: cluster 2024-01-21T09:06:35.157967+0000 mgr.smithi144.tlyrca (mgr.14186) 897 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:37.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:36 smithi177 bash[20374]: audit 2024-01-21T09:06:35.166070+0000 mgr.smithi144.tlyrca (mgr.14186) 898 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:37.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:36 smithi144 bash[16259]: cluster 2024-01-21T09:06:35.157967+0000 mgr.smithi144.tlyrca (mgr.14186) 897 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:37.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:36 smithi144 bash[16259]: audit 2024-01-21T09:06:35.166070+0000 mgr.smithi144.tlyrca (mgr.14186) 898 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:39.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:38 smithi144 bash[16259]: cluster 2024-01-21T09:06:37.158997+0000 mgr.smithi144.tlyrca (mgr.14186) 899 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:39.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:38 smithi177 bash[20374]: cluster 2024-01-21T09:06:37.158997+0000 mgr.smithi144.tlyrca (mgr.14186) 899 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:39.915 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:39.915 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:40.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:39 smithi177 bash[20374]: audit 2024-01-21T09:06:39.132936+0000 mon.smithi144 (mon.0) 875 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:06:40.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:39 smithi144 bash[16259]: audit 2024-01-21T09:06:39.132936+0000 mon.smithi144 (mon.0) 875 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:06:40.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:40.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:40 smithi144 bash[16259]: cluster 2024-01-21T09:06:39.159686+0000 mgr.smithi144.tlyrca (mgr.14186) 900 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:41.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:40 smithi177 bash[20374]: cluster 2024-01-21T09:06:39.159686+0000 mgr.smithi144.tlyrca (mgr.14186) 900 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:41.528 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:41.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:41 smithi144 bash[16259]: audit 2024-01-21T09:06:39.898137+0000 mgr.smithi144.tlyrca (mgr.14186) 901 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:42.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:41 smithi177 bash[20374]: audit 2024-01-21T09:06:39.898137+0000 mgr.smithi144.tlyrca (mgr.14186) 901 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:42.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:42 smithi144 bash[16259]: cluster 2024-01-21T09:06:41.160891+0000 mgr.smithi144.tlyrca (mgr.14186) 902 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:43.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:42 smithi177 bash[20374]: cluster 2024-01-21T09:06:41.160891+0000 mgr.smithi144.tlyrca (mgr.14186) 902 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:44.745 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:44.745 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T08:56:18.842202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:56:18.842468Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T08:56:18.842745Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:04:31.002359Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.abszww on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:56:18.844220Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:56:18.841931Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:56:18.841551Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T08:56:18.844465Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:56:18.842994Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:56:18.843241Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:45.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:44 smithi177 bash[20374]: cluster 2024-01-21T09:06:43.162042+0000 mgr.smithi144.tlyrca (mgr.14186) 903 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:45.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:44 smithi144 bash[16259]: cluster 2024-01-21T09:06:43.162042+0000 mgr.smithi144.tlyrca (mgr.14186) 903 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:06:45.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:46.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:45 smithi177 bash[20374]: audit 2024-01-21T09:06:44.735777+0000 mgr.smithi144.tlyrca (mgr.14186) 904 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:45 smithi177 bash[20374]: audit 2024-01-21T09:06:45.386453+0000 mon.smithi144 (mon.0) 876 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:45 smithi177 bash[20374]: audit 2024-01-21T09:06:45.678324+0000 mon.smithi144 (mon.0) 877 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:06:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:45 smithi177 bash[20374]: audit 2024-01-21T09:06:45.679867+0000 mon.smithi144 (mon.0) 878 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:06:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:45 smithi177 bash[20374]: audit 2024-01-21T09:06:45.688014+0000 mon.smithi144 (mon.0) 879 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:45 smithi177 bash[20374]: audit 2024-01-21T09:06:45.694772+0000 mon.smithi144 (mon.0) 880 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:06:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:45 smithi177 bash[20374]: audit 2024-01-21T09:06:45.710989+0000 mon.smithi144 (mon.0) 881 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:45 smithi144 bash[16259]: audit 2024-01-21T09:06:44.735777+0000 mgr.smithi144.tlyrca (mgr.14186) 904 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:45 smithi144 bash[16259]: audit 2024-01-21T09:06:45.386453+0000 mon.smithi144 (mon.0) 876 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:45 smithi144 bash[16259]: audit 2024-01-21T09:06:45.678324+0000 mon.smithi144 (mon.0) 877 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:06:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:45 smithi144 bash[16259]: audit 2024-01-21T09:06:45.679867+0000 mon.smithi144 (mon.0) 878 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:06:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:45 smithi144 bash[16259]: audit 2024-01-21T09:06:45.688014+0000 mon.smithi144 (mon.0) 879 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:45 smithi144 bash[16259]: audit 2024-01-21T09:06:45.694772+0000 mon.smithi144 (mon.0) 880 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:06:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:45 smithi144 bash[16259]: audit 2024-01-21T09:06:45.710989+0000 mon.smithi144 (mon.0) 881 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:46.428 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:47.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:46 smithi177 bash[20374]: cluster 2024-01-21T09:06:45.162782+0000 mgr.smithi144.tlyrca (mgr.14186) 905 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:47.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:46 smithi177 bash[20374]: cluster 2024-01-21T09:06:45.688875+0000 mgr.smithi144.tlyrca (mgr.14186) 906 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:47.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:46 smithi177 bash[20374]: cephadm 2024-01-21T09:06:45.717240+0000 mgr.smithi144.tlyrca (mgr.14186) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.ordqxv on smithi177 2024-01-21T09:06:47.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:46 smithi177 bash[20374]: cluster 2024-01-21T09:06:45.777496+0000 mon.smithi144 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:06:47.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:46 smithi177 bash[20374]: cluster 2024-01-21T09:06:45.777569+0000 mon.smithi144 (mon.0) 883 : cluster [INF] Cluster is now healthy 2024-01-21T09:06:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:46 smithi144 bash[16259]: cluster 2024-01-21T09:06:45.162782+0000 mgr.smithi144.tlyrca (mgr.14186) 905 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:06:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:46 smithi144 bash[16259]: cluster 2024-01-21T09:06:45.688875+0000 mgr.smithi144.tlyrca (mgr.14186) 906 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:46 smithi144 bash[16259]: cephadm 2024-01-21T09:06:45.717240+0000 mgr.smithi144.tlyrca (mgr.14186) 907 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.ordqxv on smithi177 2024-01-21T09:06:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:46 smithi144 bash[16259]: cluster 2024-01-21T09:06:45.777496+0000 mon.smithi144 (mon.0) 882 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:06:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:46 smithi144 bash[16259]: cluster 2024-01-21T09:06:45.777569+0000 mon.smithi144 (mon.0) 883 : cluster [INF] Cluster is now healthy 2024-01-21T09:06:49.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:48 smithi177 bash[20374]: cluster 2024-01-21T09:06:47.689598+0000 mgr.smithi144.tlyrca (mgr.14186) 908 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:49.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:48 smithi144 bash[16259]: cluster 2024-01-21T09:06:47.689598+0000 mgr.smithi144.tlyrca (mgr.14186) 908 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:49.606 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:49.606 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:35.167980Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hcrgsv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hcrgsv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hcrgsv\nDeploy daemon haproxy.nfs.foo.smithi177.hcrgsv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.125402Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.qqnjuf on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-qqnjuf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.qqnjuf\nDeploy daemon haproxy.nfs.foo.smithi144.qqnjuf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:05:39.127365Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.jzoapu on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:50.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: cephadm 2024-01-21T09:06:49.500562+0000 mgr.smithi144.tlyrca (mgr.14186) 909 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ordqxv ... 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:50.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ordqxv ... 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: cephadm 2024-01-21T09:06:49.501067+0000 mgr.smithi144.tlyrca (mgr.14186) 910 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: audit 2024-01-21T09:06:49.501699+0000 mon.smithi144 (mon.0) 884 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.ordqxv"}]: dispatch 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: cephadm 2024-01-21T09:06:49.503186+0000 mgr.smithi144.tlyrca (mgr.14186) 911 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ordqxv ... 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: cephadm 2024-01-21T09:06:49.507909+0000 mgr.smithi144.tlyrca (mgr.14186) 912 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zulofh on smithi144 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: audit 2024-01-21T09:06:49.596622+0000 mgr.smithi144.tlyrca (mgr.14186) 913 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:50.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:50 smithi177 bash[20374]: cluster 2024-01-21T09:06:49.690183+0000 mgr.smithi144.tlyrca (mgr.14186) 914 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:50.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: cephadm 2024-01-21T09:06:49.500562+0000 mgr.smithi144.tlyrca (mgr.14186) 909 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ordqxv ... 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:06:50.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ordqxv ... 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: cephadm 2024-01-21T09:06:49.501067+0000 mgr.smithi144.tlyrca (mgr.14186) 910 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: audit 2024-01-21T09:06:49.501699+0000 mon.smithi144 (mon.0) 884 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.ordqxv"}]: dispatch 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: cephadm 2024-01-21T09:06:49.503186+0000 mgr.smithi144.tlyrca (mgr.14186) 911 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv 2024-01-21T09:06:50.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ordqxv ... 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: cephadm 2024-01-21T09:06:49.507909+0000 mgr.smithi144.tlyrca (mgr.14186) 912 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zulofh on smithi144 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: audit 2024-01-21T09:06:49.596622+0000 mgr.smithi144.tlyrca (mgr.14186) 913 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:50.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:50 smithi144 bash[16259]: cluster 2024-01-21T09:06:49.690183+0000 mgr.smithi144.tlyrca (mgr.14186) 914 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:51.307 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:53.017 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:52 smithi144 bash[16259]: cluster 2024-01-21T09:06:51.690927+0000 mgr.smithi144.tlyrca (mgr.14186) 915 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:53.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:52 smithi177 bash[20374]: cluster 2024-01-21T09:06:51.690927+0000 mgr.smithi144.tlyrca (mgr.14186) 915 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-01-21T09:06:54.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:53 smithi177 bash[20374]: audit 2024-01-21T09:06:53.427073+0000 mon.smithi144 (mon.0) 885 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zulofh"}]: dispatch 2024-01-21T09:06:54.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:53 smithi144 bash[16259]: audit 2024-01-21T09:06:53.427073+0000 mon.smithi144 (mon.0) 885 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zulofh"}]: dispatch 2024-01-21T09:06:54.811 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:54.811 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: cephadm 2024-01-21T09:06:53.425881+0000 mgr.smithi144.tlyrca (mgr.14186) 916 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zulofh ... 2024-01-21T09:06:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zulofh ... 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: cephadm 2024-01-21T09:06:53.426399+0000 mgr.smithi144.tlyrca (mgr.14186) 917 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: cephadm 2024-01-21T09:06:53.428511+0000 mgr.smithi144.tlyrca (mgr.14186) 918 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:06:55.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zulofh ... 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: cephadm 2024-01-21T09:06:53.432754+0000 mgr.smithi144.tlyrca (mgr.14186) 919 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: cephadm 2024-01-21T09:06:53.436559+0000 mgr.smithi144.tlyrca (mgr.14186) 920 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: cluster 2024-01-21T09:06:53.437848+0000 mgr.smithi144.tlyrca (mgr.14186) 921 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:06:55.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:54 smithi177 bash[20374]: cluster 2024-01-21T09:06:53.748003+0000 mon.smithi144 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:06:55.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: cephadm 2024-01-21T09:06:53.425881+0000 mgr.smithi144.tlyrca (mgr.14186) 916 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zulofh ... 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zulofh ... 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:55.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: cephadm 2024-01-21T09:06:53.426399+0000 mgr.smithi144.tlyrca (mgr.14186) 917 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: cephadm 2024-01-21T09:06:53.428511+0000 mgr.smithi144.tlyrca (mgr.14186) 918 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zulofh ... 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:06:55.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:06:55.198 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:06:55.198 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: cephadm 2024-01-21T09:06:53.432754+0000 mgr.smithi144.tlyrca (mgr.14186) 919 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:06:55.198 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: cephadm 2024-01-21T09:06:53.436559+0000 mgr.smithi144.tlyrca (mgr.14186) 920 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:06:55.198 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: cluster 2024-01-21T09:06:53.437848+0000 mgr.smithi144.tlyrca (mgr.14186) 921 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:06:55.198 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:54 smithi144 bash[16259]: cluster 2024-01-21T09:06:53.748003+0000 mon.smithi144 (mon.0) 886 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:06:55.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:06:56.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:55 smithi177 bash[20374]: audit 2024-01-21T09:06:54.794723+0000 mgr.smithi144.tlyrca (mgr.14186) 922 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:56.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:55 smithi144 bash[16259]: audit 2024-01-21T09:06:54.794723+0000 mgr.smithi144.tlyrca (mgr.14186) 922 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:06:56.420 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:06:57.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:56 smithi177 bash[20374]: cluster 2024-01-21T09:06:55.439152+0000 mgr.smithi144.tlyrca (mgr.14186) 923 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:06:57.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:56 smithi144 bash[16259]: cluster 2024-01-21T09:06:55.439152+0000 mgr.smithi144.tlyrca (mgr.14186) 923 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:06:58.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:58 smithi177 bash[20374]: audit 2024-01-21T09:06:57.197541+0000 mon.smithi144 (mon.0) 887 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:58.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:06:58 smithi177 bash[20374]: cluster 2024-01-21T09:06:57.440118+0000 mgr.smithi144.tlyrca (mgr.14186) 924 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:06:58.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:58 smithi144 bash[16259]: audit 2024-01-21T09:06:57.197541+0000 mon.smithi144 (mon.0) 887 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:06:58.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:06:58 smithi144 bash[16259]: cluster 2024-01-21T09:06:57.440118+0000 mgr.smithi144.tlyrca (mgr.14186) 924 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:06:59.571 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:06:59.571 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:00.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:00.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:00 smithi177 bash[20374]: cluster 2024-01-21T09:06:59.440933+0000 mgr.smithi144.tlyrca (mgr.14186) 925 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:07:00.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:00 smithi177 bash[20374]: audit 2024-01-21T09:06:59.559374+0000 mgr.smithi144.tlyrca (mgr.14186) 926 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:00 smithi144 bash[16259]: cluster 2024-01-21T09:06:59.440933+0000 mgr.smithi144.tlyrca (mgr.14186) 925 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:07:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:00 smithi144 bash[16259]: audit 2024-01-21T09:06:59.559374+0000 mgr.smithi144.tlyrca (mgr.14186) 926 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:01.246 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:02.719 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:02 smithi144 bash[16259]: cluster 2024-01-21T09:07:01.442004+0000 mgr.smithi144.tlyrca (mgr.14186) 927 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:07:02.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:02 smithi177 bash[20374]: cluster 2024-01-21T09:07:01.442004+0000 mgr.smithi144.tlyrca (mgr.14186) 927 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:07:04.465 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:04.465 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:04.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:04 smithi177 bash[20374]: cluster 2024-01-21T09:07:03.443206+0000 mgr.smithi144.tlyrca (mgr.14186) 928 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T09:07:04.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:04 smithi144 bash[16259]: cluster 2024-01-21T09:07:03.443206+0000 mgr.smithi144.tlyrca (mgr.14186) 928 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-01-21T09:07:05.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:05.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:05 smithi177 bash[20374]: audit 2024-01-21T09:07:04.447863+0000 mgr.smithi144.tlyrca (mgr.14186) 929 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:05.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:05 smithi144 bash[16259]: audit 2024-01-21T09:07:04.447863+0000 mgr.smithi144.tlyrca (mgr.14186) 929 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:06.077 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:06.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:06 smithi177 bash[20374]: cluster 2024-01-21T09:07:05.444398+0000 mgr.smithi144.tlyrca (mgr.14186) 930 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:06.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:06 smithi144 bash[16259]: cluster 2024-01-21T09:07:05.444398+0000 mgr.smithi144.tlyrca (mgr.14186) 930 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:08.817 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:08 smithi144 bash[16259]: cluster 2024-01-21T09:07:07.445723+0000 mgr.smithi144.tlyrca (mgr.14186) 931 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:08.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:08 smithi177 bash[20374]: cluster 2024-01-21T09:07:07.445723+0000 mgr.smithi144.tlyrca (mgr.14186) 931 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:09.178 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:09.178 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:09.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:10.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:10 smithi177 bash[20374]: audit 2024-01-21T09:07:09.163218+0000 mgr.smithi144.tlyrca (mgr.14186) 932 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:10.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:10 smithi177 bash[20374]: cluster 2024-01-21T09:07:09.446755+0000 mgr.smithi144.tlyrca (mgr.14186) 933 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:10 smithi144 bash[16259]: audit 2024-01-21T09:07:09.163218+0000 mgr.smithi144.tlyrca (mgr.14186) 932 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:10 smithi144 bash[16259]: cluster 2024-01-21T09:07:09.446755+0000 mgr.smithi144.tlyrca (mgr.14186) 933 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:10.825 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:12.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:12 smithi144 bash[16259]: cluster 2024-01-21T09:07:11.447837+0000 mgr.smithi144.tlyrca (mgr.14186) 934 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:12.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:12 smithi177 bash[20374]: cluster 2024-01-21T09:07:11.447837+0000 mgr.smithi144.tlyrca (mgr.14186) 934 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:14.097 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:14.097 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:14.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:14.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:14 smithi177 bash[20374]: cluster 2024-01-21T09:07:13.449051+0000 mgr.smithi144.tlyrca (mgr.14186) 935 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:14.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:14 smithi144 bash[16259]: cluster 2024-01-21T09:07:13.449051+0000 mgr.smithi144.tlyrca (mgr.14186) 935 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:15.703 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:15.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:15 smithi177 bash[20374]: audit 2024-01-21T09:07:14.080415+0000 mgr.smithi144.tlyrca (mgr.14186) 936 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:15.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:15 smithi144 bash[16259]: audit 2024-01-21T09:07:14.080415+0000 mgr.smithi144.tlyrca (mgr.14186) 936 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:16.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:16 smithi177 bash[20374]: cluster 2024-01-21T09:07:15.450339+0000 mgr.smithi144.tlyrca (mgr.14186) 937 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:16.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:16 smithi144 bash[16259]: cluster 2024-01-21T09:07:15.450339+0000 mgr.smithi144.tlyrca (mgr.14186) 937 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:18.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:18 smithi144 bash[16259]: cluster 2024-01-21T09:07:17.451444+0000 mgr.smithi144.tlyrca (mgr.14186) 938 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:18.818 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:18.818 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:18.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:18 smithi177 bash[20374]: cluster 2024-01-21T09:07:17.451444+0000 mgr.smithi144.tlyrca (mgr.14186) 938 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:19.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:19.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:19 smithi177 bash[20374]: audit 2024-01-21T09:07:18.802080+0000 mgr.smithi144.tlyrca (mgr.14186) 939 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:19.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:19 smithi144 bash[16259]: audit 2024-01-21T09:07:18.802080+0000 mgr.smithi144.tlyrca (mgr.14186) 939 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:20.499 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:20.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:20 smithi177 bash[20374]: cluster 2024-01-21T09:07:19.452661+0000 mgr.smithi144.tlyrca (mgr.14186) 940 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:20.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:20 smithi144 bash[16259]: cluster 2024-01-21T09:07:19.452661+0000 mgr.smithi144.tlyrca (mgr.14186) 940 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:22.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:22 smithi177 bash[20374]: cluster 2024-01-21T09:07:21.453752+0000 mgr.smithi144.tlyrca (mgr.14186) 941 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:22.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:22 smithi144 bash[16259]: cluster 2024-01-21T09:07:21.453752+0000 mgr.smithi144.tlyrca (mgr.14186) 941 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:23.697 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:23.697 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:24.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:24.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:24 smithi177 bash[20374]: cluster 2024-01-21T09:07:23.454553+0000 mgr.smithi144.tlyrca (mgr.14186) 942 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:24.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:24 smithi177 bash[20374]: audit 2024-01-21T09:07:23.683611+0000 mgr.smithi144.tlyrca (mgr.14186) 943 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:24 smithi144 bash[16259]: cluster 2024-01-21T09:07:23.454553+0000 mgr.smithi144.tlyrca (mgr.14186) 942 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:24 smithi144 bash[16259]: audit 2024-01-21T09:07:23.683611+0000 mgr.smithi144.tlyrca (mgr.14186) 943 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:25.277 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:26.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:26 smithi144 bash[16259]: cluster 2024-01-21T09:07:25.455796+0000 mgr.smithi144.tlyrca (mgr.14186) 944 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:26.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:26 smithi177 bash[20374]: cluster 2024-01-21T09:07:25.455796+0000 mgr.smithi144.tlyrca (mgr.14186) 944 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:28.443 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:28.444 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:28.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:28 smithi177 bash[20374]: cluster 2024-01-21T09:07:27.456972+0000 mgr.smithi144.tlyrca (mgr.14186) 945 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:28.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:28 smithi144 bash[16259]: cluster 2024-01-21T09:07:27.456972+0000 mgr.smithi144.tlyrca (mgr.14186) 945 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:29.045 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:29.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:29 smithi177 bash[20374]: audit 2024-01-21T09:07:28.426323+0000 mgr.smithi144.tlyrca (mgr.14186) 946 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:29.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:29 smithi144 bash[16259]: audit 2024-01-21T09:07:28.426323+0000 mgr.smithi144.tlyrca (mgr.14186) 946 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:30.046 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:30.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:30 smithi177 bash[20374]: cluster 2024-01-21T09:07:29.458208+0000 mgr.smithi144.tlyrca (mgr.14186) 947 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:30.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:30 smithi144 bash[16259]: cluster 2024-01-21T09:07:29.458208+0000 mgr.smithi144.tlyrca (mgr.14186) 947 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:32.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:32 smithi177 bash[20374]: cluster 2024-01-21T09:07:31.459025+0000 mgr.smithi144.tlyrca (mgr.14186) 948 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:32.901 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:32 smithi144 bash[16259]: cluster 2024-01-21T09:07:31.459025+0000 mgr.smithi144.tlyrca (mgr.14186) 948 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:33.342 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:33.343 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:33.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:34.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:34 smithi177 bash[20374]: audit 2024-01-21T09:07:33.328268+0000 mgr.smithi144.tlyrca (mgr.14186) 949 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:34.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:34 smithi177 bash[20374]: cluster 2024-01-21T09:07:33.460297+0000 mgr.smithi144.tlyrca (mgr.14186) 950 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:34.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:34 smithi144 bash[16259]: audit 2024-01-21T09:07:33.328268+0000 mgr.smithi144.tlyrca (mgr.14186) 949 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:34.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:34 smithi144 bash[16259]: cluster 2024-01-21T09:07:33.460297+0000 mgr.smithi144.tlyrca (mgr.14186) 950 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:34.989 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:36.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:36 smithi177 bash[20374]: cluster 2024-01-21T09:07:35.461514+0000 mgr.smithi144.tlyrca (mgr.14186) 951 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:36.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:36 smithi144 bash[16259]: cluster 2024-01-21T09:07:35.461514+0000 mgr.smithi144.tlyrca (mgr.14186) 951 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:38.090 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:38.090 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:38.691 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:38.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:38 smithi144 bash[16259]: cluster 2024-01-21T09:07:37.462583+0000 mgr.smithi144.tlyrca (mgr.14186) 952 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:39.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:38 smithi177 bash[20374]: cluster 2024-01-21T09:07:37.462583+0000 mgr.smithi144.tlyrca (mgr.14186) 952 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:39.692 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:39.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:39 smithi144 bash[16259]: audit 2024-01-21T09:07:38.074208+0000 mgr.smithi144.tlyrca (mgr.14186) 953 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:40.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:39 smithi177 bash[20374]: audit 2024-01-21T09:07:38.074208+0000 mgr.smithi144.tlyrca (mgr.14186) 953 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:40.909 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:40 smithi144 bash[16259]: cluster 2024-01-21T09:07:39.463813+0000 mgr.smithi144.tlyrca (mgr.14186) 954 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:41.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:40 smithi177 bash[20374]: cluster 2024-01-21T09:07:39.463813+0000 mgr.smithi144.tlyrca (mgr.14186) 954 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:42 smithi144 bash[16259]: cluster 2024-01-21T09:07:41.464894+0000 mgr.smithi144.tlyrca (mgr.14186) 955 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:42.846 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:42.847 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:43.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:42 smithi177 bash[20374]: cluster 2024-01-21T09:07:41.464894+0000 mgr.smithi144.tlyrca (mgr.14186) 955 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:43.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:44.514 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:44.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:44 smithi144 bash[16259]: audit 2024-01-21T09:07:42.829961+0000 mgr.smithi144.tlyrca (mgr.14186) 956 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:44.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:44 smithi144 bash[16259]: cluster 2024-01-21T09:07:43.466129+0000 mgr.smithi144.tlyrca (mgr.14186) 957 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:45.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:44 smithi177 bash[20374]: audit 2024-01-21T09:07:42.829961+0000 mgr.smithi144.tlyrca (mgr.14186) 956 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:45.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:44 smithi177 bash[20374]: cluster 2024-01-21T09:07:43.466129+0000 mgr.smithi144.tlyrca (mgr.14186) 957 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:46.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:46 smithi144 bash[16259]: cluster 2024-01-21T09:07:45.467361+0000 mgr.smithi144.tlyrca (mgr.14186) 958 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:47.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:46 smithi177 bash[20374]: cluster 2024-01-21T09:07:45.467361+0000 mgr.smithi144.tlyrca (mgr.14186) 958 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:47.618 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:47.618 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:48.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:48.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:48 smithi144 bash[16259]: cluster 2024-01-21T09:07:47.468452+0000 mgr.smithi144.tlyrca (mgr.14186) 959 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:48.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:48 smithi144 bash[16259]: audit 2024-01-21T09:07:47.606009+0000 mgr.smithi144.tlyrca (mgr.14186) 960 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:49.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:48 smithi177 bash[20374]: cluster 2024-01-21T09:07:47.468452+0000 mgr.smithi144.tlyrca (mgr.14186) 959 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:49.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:48 smithi177 bash[20374]: audit 2024-01-21T09:07:47.606009+0000 mgr.smithi144.tlyrca (mgr.14186) 960 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:49.194 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:50.504 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:50 smithi144 bash[16259]: cluster 2024-01-21T09:07:49.469703+0000 mgr.smithi144.tlyrca (mgr.14186) 961 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:50.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:50 smithi177 bash[20374]: cluster 2024-01-21T09:07:49.469703+0000 mgr.smithi144.tlyrca (mgr.14186) 961 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:52.206 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:52.206 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:52.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:52 smithi177 bash[20374]: cluster 2024-01-21T09:07:51.470838+0000 mgr.smithi144.tlyrca (mgr.14186) 962 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:52.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:52 smithi144 bash[16259]: cluster 2024-01-21T09:07:51.470838+0000 mgr.smithi144.tlyrca (mgr.14186) 962 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:52.843 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:53.844 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:53.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:53 smithi177 bash[20374]: audit 2024-01-21T09:07:52.190005+0000 mgr.smithi144.tlyrca (mgr.14186) 963 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:53.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:53 smithi177 bash[20374]: audit 2024-01-21T09:07:53.440023+0000 mon.smithi144 (mon.0) 888 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:07:53.855 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:53 smithi144 bash[16259]: audit 2024-01-21T09:07:52.190005+0000 mgr.smithi144.tlyrca (mgr.14186) 963 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:53.855 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:53 smithi144 bash[16259]: audit 2024-01-21T09:07:53.440023+0000 mon.smithi144 (mon.0) 888 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:07:55.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:54 smithi177 bash[20374]: cluster 2024-01-21T09:07:53.472117+0000 mgr.smithi144.tlyrca (mgr.14186) 964 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:55.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:54 smithi177 bash[20374]: audit 2024-01-21T09:07:53.748886+0000 mon.smithi144 (mon.0) 889 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:07:55.184 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:54 smithi144 bash[16259]: cluster 2024-01-21T09:07:53.472117+0000 mgr.smithi144.tlyrca (mgr.14186) 964 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:07:55.184 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:54 smithi144 bash[16259]: audit 2024-01-21T09:07:53.748886+0000 mon.smithi144 (mon.0) 889 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:07:56.907 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:07:56.908 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T08:57:32.976549Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T08:57:32.979000Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T08:57:32.976934Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T08:57:32.977232Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T08:57:32.977496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T08:57:32.978002Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T08:57:32.977749Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:07:57.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:56 smithi177 bash[20374]: cluster 2024-01-21T09:07:55.473500+0000 mgr.smithi144.tlyrca (mgr.14186) 965 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:57.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:56 smithi144 bash[16259]: cluster 2024-01-21T09:07:55.473500+0000 mgr.smithi144.tlyrca (mgr.14186) 965 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:57.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:07:58.547 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:07:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:58 smithi144 bash[16259]: audit 2024-01-21T09:07:56.890734+0000 mgr.smithi144.tlyrca (mgr.14186) 966 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:07:58 smithi144 bash[16259]: cluster 2024-01-21T09:07:57.474633+0000 mgr.smithi144.tlyrca (mgr.14186) 967 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:07:59.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:58 smithi177 bash[20374]: audit 2024-01-21T09:07:56.890734+0000 mgr.smithi144.tlyrca (mgr.14186) 966 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:07:59.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:07:58 smithi177 bash[20374]: cluster 2024-01-21T09:07:57.474633+0000 mgr.smithi144.tlyrca (mgr.14186) 967 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: audit 2024-01-21T09:07:59.364879+0000 mon.smithi144 (mon.0) 890 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: cluster 2024-01-21T09:07:59.475883+0000 mgr.smithi144.tlyrca (mgr.14186) 968 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: audit 2024-01-21T09:07:59.655838+0000 mon.smithi144 (mon.0) 891 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:08:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: audit 2024-01-21T09:07:59.657536+0000 mon.smithi144 (mon.0) 892 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:08:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: audit 2024-01-21T09:07:59.666421+0000 mon.smithi144 (mon.0) 893 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:00.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: cluster 2024-01-21T09:07:59.667503+0000 mgr.smithi144.tlyrca (mgr.14186) 969 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:00.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: audit 2024-01-21T09:07:59.674800+0000 mon.smithi144 (mon.0) 894 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:08:00.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: audit 2024-01-21T09:07:59.688292+0000 mon.smithi144 (mon.0) 895 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:00.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:00 smithi144 bash[16259]: cephadm 2024-01-21T09:07:59.691459+0000 mgr.smithi144.tlyrca (mgr.14186) 970 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.jahjjc on smithi177 2024-01-21T09:08:00.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: audit 2024-01-21T09:07:59.364879+0000 mon.smithi144 (mon.0) 890 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:00.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: cluster 2024-01-21T09:07:59.475883+0000 mgr.smithi144.tlyrca (mgr.14186) 968 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:00.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: audit 2024-01-21T09:07:59.655838+0000 mon.smithi144 (mon.0) 891 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:08:00.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: audit 2024-01-21T09:07:59.657536+0000 mon.smithi144 (mon.0) 892 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:08:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: audit 2024-01-21T09:07:59.666421+0000 mon.smithi144 (mon.0) 893 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: cluster 2024-01-21T09:07:59.667503+0000 mgr.smithi144.tlyrca (mgr.14186) 969 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: audit 2024-01-21T09:07:59.674800+0000 mon.smithi144 (mon.0) 894 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:08:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: audit 2024-01-21T09:07:59.688292+0000 mon.smithi144 (mon.0) 895 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:00 smithi177 bash[20374]: cephadm 2024-01-21T09:07:59.691459+0000 mgr.smithi144.tlyrca (mgr.14186) 970 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.jahjjc on smithi177 2024-01-21T09:08:01.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:01 smithi144 bash[16259]: cluster 2024-01-21T09:08:00.361123+0000 mon.smithi144 (mon.0) 896 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:08:01.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:01 smithi144 bash[16259]: cluster 2024-01-21T09:08:00.361210+0000 mon.smithi144 (mon.0) 897 : cluster [INF] Cluster is now healthy 2024-01-21T09:08:01.796 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:01.796 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:05:39.129048Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.biszkd on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:01.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:01 smithi177 bash[20374]: cluster 2024-01-21T09:08:00.361123+0000 mon.smithi144 (mon.0) 896 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:08:01.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:01 smithi177 bash[20374]: cluster 2024-01-21T09:08:00.361210+0000 mon.smithi144 (mon.0) 897 : cluster [INF] Cluster is now healthy 2024-01-21T09:08:02.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:02.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:02 smithi144 bash[16259]: cluster 2024-01-21T09:08:01.668211+0000 mgr.smithi144.tlyrca (mgr.14186) 971 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:02.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:02 smithi144 bash[16259]: audit 2024-01-21T09:08:01.781454+0000 mgr.smithi144.tlyrca (mgr.14186) 972 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:02.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:02 smithi177 bash[20374]: cluster 2024-01-21T09:08:01.668211+0000 mgr.smithi144.tlyrca (mgr.14186) 971 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:02.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:02 smithi177 bash[20374]: audit 2024-01-21T09:08:01.781454+0000 mgr.smithi144.tlyrca (mgr.14186) 972 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:03.426 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:04.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:03 smithi177 bash[20374]: audit 2024-01-21T09:08:03.713221+0000 mon.smithi144 (mon.0) 898 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.jahjjc"}]: dispatch 2024-01-21T09:08:04.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:03 smithi144 bash[16259]: audit 2024-01-21T09:08:03.713221+0000 mon.smithi144 (mon.0) 898 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.jahjjc"}]: dispatch 2024-01-21T09:08:04.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: cluster 2024-01-21T09:08:03.669157+0000 mgr.smithi144.tlyrca (mgr.14186) 973 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:04.896 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: cephadm 2024-01-21T09:08:03.711998+0000 mgr.smithi144.tlyrca (mgr.14186) 974 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.jahjjc ... 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:08:04.897 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.jahjjc ... 2024-01-21T09:08:04.898 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: cephadm 2024-01-21T09:08:03.712566+0000 mgr.smithi144.tlyrca (mgr.14186) 975 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: cephadm 2024-01-21T09:08:03.714838+0000 mgr.smithi144.tlyrca (mgr.14186) 976 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.jahjjc ... 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:04.899 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:04.900 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:04.900 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:04.900 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:04.900 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:04 smithi144 bash[16259]: cephadm 2024-01-21T09:08:03.720823+0000 mgr.smithi144.tlyrca (mgr.14186) 977 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.uzjnsn on smithi144 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: cluster 2024-01-21T09:08:03.669157+0000 mgr.smithi144.tlyrca (mgr.14186) 973 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: cephadm 2024-01-21T09:08:03.711998+0000 mgr.smithi144.tlyrca (mgr.14186) 974 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.jahjjc ... 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:05.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.jahjjc ... 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: cephadm 2024-01-21T09:08:03.712566+0000 mgr.smithi144.tlyrca (mgr.14186) 975 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: cephadm 2024-01-21T09:08:03.714838+0000 mgr.smithi144.tlyrca (mgr.14186) 976 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.jahjjc ... 2024-01-21T09:08:05.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:05.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:05.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:05.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:05.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:05.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:04 smithi177 bash[20374]: cephadm 2024-01-21T09:08:03.720823+0000 mgr.smithi144.tlyrca (mgr.14186) 977 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.uzjnsn on smithi144 2024-01-21T09:08:06.612 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:06.613 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:49.502932Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ordqxv on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ordqxv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ordqxv\nDeploy daemon haproxy.nfs.foo.smithi177.ordqxv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.428257Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zulofh on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zulofh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zulofh\nDeploy daemon haproxy.nfs.foo.smithi144.zulofh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:06:53.432545Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ckzeka on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:06.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:06 smithi144 bash[16259]: cluster 2024-01-21T09:08:05.670156+0000 mgr.smithi144.tlyrca (mgr.14186) 978 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:07.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:06 smithi177 bash[20374]: cluster 2024-01-21T09:08:05.670156+0000 mgr.smithi144.tlyrca (mgr.14186) 978 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:08:07.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:08.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:07 smithi177 bash[20374]: audit 2024-01-21T09:08:06.603309+0000 mgr.smithi144.tlyrca (mgr.14186) 979 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:08.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:07 smithi177 bash[20374]: audit 2024-01-21T09:08:07.473545+0000 mon.smithi144 (mon.0) 899 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.uzjnsn"}]: dispatch 2024-01-21T09:08:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:07 smithi144 bash[16259]: audit 2024-01-21T09:08:06.603309+0000 mgr.smithi144.tlyrca (mgr.14186) 979 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:07 smithi144 bash[16259]: audit 2024-01-21T09:08:07.473545+0000 mon.smithi144 (mon.0) 899 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.uzjnsn"}]: dispatch 2024-01-21T09:08:08.223 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:09.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: cephadm 2024-01-21T09:08:07.472295+0000 mgr.smithi144.tlyrca (mgr.14186) 980 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.uzjnsn ... 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:08:09.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.uzjnsn ... 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: cephadm 2024-01-21T09:08:07.472832+0000 mgr.smithi144.tlyrca (mgr.14186) 981 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: cephadm 2024-01-21T09:08:07.475098+0000 mgr.smithi144.tlyrca (mgr.14186) 982 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.uzjnsn ... 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: cephadm 2024-01-21T09:08:07.480652+0000 mgr.smithi144.tlyrca (mgr.14186) 983 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: cephadm 2024-01-21T09:08:07.484675+0000 mgr.smithi144.tlyrca (mgr.14186) 984 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: cluster 2024-01-21T09:08:07.486438+0000 mgr.smithi144.tlyrca (mgr.14186) 985 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:08:09.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:08 smithi177 bash[20374]: cluster 2024-01-21T09:08:07.777147+0000 mon.smithi144 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: cephadm 2024-01-21T09:08:07.472295+0000 mgr.smithi144.tlyrca (mgr.14186) 980 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.uzjnsn ... 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.uzjnsn ... 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:09.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: cephadm 2024-01-21T09:08:07.472832+0000 mgr.smithi144.tlyrca (mgr.14186) 981 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: cephadm 2024-01-21T09:08:07.475098+0000 mgr.smithi144.tlyrca (mgr.14186) 982 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.uzjnsn ... 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:08:09.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:08:09.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:08:09.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:08:09.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: cephadm 2024-01-21T09:08:07.480652+0000 mgr.smithi144.tlyrca (mgr.14186) 983 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:08:09.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: cephadm 2024-01-21T09:08:07.484675+0000 mgr.smithi144.tlyrca (mgr.14186) 984 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:08:09.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: cluster 2024-01-21T09:08:07.486438+0000 mgr.smithi144.tlyrca (mgr.14186) 985 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:08:09.197 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:08 smithi144 bash[16259]: cluster 2024-01-21T09:08:07.777147+0000 mon.smithi144 (mon.0) 900 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:08:10.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:10 smithi177 bash[20374]: cluster 2024-01-21T09:08:09.487601+0000 mgr.smithi144.tlyrca (mgr.14186) 986 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:08:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:10 smithi144 bash[16259]: cluster 2024-01-21T09:08:09.487601+0000 mgr.smithi144.tlyrca (mgr.14186) 986 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:08:11.665 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:11.666 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:12.257 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:12.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:12 smithi177 bash[20374]: cluster 2024-01-21T09:08:11.488649+0000 mgr.smithi144.tlyrca (mgr.14186) 987 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:08:12.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:12 smithi177 bash[20374]: audit 2024-01-21T09:08:11.654224+0000 mgr.smithi144.tlyrca (mgr.14186) 988 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:12.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:12 smithi177 bash[20374]: audit 2024-01-21T09:08:12.254077+0000 mon.smithi144 (mon.0) 901 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:12.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:12 smithi144 bash[16259]: cluster 2024-01-21T09:08:11.488649+0000 mgr.smithi144.tlyrca (mgr.14186) 987 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:08:12.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:12 smithi144 bash[16259]: audit 2024-01-21T09:08:11.654224+0000 mgr.smithi144.tlyrca (mgr.14186) 988 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:12.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:12 smithi144 bash[16259]: audit 2024-01-21T09:08:12.254077+0000 mon.smithi144 (mon.0) 901 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:08:13.258 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:14.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:14 smithi177 bash[20374]: cluster 2024-01-21T09:08:13.489829+0000 mgr.smithi144.tlyrca (mgr.14186) 989 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-21T09:08:14.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:14 smithi144 bash[16259]: cluster 2024-01-21T09:08:13.489829+0000 mgr.smithi144.tlyrca (mgr.14186) 989 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-21T09:08:16.320 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:16.320 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:16.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:16 smithi144 bash[16259]: cluster 2024-01-21T09:08:15.491068+0000 mgr.smithi144.tlyrca (mgr.14186) 990 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:08:16.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:16 smithi177 bash[20374]: cluster 2024-01-21T09:08:15.491068+0000 mgr.smithi144.tlyrca (mgr.14186) 990 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:08:16.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:17.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:17 smithi177 bash[20374]: audit 2024-01-21T09:08:16.308988+0000 mgr.smithi144.tlyrca (mgr.14186) 991 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:17.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:17 smithi144 bash[16259]: audit 2024-01-21T09:08:16.308988+0000 mgr.smithi144.tlyrca (mgr.14186) 991 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:17.966 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:18.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:18 smithi177 bash[20374]: cluster 2024-01-21T09:08:17.492156+0000 mgr.smithi144.tlyrca (mgr.14186) 992 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:08:18.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:18 smithi144 bash[16259]: cluster 2024-01-21T09:08:17.492156+0000 mgr.smithi144.tlyrca (mgr.14186) 992 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:08:20.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:20 smithi177 bash[20374]: cluster 2024-01-21T09:08:19.493426+0000 mgr.smithi144.tlyrca (mgr.14186) 993 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:20.685 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:20 smithi144 bash[16259]: cluster 2024-01-21T09:08:19.493426+0000 mgr.smithi144.tlyrca (mgr.14186) 993 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:21.113 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:21.114 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:21.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:22.769 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:22.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:22 smithi177 bash[20374]: audit 2024-01-21T09:08:21.104176+0000 mgr.smithi144.tlyrca (mgr.14186) 994 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:22.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:22 smithi177 bash[20374]: cluster 2024-01-21T09:08:21.494489+0000 mgr.smithi144.tlyrca (mgr.14186) 995 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:22.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:22 smithi144 bash[16259]: audit 2024-01-21T09:08:21.104176+0000 mgr.smithi144.tlyrca (mgr.14186) 994 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:22.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:22 smithi144 bash[16259]: cluster 2024-01-21T09:08:21.494489+0000 mgr.smithi144.tlyrca (mgr.14186) 995 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:24.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:24 smithi177 bash[20374]: cluster 2024-01-21T09:08:23.495832+0000 mgr.smithi144.tlyrca (mgr.14186) 996 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:24 smithi144 bash[16259]: cluster 2024-01-21T09:08:23.495832+0000 mgr.smithi144.tlyrca (mgr.14186) 996 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:25.944 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:25.944 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:26.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:26.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:26 smithi177 bash[20374]: cluster 2024-01-21T09:08:25.497238+0000 mgr.smithi144.tlyrca (mgr.14186) 997 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:26.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:26 smithi144 bash[16259]: cluster 2024-01-21T09:08:25.497238+0000 mgr.smithi144.tlyrca (mgr.14186) 997 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:27.530 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:27.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:27 smithi177 bash[20374]: audit 2024-01-21T09:08:25.927431+0000 mgr.smithi144.tlyrca (mgr.14186) 998 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:27.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:27 smithi144 bash[16259]: audit 2024-01-21T09:08:25.927431+0000 mgr.smithi144.tlyrca (mgr.14186) 998 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:28.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:28 smithi177 bash[20374]: cluster 2024-01-21T09:08:27.498323+0000 mgr.smithi144.tlyrca (mgr.14186) 999 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:28.885 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:28 smithi144 bash[16259]: cluster 2024-01-21T09:08:27.498323+0000 mgr.smithi144.tlyrca (mgr.14186) 999 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:30.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:30 smithi177 bash[20374]: cluster 2024-01-21T09:08:29.499726+0000 mgr.smithi144.tlyrca (mgr.14186) 1000 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:30.691 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:30.691 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:30.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:30 smithi144 bash[16259]: cluster 2024-01-21T09:08:29.499726+0000 mgr.smithi144.tlyrca (mgr.14186) 1000 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:31.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:31.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:31 smithi177 bash[20374]: audit 2024-01-21T09:08:30.674422+0000 mgr.smithi144.tlyrca (mgr.14186) 1001 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:31.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:31 smithi144 bash[16259]: audit 2024-01-21T09:08:30.674422+0000 mgr.smithi144.tlyrca (mgr.14186) 1001 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:32.349 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:32.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:32 smithi177 bash[20374]: cluster 2024-01-21T09:08:31.500919+0000 mgr.smithi144.tlyrca (mgr.14186) 1002 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:32.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:32 smithi144 bash[16259]: cluster 2024-01-21T09:08:31.500919+0000 mgr.smithi144.tlyrca (mgr.14186) 1002 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:34.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:34 smithi177 bash[20374]: cluster 2024-01-21T09:08:33.502364+0000 mgr.smithi144.tlyrca (mgr.14186) 1003 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:34.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:34 smithi144 bash[16259]: cluster 2024-01-21T09:08:33.502364+0000 mgr.smithi144.tlyrca (mgr.14186) 1003 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:35.579 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:35.579 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:36.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:36.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:36 smithi177 bash[20374]: cluster 2024-01-21T09:08:35.503206+0000 mgr.smithi144.tlyrca (mgr.14186) 1004 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:36.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:36 smithi177 bash[20374]: audit 2024-01-21T09:08:35.569214+0000 mgr.smithi144.tlyrca (mgr.14186) 1005 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:36 smithi144 bash[16259]: cluster 2024-01-21T09:08:35.503206+0000 mgr.smithi144.tlyrca (mgr.14186) 1004 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:36.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:36 smithi144 bash[16259]: audit 2024-01-21T09:08:35.569214+0000 mgr.smithi144.tlyrca (mgr.14186) 1005 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:37.256 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:38.686 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:38 smithi144 bash[16259]: cluster 2024-01-21T09:08:37.504289+0000 mgr.smithi144.tlyrca (mgr.14186) 1006 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:38.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:38 smithi177 bash[20374]: cluster 2024-01-21T09:08:37.504289+0000 mgr.smithi144.tlyrca (mgr.14186) 1006 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:40.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:40 smithi144 bash[16259]: cluster 2024-01-21T09:08:39.505666+0000 mgr.smithi144.tlyrca (mgr.14186) 1007 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:40.532 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:40.532 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:40.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:40 smithi177 bash[20374]: cluster 2024-01-21T09:08:39.505666+0000 mgr.smithi144.tlyrca (mgr.14186) 1007 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:41.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:41.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:41 smithi144 bash[16259]: audit 2024-01-21T09:08:40.523005+0000 mgr.smithi144.tlyrca (mgr.14186) 1008 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:41.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:41 smithi177 bash[20374]: audit 2024-01-21T09:08:40.523005+0000 mgr.smithi144.tlyrca (mgr.14186) 1008 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:42.139 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:42.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:42 smithi144 bash[16259]: cluster 2024-01-21T09:08:41.506854+0000 mgr.smithi144.tlyrca (mgr.14186) 1009 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:42.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:42 smithi177 bash[20374]: cluster 2024-01-21T09:08:41.506854+0000 mgr.smithi144.tlyrca (mgr.14186) 1009 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:44.821 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:44 smithi144 bash[16259]: cluster 2024-01-21T09:08:43.508046+0000 mgr.smithi144.tlyrca (mgr.14186) 1010 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:44.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:44 smithi177 bash[20374]: cluster 2024-01-21T09:08:43.508046+0000 mgr.smithi144.tlyrca (mgr.14186) 1010 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:45.164 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:45.165 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:45.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:46.837 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:46.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:46 smithi177 bash[20374]: audit 2024-01-21T09:08:45.155154+0000 mgr.smithi144.tlyrca (mgr.14186) 1011 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:46.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:46 smithi177 bash[20374]: cluster 2024-01-21T09:08:45.509313+0000 mgr.smithi144.tlyrca (mgr.14186) 1012 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:46.850 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:46 smithi144 bash[16259]: audit 2024-01-21T09:08:45.155154+0000 mgr.smithi144.tlyrca (mgr.14186) 1011 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:46.850 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:46 smithi144 bash[16259]: cluster 2024-01-21T09:08:45.509313+0000 mgr.smithi144.tlyrca (mgr.14186) 1012 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:48.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:48 smithi177 bash[20374]: cluster 2024-01-21T09:08:47.510514+0000 mgr.smithi144.tlyrca (mgr.14186) 1013 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:48.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:48 smithi144 bash[16259]: cluster 2024-01-21T09:08:47.510514+0000 mgr.smithi144.tlyrca (mgr.14186) 1013 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:50.163 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:50.163 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:50.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:50 smithi177 bash[20374]: cluster 2024-01-21T09:08:49.511759+0000 mgr.smithi144.tlyrca (mgr.14186) 1014 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:50.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:50 smithi144 bash[16259]: cluster 2024-01-21T09:08:49.511759+0000 mgr.smithi144.tlyrca (mgr.14186) 1014 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:50.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:51.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:51 smithi177 bash[20374]: audit 2024-01-21T09:08:50.151358+0000 mgr.smithi144.tlyrca (mgr.14186) 1015 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:51.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:51 smithi144 bash[16259]: audit 2024-01-21T09:08:50.151358+0000 mgr.smithi144.tlyrca (mgr.14186) 1015 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:51.850 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:52.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:52 smithi177 bash[20374]: cluster 2024-01-21T09:08:51.512956+0000 mgr.smithi144.tlyrca (mgr.14186) 1016 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:52.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:52 smithi144 bash[16259]: cluster 2024-01-21T09:08:51.512956+0000 mgr.smithi144.tlyrca (mgr.14186) 1016 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:54.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:54 smithi177 bash[20374]: cluster 2024-01-21T09:08:53.514386+0000 mgr.smithi144.tlyrca (mgr.14186) 1017 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:54.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:54 smithi144 bash[16259]: cluster 2024-01-21T09:08:53.514386+0000 mgr.smithi144.tlyrca (mgr.14186) 1017 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:08:55.025 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:55.025 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:08:55.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:08:56.670 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:08:56.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:56 smithi177 bash[20374]: audit 2024-01-21T09:08:55.011850+0000 mgr.smithi144.tlyrca (mgr.14186) 1018 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:56.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:56 smithi177 bash[20374]: cluster 2024-01-21T09:08:55.515674+0000 mgr.smithi144.tlyrca (mgr.14186) 1019 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:56.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:56 smithi144 bash[16259]: audit 2024-01-21T09:08:55.011850+0000 mgr.smithi144.tlyrca (mgr.14186) 1018 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:08:56.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:56 smithi144 bash[16259]: cluster 2024-01-21T09:08:55.515674+0000 mgr.smithi144.tlyrca (mgr.14186) 1019 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:58.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:08:58 smithi177 bash[20374]: cluster 2024-01-21T09:08:57.516780+0000 mgr.smithi144.tlyrca (mgr.14186) 1020 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:08:58 smithi144 bash[16259]: cluster 2024-01-21T09:08:57.516780+0000 mgr.smithi144.tlyrca (mgr.14186) 1020 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:08:59.732 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:08:59.732 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:00.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:00.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:00 smithi177 bash[20374]: cluster 2024-01-21T09:08:59.517834+0000 mgr.smithi144.tlyrca (mgr.14186) 1021 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:00.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:00 smithi177 bash[20374]: audit 2024-01-21T09:08:59.721572+0000 mgr.smithi144.tlyrca (mgr.14186) 1022 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:00 smithi144 bash[16259]: cluster 2024-01-21T09:08:59.517834+0000 mgr.smithi144.tlyrca (mgr.14186) 1021 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:00 smithi144 bash[16259]: audit 2024-01-21T09:08:59.721572+0000 mgr.smithi144.tlyrca (mgr.14186) 1022 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:01.351 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:02.769 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:02 smithi144 bash[16259]: cluster 2024-01-21T09:09:01.518538+0000 mgr.smithi144.tlyrca (mgr.14186) 1023 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:02.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:02 smithi177 bash[20374]: cluster 2024-01-21T09:09:01.518538+0000 mgr.smithi144.tlyrca (mgr.14186) 1023 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:04.453 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:04.453 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:04.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:04 smithi177 bash[20374]: cluster 2024-01-21T09:09:03.519679+0000 mgr.smithi144.tlyrca (mgr.14186) 1024 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:04.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:04 smithi144 bash[16259]: cluster 2024-01-21T09:09:03.519679+0000 mgr.smithi144.tlyrca (mgr.14186) 1024 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:05.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:05.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:05 smithi144 bash[16259]: audit 2024-01-21T09:09:04.436349+0000 mgr.smithi144.tlyrca (mgr.14186) 1025 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:06.062 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:06.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:05 smithi177 bash[20374]: audit 2024-01-21T09:09:04.436349+0000 mgr.smithi144.tlyrca (mgr.14186) 1025 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:06.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:06 smithi144 bash[16259]: cluster 2024-01-21T09:09:05.520922+0000 mgr.smithi144.tlyrca (mgr.14186) 1026 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:07.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:06 smithi177 bash[20374]: cluster 2024-01-21T09:09:05.520922+0000 mgr.smithi144.tlyrca (mgr.14186) 1026 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:07.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:07 smithi144 bash[16259]: audit 2024-01-21T09:09:07.489055+0000 mon.smithi144 (mon.0) 902 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:09:08.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:07 smithi177 bash[20374]: audit 2024-01-21T09:09:07.489055+0000 mon.smithi144 (mon.0) 902 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:09:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:08 smithi177 bash[20374]: cluster 2024-01-21T09:09:07.521771+0000 mgr.smithi144.tlyrca (mgr.14186) 1027 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:08 smithi177 bash[20374]: audit 2024-01-21T09:09:07.795055+0000 mon.smithi144 (mon.0) 903 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:08 smithi177 bash[20374]: audit 2024-01-21T09:09:08.085313+0000 mon.smithi144 (mon.0) 904 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:09:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:08 smithi177 bash[20374]: audit 2024-01-21T09:09:08.086547+0000 mon.smithi144 (mon.0) 905 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:09:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:08 smithi177 bash[20374]: audit 2024-01-21T09:09:08.093954+0000 mon.smithi144 (mon.0) 906 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:08 smithi177 bash[20374]: audit 2024-01-21T09:09:08.100753+0000 mon.smithi144 (mon.0) 907 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:09:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:08 smithi177 bash[20374]: audit 2024-01-21T09:09:08.115644+0000 mon.smithi144 (mon.0) 908 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:09.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:08 smithi144 bash[16259]: cluster 2024-01-21T09:09:07.521771+0000 mgr.smithi144.tlyrca (mgr.14186) 1027 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:09.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:08 smithi144 bash[16259]: audit 2024-01-21T09:09:07.795055+0000 mon.smithi144 (mon.0) 903 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:09.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:08 smithi144 bash[16259]: audit 2024-01-21T09:09:08.085313+0000 mon.smithi144 (mon.0) 904 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:09:09.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:08 smithi144 bash[16259]: audit 2024-01-21T09:09:08.086547+0000 mon.smithi144 (mon.0) 905 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:09:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:08 smithi144 bash[16259]: audit 2024-01-21T09:09:08.093954+0000 mon.smithi144 (mon.0) 906 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:08 smithi144 bash[16259]: audit 2024-01-21T09:09:08.100753+0000 mon.smithi144 (mon.0) 907 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:09:09.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:08 smithi144 bash[16259]: audit 2024-01-21T09:09:08.115644+0000 mon.smithi144 (mon.0) 908 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:09.250 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:09.250 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:06:53.436459Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dlwqny on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:09.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:10.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:09 smithi177 bash[20374]: cluster 2024-01-21T09:09:08.095073+0000 mgr.smithi144.tlyrca (mgr.14186) 1028 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:10.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:09 smithi177 bash[20374]: cephadm 2024-01-21T09:09:08.119853+0000 mgr.smithi144.tlyrca (mgr.14186) 1029 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.hgghdn on smithi177 2024-01-21T09:09:10.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:09 smithi177 bash[20374]: cluster 2024-01-21T09:09:09.090496+0000 mon.smithi144 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:09:10.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:09 smithi177 bash[20374]: cluster 2024-01-21T09:09:09.090548+0000 mon.smithi144 (mon.0) 910 : cluster [INF] Cluster is now healthy 2024-01-21T09:09:10.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:09 smithi177 bash[20374]: audit 2024-01-21T09:09:09.300785+0000 mon.smithi144 (mon.0) 911 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:10.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:09 smithi144 bash[16259]: cluster 2024-01-21T09:09:08.095073+0000 mgr.smithi144.tlyrca (mgr.14186) 1028 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:10.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:09 smithi144 bash[16259]: cephadm 2024-01-21T09:09:08.119853+0000 mgr.smithi144.tlyrca (mgr.14186) 1029 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.hgghdn on smithi177 2024-01-21T09:09:10.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:09 smithi144 bash[16259]: cluster 2024-01-21T09:09:09.090496+0000 mon.smithi144 (mon.0) 909 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:09:10.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:09 smithi144 bash[16259]: cluster 2024-01-21T09:09:09.090548+0000 mon.smithi144 (mon.0) 910 : cluster [INF] Cluster is now healthy 2024-01-21T09:09:10.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:09 smithi144 bash[16259]: audit 2024-01-21T09:09:09.300785+0000 mon.smithi144 (mon.0) 911 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:10.923 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:11.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:10 smithi177 bash[20374]: audit 2024-01-21T09:09:09.235952+0000 mgr.smithi144.tlyrca (mgr.14186) 1030 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:11.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:10 smithi144 bash[16259]: audit 2024-01-21T09:09:09.235952+0000 mgr.smithi144.tlyrca (mgr.14186) 1030 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:12.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:11 smithi177 bash[20374]: cluster 2024-01-21T09:09:10.096148+0000 mgr.smithi144.tlyrca (mgr.14186) 1031 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:12.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:11 smithi144 bash[16259]: cluster 2024-01-21T09:09:10.096148+0000 mgr.smithi144.tlyrca (mgr.14186) 1031 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:13.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:12 smithi177 bash[20374]: audit 2024-01-21T09:09:11.924547+0000 mon.smithi144 (mon.0) 912 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.hgghdn"}]: dispatch 2024-01-21T09:09:13.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:12 smithi144 bash[16259]: audit 2024-01-21T09:09:11.924547+0000 mon.smithi144 (mon.0) 912 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.hgghdn"}]: dispatch 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: cephadm 2024-01-21T09:09:11.923437+0000 mgr.smithi144.tlyrca (mgr.14186) 1032 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.hgghdn ... 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:13.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:13.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.hgghdn ... 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: cephadm 2024-01-21T09:09:11.923926+0000 mgr.smithi144.tlyrca (mgr.14186) 1033 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: cephadm 2024-01-21T09:09:11.926118+0000 mgr.smithi144.tlyrca (mgr.14186) 1034 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:13.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.hgghdn ... 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: cephadm 2024-01-21T09:09:11.930572+0000 mgr.smithi144.tlyrca (mgr.14186) 1035 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.bbkhxa on smithi144 2024-01-21T09:09:13.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:13 smithi144 bash[16259]: cluster 2024-01-21T09:09:12.096958+0000 mgr.smithi144.tlyrca (mgr.14186) 1036 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:14.056 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:14.056 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:03.714505Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jahjjc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-jahjjc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.jahjjc\nDeploy daemon haproxy.nfs.foo.smithi177.jahjjc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.474770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjnsn on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjnsn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjnsn\nDeploy daemon haproxy.nfs.foo.smithi144.uzjnsn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:08:07.480426Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.bznnnr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: cephadm 2024-01-21T09:09:11.923437+0000 mgr.smithi144.tlyrca (mgr.14186) 1032 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.hgghdn ... 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.hgghdn ... 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: cephadm 2024-01-21T09:09:11.923926+0000 mgr.smithi144.tlyrca (mgr.14186) 1033 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: cephadm 2024-01-21T09:09:11.926118+0000 mgr.smithi144.tlyrca (mgr.14186) 1034 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.hgghdn ... 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:14.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:14.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:14.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: cephadm 2024-01-21T09:09:11.930572+0000 mgr.smithi144.tlyrca (mgr.14186) 1035 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.bbkhxa on smithi144 2024-01-21T09:09:14.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:13 smithi177 bash[20374]: cluster 2024-01-21T09:09:12.096958+0000 mgr.smithi144.tlyrca (mgr.14186) 1036 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:14.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:15.695 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:15.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:15 smithi144 bash[16259]: audit 2024-01-21T09:09:14.044038+0000 mgr.smithi144.tlyrca (mgr.14186) 1037 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:15.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:15 smithi144 bash[16259]: cluster 2024-01-21T09:09:14.098124+0000 mgr.smithi144.tlyrca (mgr.14186) 1038 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:15.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:15 smithi144 bash[16259]: audit 2024-01-21T09:09:15.764171+0000 mon.smithi144 (mon.0) 913 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.bbkhxa"}]: dispatch 2024-01-21T09:09:16.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:15 smithi177 bash[20374]: audit 2024-01-21T09:09:14.044038+0000 mgr.smithi144.tlyrca (mgr.14186) 1037 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:16.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:15 smithi177 bash[20374]: cluster 2024-01-21T09:09:14.098124+0000 mgr.smithi144.tlyrca (mgr.14186) 1038 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:09:16.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:15 smithi177 bash[20374]: audit 2024-01-21T09:09:15.764171+0000 mon.smithi144 (mon.0) 913 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.bbkhxa"}]: dispatch 2024-01-21T09:09:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: cephadm 2024-01-21T09:09:15.763199+0000 mgr.smithi144.tlyrca (mgr.14186) 1039 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.bbkhxa ... 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:09:17.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.bbkhxa ... 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: cephadm 2024-01-21T09:09:15.763663+0000 mgr.smithi144.tlyrca (mgr.14186) 1040 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: cephadm 2024-01-21T09:09:15.765180+0000 mgr.smithi144.tlyrca (mgr.14186) 1041 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.bbkhxa ... 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: cephadm 2024-01-21T09:09:15.769581+0000 mgr.smithi144.tlyrca (mgr.14186) 1042 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:09:17.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: cephadm 2024-01-21T09:09:15.773491+0000 mgr.smithi144.tlyrca (mgr.14186) 1043 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:09:17.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: cluster 2024-01-21T09:09:15.775277+0000 mgr.smithi144.tlyrca (mgr.14186) 1044 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:09:17.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:16 smithi177 bash[20374]: cluster 2024-01-21T09:09:15.825053+0000 mon.smithi144 (mon.0) 914 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:09:17.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: cephadm 2024-01-21T09:09:15.763199+0000 mgr.smithi144.tlyrca (mgr.14186) 1039 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:17.099 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.bbkhxa ... 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:09:17.100 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.bbkhxa ... 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:17.101 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: cephadm 2024-01-21T09:09:15.763663+0000 mgr.smithi144.tlyrca (mgr.14186) 1040 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: cephadm 2024-01-21T09:09:15.765180+0000 mgr.smithi144.tlyrca (mgr.14186) 1041 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.bbkhxa ... 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:09:17.102 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:09:17.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:09:17.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: cephadm 2024-01-21T09:09:15.769581+0000 mgr.smithi144.tlyrca (mgr.14186) 1042 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:09:17.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: cephadm 2024-01-21T09:09:15.773491+0000 mgr.smithi144.tlyrca (mgr.14186) 1043 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:09:17.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: cluster 2024-01-21T09:09:15.775277+0000 mgr.smithi144.tlyrca (mgr.14186) 1044 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:09:17.103 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:16 smithi144 bash[16259]: cluster 2024-01-21T09:09:15.825053+0000 mon.smithi144 (mon.0) 914 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:09:18.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:18 smithi177 bash[20374]: audit 2024-01-21T09:09:17.306224+0000 mon.smithi144 (mon.0) 915 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:18.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:18 smithi177 bash[20374]: cluster 2024-01-21T09:09:17.776401+0000 mgr.smithi144.tlyrca (mgr.14186) 1045 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:09:18.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:18 smithi144 bash[16259]: audit 2024-01-21T09:09:17.306224+0000 mon.smithi144 (mon.0) 915 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:18.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:18 smithi144 bash[16259]: cluster 2024-01-21T09:09:17.776401+0000 mgr.smithi144.tlyrca (mgr.14186) 1045 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:09:18.840 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:18.840 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:19.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:19.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:19 smithi177 bash[20374]: audit 2024-01-21T09:09:18.822857+0000 mgr.smithi144.tlyrca (mgr.14186) 1046 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:19.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:19 smithi144 bash[16259]: audit 2024-01-21T09:09:18.822857+0000 mgr.smithi144.tlyrca (mgr.14186) 1046 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:20.488 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:20.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:20 smithi177 bash[20374]: cluster 2024-01-21T09:09:19.777725+0000 mgr.smithi144.tlyrca (mgr.14186) 1047 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:09:20.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:20 smithi144 bash[16259]: cluster 2024-01-21T09:09:19.777725+0000 mgr.smithi144.tlyrca (mgr.14186) 1047 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:09:22.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:21 smithi144 bash[16259]: cluster 2024-01-21T09:09:21.778820+0000 mgr.smithi144.tlyrca (mgr.14186) 1048 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:09:22.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:21 smithi177 bash[20374]: cluster 2024-01-21T09:09:21.778820+0000 mgr.smithi144.tlyrca (mgr.14186) 1048 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:09:23.560 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:23.560 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:24.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:23 smithi144 bash[16259]: audit 2024-01-21T09:09:23.542706+0000 mgr.smithi144.tlyrca (mgr.14186) 1049 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:24.156 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:23 smithi144 bash[16259]: cluster 2024-01-21T09:09:23.780029+0000 mgr.smithi144.tlyrca (mgr.14186) 1050 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-21T09:09:24.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:24.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:23 smithi177 bash[20374]: audit 2024-01-21T09:09:23.542706+0000 mgr.smithi144.tlyrca (mgr.14186) 1049 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:24.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:23 smithi177 bash[20374]: cluster 2024-01-21T09:09:23.780029+0000 mgr.smithi144.tlyrca (mgr.14186) 1050 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 175 B/s rd, 0 op/s 2024-01-21T09:09:25.159 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:25.442 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:25 smithi144 bash[16259]: audit 2024-01-21T09:09:24.302178+0000 mon.smithi144 (mon.0) 916 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:25.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:25 smithi177 bash[20374]: audit 2024-01-21T09:09:24.302178+0000 mon.smithi144 (mon.0) 916 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:09:26.554 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:26 smithi144 bash[16259]: cluster 2024-01-21T09:09:25.781290+0000 mgr.smithi144.tlyrca (mgr.14186) 1051 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:09:26.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:26 smithi177 bash[20374]: cluster 2024-01-21T09:09:25.781290+0000 mgr.smithi144.tlyrca (mgr.14186) 1051 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-01-21T09:09:28.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:27 smithi144 bash[16259]: cluster 2024-01-21T09:09:27.782355+0000 mgr.smithi144.tlyrca (mgr.14186) 1052 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:28.344 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:28.344 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:28.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:27 smithi177 bash[20374]: cluster 2024-01-21T09:09:27.782355+0000 mgr.smithi144.tlyrca (mgr.14186) 1052 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:28.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:29.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:28 smithi144 bash[16259]: audit 2024-01-21T09:09:28.326804+0000 mgr.smithi144.tlyrca (mgr.14186) 1053 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:29.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:28 smithi177 bash[20374]: audit 2024-01-21T09:09:28.326804+0000 mgr.smithi144.tlyrca (mgr.14186) 1053 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:29.929 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:30.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:30 smithi177 bash[20374]: cluster 2024-01-21T09:09:29.783702+0000 mgr.smithi144.tlyrca (mgr.14186) 1054 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:30.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:30 smithi144 bash[16259]: cluster 2024-01-21T09:09:29.783702+0000 mgr.smithi144.tlyrca (mgr.14186) 1054 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:32.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:31 smithi144 bash[16259]: cluster 2024-01-21T09:09:31.784782+0000 mgr.smithi144.tlyrca (mgr.14186) 1055 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:32.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:31 smithi177 bash[20374]: cluster 2024-01-21T09:09:31.784782+0000 mgr.smithi144.tlyrca (mgr.14186) 1055 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:33.130 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:33.131 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:33.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:33 smithi144 bash[16259]: audit 2024-01-21T09:09:33.114167+0000 mgr.smithi144.tlyrca (mgr.14186) 1056 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:33 smithi144 bash[16259]: cluster 2024-01-21T09:09:33.785681+0000 mgr.smithi144.tlyrca (mgr.14186) 1057 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:34.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:33 smithi177 bash[20374]: audit 2024-01-21T09:09:33.114167+0000 mgr.smithi144.tlyrca (mgr.14186) 1056 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:34.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:33 smithi177 bash[20374]: cluster 2024-01-21T09:09:33.785681+0000 mgr.smithi144.tlyrca (mgr.14186) 1057 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:34.782 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:36.068 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:35 smithi144 bash[16259]: cluster 2024-01-21T09:09:35.786890+0000 mgr.smithi144.tlyrca (mgr.14186) 1058 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:36.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:35 smithi177 bash[20374]: cluster 2024-01-21T09:09:35.786890+0000 mgr.smithi144.tlyrca (mgr.14186) 1058 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:37.773 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:37.773 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:38.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:37 smithi144 bash[16259]: audit 2024-01-21T09:09:37.755658+0000 mgr.smithi144.tlyrca (mgr.14186) 1059 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:38.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:37 smithi144 bash[16259]: cluster 2024-01-21T09:09:37.787810+0000 mgr.smithi144.tlyrca (mgr.14186) 1060 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:38.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:37 smithi177 bash[20374]: audit 2024-01-21T09:09:37.755658+0000 mgr.smithi144.tlyrca (mgr.14186) 1059 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:38.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:37 smithi177 bash[20374]: cluster 2024-01-21T09:09:37.787810+0000 mgr.smithi144.tlyrca (mgr.14186) 1060 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:38.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:39.430 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:40.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:40 smithi177 bash[20374]: cluster 2024-01-21T09:09:39.789214+0000 mgr.smithi144.tlyrca (mgr.14186) 1061 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:40.610 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:40 smithi144 bash[16259]: cluster 2024-01-21T09:09:39.789214+0000 mgr.smithi144.tlyrca (mgr.14186) 1061 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:42.177 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:41 smithi144 bash[16259]: cluster 2024-01-21T09:09:41.790132+0000 mgr.smithi144.tlyrca (mgr.14186) 1062 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:42.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:41 smithi177 bash[20374]: cluster 2024-01-21T09:09:41.790132+0000 mgr.smithi144.tlyrca (mgr.14186) 1062 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:42.616 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:42.616 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:43.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:42 smithi177 bash[20374]: audit 2024-01-21T09:09:42.602306+0000 mgr.smithi144.tlyrca (mgr.14186) 1063 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:43.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:42 smithi144 bash[16259]: audit 2024-01-21T09:09:42.602306+0000 mgr.smithi144.tlyrca (mgr.14186) 1063 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:43.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:44.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:43 smithi144 bash[16259]: cluster 2024-01-21T09:09:43.791370+0000 mgr.smithi144.tlyrca (mgr.14186) 1064 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:44.254 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:44.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:43 smithi177 bash[20374]: cluster 2024-01-21T09:09:43.791370+0000 mgr.smithi144.tlyrca (mgr.14186) 1064 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:45.919 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:45 smithi144 bash[16259]: cluster 2024-01-21T09:09:45.792522+0000 mgr.smithi144.tlyrca (mgr.14186) 1065 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:46.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:45 smithi177 bash[20374]: cluster 2024-01-21T09:09:45.792522+0000 mgr.smithi144.tlyrca (mgr.14186) 1065 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:47.678 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:47.678 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:48.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:47 smithi144 bash[16259]: audit 2024-01-21T09:09:47.663267+0000 mgr.smithi144.tlyrca (mgr.14186) 1066 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:48.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:47 smithi144 bash[16259]: cluster 2024-01-21T09:09:47.793699+0000 mgr.smithi144.tlyrca (mgr.14186) 1067 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:48.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:48.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:47 smithi177 bash[20374]: audit 2024-01-21T09:09:47.663267+0000 mgr.smithi144.tlyrca (mgr.14186) 1066 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:48.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:47 smithi177 bash[20374]: cluster 2024-01-21T09:09:47.793699+0000 mgr.smithi144.tlyrca (mgr.14186) 1067 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:49.297 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:50.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:50 smithi177 bash[20374]: cluster 2024-01-21T09:09:49.795002+0000 mgr.smithi144.tlyrca (mgr.14186) 1068 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:50.610 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:50 smithi144 bash[16259]: cluster 2024-01-21T09:09:49.795002+0000 mgr.smithi144.tlyrca (mgr.14186) 1068 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:52.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:51 smithi144 bash[16259]: cluster 2024-01-21T09:09:51.795935+0000 mgr.smithi144.tlyrca (mgr.14186) 1069 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:52.330 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:52.331 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:52.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:51 smithi177 bash[20374]: cluster 2024-01-21T09:09:51.795935+0000 mgr.smithi144.tlyrca (mgr.14186) 1069 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:52.939 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:53.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:52 smithi177 bash[20374]: audit 2024-01-21T09:09:52.313717+0000 mgr.smithi144.tlyrca (mgr.14186) 1070 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:53.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:52 smithi144 bash[16259]: audit 2024-01-21T09:09:52.313717+0000 mgr.smithi144.tlyrca (mgr.14186) 1070 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:53.941 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:09:54.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:53 smithi144 bash[16259]: cluster 2024-01-21T09:09:53.797170+0000 mgr.smithi144.tlyrca (mgr.14186) 1071 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:54.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:53 smithi177 bash[20374]: cluster 2024-01-21T09:09:53.797170+0000 mgr.smithi144.tlyrca (mgr.14186) 1071 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:09:56.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:55 smithi144 bash[16259]: cluster 2024-01-21T09:09:55.798413+0000 mgr.smithi144.tlyrca (mgr.14186) 1072 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:56.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:55 smithi177 bash[20374]: cluster 2024-01-21T09:09:55.798413+0000 mgr.smithi144.tlyrca (mgr.14186) 1072 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:57.168 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:09:57.168 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:09:57.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:09:58.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:57 smithi144 bash[16259]: audit 2024-01-21T09:09:57.158577+0000 mgr.smithi144.tlyrca (mgr.14186) 1073 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:58.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:09:57 smithi144 bash[16259]: cluster 2024-01-21T09:09:57.799592+0000 mgr.smithi144.tlyrca (mgr.14186) 1074 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:58.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:57 smithi177 bash[20374]: audit 2024-01-21T09:09:57.158577+0000 mgr.smithi144.tlyrca (mgr.14186) 1073 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:09:58.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:09:57 smithi177 bash[20374]: cluster 2024-01-21T09:09:57.799592+0000 mgr.smithi144.tlyrca (mgr.14186) 1074 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:09:58.838 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:00.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:00 smithi177 bash[20374]: cluster 2024-01-21T09:09:59.800555+0000 mgr.smithi144.tlyrca (mgr.14186) 1075 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:00.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:00 smithi177 bash[20374]: cluster 2024-01-21T09:10:00.000135+0000 mon.smithi144 (mon.0) 917 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T09:10:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:00 smithi144 bash[16259]: cluster 2024-01-21T09:09:59.800555+0000 mgr.smithi144.tlyrca (mgr.14186) 1075 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:00.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:00 smithi144 bash[16259]: cluster 2024-01-21T09:10:00.000135+0000 mon.smithi144 (mon.0) 917 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2024-01-21T09:10:01.944 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:01.944 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:02.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:01 smithi144 bash[16259]: cluster 2024-01-21T09:10:01.801511+0000 mgr.smithi144.tlyrca (mgr.14186) 1076 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:02.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:01 smithi177 bash[20374]: cluster 2024-01-21T09:10:01.801511+0000 mgr.smithi144.tlyrca (mgr.14186) 1076 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:02.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:03.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:02 smithi177 bash[20374]: audit 2024-01-21T09:10:01.930427+0000 mgr.smithi144.tlyrca (mgr.14186) 1077 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:02 smithi144 bash[16259]: audit 2024-01-21T09:10:01.930427+0000 mgr.smithi144.tlyrca (mgr.14186) 1077 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:03.589 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:04.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:03 smithi144 bash[16259]: cluster 2024-01-21T09:10:03.802677+0000 mgr.smithi144.tlyrca (mgr.14186) 1078 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:04.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:03 smithi177 bash[20374]: cluster 2024-01-21T09:10:03.802677+0000 mgr.smithi144.tlyrca (mgr.14186) 1078 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:06.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:05 smithi144 bash[16259]: cluster 2024-01-21T09:10:05.803499+0000 mgr.smithi144.tlyrca (mgr.14186) 1079 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:06.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:05 smithi177 bash[20374]: cluster 2024-01-21T09:10:05.803499+0000 mgr.smithi144.tlyrca (mgr.14186) 1079 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:06.780 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:06.780 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:07.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:06 smithi144 bash[16259]: audit 2024-01-21T09:10:06.762068+0000 mgr.smithi144.tlyrca (mgr.14186) 1080 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:07.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:06 smithi177 bash[20374]: audit 2024-01-21T09:10:06.762068+0000 mgr.smithi144.tlyrca (mgr.14186) 1080 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:07.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:07 smithi144 bash[16259]: cluster 2024-01-21T09:10:07.804604+0000 mgr.smithi144.tlyrca (mgr.14186) 1081 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:08.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:07 smithi177 bash[20374]: cluster 2024-01-21T09:10:07.804604+0000 mgr.smithi144.tlyrca (mgr.14186) 1081 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:08.451 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:10.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:10 smithi177 bash[20374]: cluster 2024-01-21T09:10:09.806009+0000 mgr.smithi144.tlyrca (mgr.14186) 1082 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:10.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:10 smithi144 bash[16259]: cluster 2024-01-21T09:10:09.806009+0000 mgr.smithi144.tlyrca (mgr.14186) 1082 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:11.819 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:11.820 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:12.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:11 smithi144 bash[16259]: cluster 2024-01-21T09:10:11.806949+0000 mgr.smithi144.tlyrca (mgr.14186) 1083 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:12.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:11 smithi144 bash[16259]: audit 2024-01-21T09:10:11.809584+0000 mgr.smithi144.tlyrca (mgr.14186) 1084 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:12.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:11 smithi177 bash[20374]: cluster 2024-01-21T09:10:11.806949+0000 mgr.smithi144.tlyrca (mgr.14186) 1083 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:12.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:11 smithi177 bash[20374]: audit 2024-01-21T09:10:11.809584+0000 mgr.smithi144.tlyrca (mgr.14186) 1084 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:12.467 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:13.468 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:14.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:13 smithi144 bash[16259]: cluster 2024-01-21T09:10:13.808247+0000 mgr.smithi144.tlyrca (mgr.14186) 1085 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:14.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:13 smithi177 bash[20374]: cluster 2024-01-21T09:10:13.808247+0000 mgr.smithi144.tlyrca (mgr.14186) 1085 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:16.094 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:15 smithi177 bash[20374]: audit 2024-01-21T09:10:15.778581+0000 mon.smithi144 (mon.0) 918 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:10:16.122 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:15 smithi144 bash[16259]: audit 2024-01-21T09:10:15.778581+0000 mon.smithi144 (mon.0) 918 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:10:16.552 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:16.552 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:08:07.484460Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.bovqqa on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:16.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:16 smithi144 bash[16259]: cluster 2024-01-21T09:10:15.809320+0000 mgr.smithi144.tlyrca (mgr.14186) 1086 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:16.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:16 smithi144 bash[16259]: audit 2024-01-21T09:10:16.084462+0000 mon.smithi144 (mon.0) 919 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:10:16.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:16 smithi144 bash[16259]: audit 2024-01-21T09:10:16.086020+0000 mon.smithi144 (mon.0) 920 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:10:16.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:16 smithi144 bash[16259]: audit 2024-01-21T09:10:16.095873+0000 mon.smithi144 (mon.0) 921 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:16.949 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:16 smithi144 bash[16259]: audit 2024-01-21T09:10:16.106772+0000 mon.smithi144 (mon.0) 922 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:10:16.949 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:16 smithi144 bash[16259]: audit 2024-01-21T09:10:16.121423+0000 mon.smithi144 (mon.0) 923 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:16 smithi177 bash[20374]: cluster 2024-01-21T09:10:15.809320+0000 mgr.smithi144.tlyrca (mgr.14186) 1086 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:16 smithi177 bash[20374]: audit 2024-01-21T09:10:16.084462+0000 mon.smithi144 (mon.0) 919 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:10:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:16 smithi177 bash[20374]: audit 2024-01-21T09:10:16.086020+0000 mon.smithi144 (mon.0) 920 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:10:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:16 smithi177 bash[20374]: audit 2024-01-21T09:10:16.095873+0000 mon.smithi144 (mon.0) 921 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:16 smithi177 bash[20374]: audit 2024-01-21T09:10:16.106772+0000 mon.smithi144 (mon.0) 922 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:10:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:16 smithi177 bash[20374]: audit 2024-01-21T09:10:16.121423+0000 mon.smithi144 (mon.0) 923 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:17.188 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:18.189 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:18.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:17 smithi144 bash[16259]: cluster 2024-01-21T09:10:16.096626+0000 mgr.smithi144.tlyrca (mgr.14186) 1087 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:18.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:17 smithi144 bash[16259]: cephadm 2024-01-21T09:10:16.125270+0000 mgr.smithi144.tlyrca (mgr.14186) 1088 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.bangcz on smithi177 2024-01-21T09:10:18.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:17 smithi144 bash[16259]: audit 2024-01-21T09:10:16.536870+0000 mgr.smithi144.tlyrca (mgr.14186) 1089 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:18.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:17 smithi144 bash[16259]: cluster 2024-01-21T09:10:17.092433+0000 mon.smithi144 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:10:18.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:17 smithi144 bash[16259]: cluster 2024-01-21T09:10:17.092496+0000 mon.smithi144 (mon.0) 925 : cluster [INF] Cluster is now healthy 2024-01-21T09:10:18.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:17 smithi177 bash[20374]: cluster 2024-01-21T09:10:16.096626+0000 mgr.smithi144.tlyrca (mgr.14186) 1087 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:18.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:17 smithi177 bash[20374]: cephadm 2024-01-21T09:10:16.125270+0000 mgr.smithi144.tlyrca (mgr.14186) 1088 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.bangcz on smithi177 2024-01-21T09:10:18.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:17 smithi177 bash[20374]: audit 2024-01-21T09:10:16.536870+0000 mgr.smithi144.tlyrca (mgr.14186) 1089 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:18.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:17 smithi177 bash[20374]: cluster 2024-01-21T09:10:17.092433+0000 mon.smithi144 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:10:18.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:17 smithi177 bash[20374]: cluster 2024-01-21T09:10:17.092496+0000 mon.smithi144 (mon.0) 925 : cluster [INF] Cluster is now healthy 2024-01-21T09:10:19.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:18 smithi144 bash[16259]: cluster 2024-01-21T09:10:18.097496+0000 mgr.smithi144.tlyrca (mgr.14186) 1090 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:19.344 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:18 smithi177 bash[20374]: cluster 2024-01-21T09:10:18.097496+0000 mgr.smithi144.tlyrca (mgr.14186) 1090 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:20.594 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:20 smithi177 bash[20374]: audit 2024-01-21T09:10:19.916354+0000 mon.smithi144 (mon.0) 926 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.bangcz"}]: dispatch 2024-01-21T09:10:20.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:20 smithi144 bash[16259]: audit 2024-01-21T09:10:19.916354+0000 mon.smithi144 (mon.0) 926 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.bangcz"}]: dispatch 2024-01-21T09:10:21.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: cephadm 2024-01-21T09:10:19.915149+0000 mgr.smithi144.tlyrca (mgr.14186) 1091 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:21.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.bangcz ... 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:10:21.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.bangcz ... 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: cephadm 2024-01-21T09:10:19.915669+0000 mgr.smithi144.tlyrca (mgr.14186) 1092 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: cephadm 2024-01-21T09:10:19.918051+0000 mgr.smithi144.tlyrca (mgr.14186) 1093 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.bangcz ... 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: cephadm 2024-01-21T09:10:19.923267+0000 mgr.smithi144.tlyrca (mgr.14186) 1094 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.lrwbfm on smithi144 2024-01-21T09:10:21.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:21 smithi177 bash[20374]: cluster 2024-01-21T09:10:20.098507+0000 mgr.smithi144.tlyrca (mgr.14186) 1095 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:21.675 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:21.676 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:11.925886Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hgghdn on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-hgghdn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.hgghdn\nDeploy daemon haproxy.nfs.foo.smithi177.hgghdn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.765030Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.bbkhxa on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-bbkhxa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.bbkhxa\nDeploy daemon haproxy.nfs.foo.smithi144.bbkhxa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:09:15.769335Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ylxubx on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: cephadm 2024-01-21T09:10:19.915149+0000 mgr.smithi144.tlyrca (mgr.14186) 1091 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.bangcz ... 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.bangcz ... 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: cephadm 2024-01-21T09:10:19.915669+0000 mgr.smithi144.tlyrca (mgr.14186) 1092 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: cephadm 2024-01-21T09:10:19.918051+0000 mgr.smithi144.tlyrca (mgr.14186) 1093 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.bangcz ... 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:21.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:21.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: cephadm 2024-01-21T09:10:19.923267+0000 mgr.smithi144.tlyrca (mgr.14186) 1094 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.lrwbfm on smithi144 2024-01-21T09:10:21.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:21 smithi144 bash[16259]: cluster 2024-01-21T09:10:20.098507+0000 mgr.smithi144.tlyrca (mgr.14186) 1095 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:22.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:22.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:22 smithi144 bash[16259]: audit 2024-01-21T09:10:21.659494+0000 mgr.smithi144.tlyrca (mgr.14186) 1096 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:22.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:22 smithi177 bash[20374]: audit 2024-01-21T09:10:21.659494+0000 mgr.smithi144.tlyrca (mgr.14186) 1096 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:23.381 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:23.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:23 smithi144 bash[16259]: cluster 2024-01-21T09:10:22.099362+0000 mgr.smithi144.tlyrca (mgr.14186) 1097 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:23.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:23 smithi177 bash[20374]: cluster 2024-01-21T09:10:22.099362+0000 mgr.smithi144.tlyrca (mgr.14186) 1097 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:24.675 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:24 smithi144 bash[16259]: audit 2024-01-21T09:10:24.270577+0000 mon.smithi144 (mon.0) 927 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.lrwbfm"}]: dispatch 2024-01-21T09:10:24.675 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:24 smithi144 bash[16259]: audit 2024-01-21T09:10:24.302377+0000 mon.smithi144 (mon.0) 928 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:24 smithi177 bash[20374]: audit 2024-01-21T09:10:24.270577+0000 mon.smithi144 (mon.0) 927 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.lrwbfm"}]: dispatch 2024-01-21T09:10:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:24 smithi177 bash[20374]: audit 2024-01-21T09:10:24.302377+0000 mon.smithi144 (mon.0) 928 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cluster 2024-01-21T09:10:24.100396+0000 mgr.smithi144.tlyrca (mgr.14186) 1098 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cephadm 2024-01-21T09:10:24.269531+0000 mgr.smithi144.tlyrca (mgr.14186) 1099 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.lrwbfm ... 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:25.694 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.lrwbfm ... 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cephadm 2024-01-21T09:10:24.269970+0000 mgr.smithi144.tlyrca (mgr.14186) 1100 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cephadm 2024-01-21T09:10:24.272156+0000 mgr.smithi144.tlyrca (mgr.14186) 1101 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.695 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.lrwbfm ... 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cephadm 2024-01-21T09:10:24.276422+0000 mgr.smithi144.tlyrca (mgr.14186) 1102 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:10:25.696 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cephadm 2024-01-21T09:10:24.278804+0000 mgr.smithi144.tlyrca (mgr.14186) 1103 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:10:25.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cluster 2024-01-21T09:10:24.280094+0000 mgr.smithi144.tlyrca (mgr.14186) 1104 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-21T09:10:25.697 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:25 smithi144 bash[16259]: cluster 2024-01-21T09:10:24.349132+0000 mon.smithi144 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:10:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cluster 2024-01-21T09:10:24.100396+0000 mgr.smithi144.tlyrca (mgr.14186) 1098 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:10:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cephadm 2024-01-21T09:10:24.269531+0000 mgr.smithi144.tlyrca (mgr.14186) 1099 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:25.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.lrwbfm ... 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:10:25.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.lrwbfm ... 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:25.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cephadm 2024-01-21T09:10:24.269970+0000 mgr.smithi144.tlyrca (mgr.14186) 1100 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cephadm 2024-01-21T09:10:24.272156+0000 mgr.smithi144.tlyrca (mgr.14186) 1101 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.lrwbfm ... 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:10:25.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:10:25.851 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:10:25.851 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cephadm 2024-01-21T09:10:24.276422+0000 mgr.smithi144.tlyrca (mgr.14186) 1102 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:10:25.851 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cephadm 2024-01-21T09:10:24.278804+0000 mgr.smithi144.tlyrca (mgr.14186) 1103 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:10:25.851 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cluster 2024-01-21T09:10:24.280094+0000 mgr.smithi144.tlyrca (mgr.14186) 1104 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-21T09:10:25.851 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:25 smithi177 bash[20374]: cluster 2024-01-21T09:10:24.349132+0000 mon.smithi144 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:10:27.003 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:27.003 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:27.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:27.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:27 smithi144 bash[16259]: cluster 2024-01-21T09:10:26.281242+0000 mgr.smithi144.tlyrca (mgr.14186) 1105 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:27.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:27 smithi144 bash[16259]: audit 2024-01-21T09:10:27.358875+0000 mon.smithi144 (mon.0) 930 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:27.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:27 smithi177 bash[20374]: cluster 2024-01-21T09:10:26.281242+0000 mgr.smithi144.tlyrca (mgr.14186) 1105 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:27.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:27 smithi177 bash[20374]: audit 2024-01-21T09:10:27.358875+0000 mon.smithi144 (mon.0) 930 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:28.604 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:28.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:28 smithi144 bash[16259]: audit 2024-01-21T09:10:26.986585+0000 mgr.smithi144.tlyrca (mgr.14186) 1106 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:28.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:28 smithi177 bash[20374]: audit 2024-01-21T09:10:26.986585+0000 mgr.smithi144.tlyrca (mgr.14186) 1106 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:29.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:29 smithi144 bash[16259]: cluster 2024-01-21T09:10:28.282436+0000 mgr.smithi144.tlyrca (mgr.14186) 1107 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:29.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:29 smithi177 bash[20374]: cluster 2024-01-21T09:10:28.282436+0000 mgr.smithi144.tlyrca (mgr.14186) 1107 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:31.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:31 smithi144 bash[16259]: cluster 2024-01-21T09:10:30.283734+0000 mgr.smithi144.tlyrca (mgr.14186) 1108 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:31.830 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:31.830 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:31.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:31 smithi177 bash[20374]: cluster 2024-01-21T09:10:30.283734+0000 mgr.smithi144.tlyrca (mgr.14186) 1108 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:32.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:32.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:32 smithi144 bash[16259]: audit 2024-01-21T09:10:31.812273+0000 mgr.smithi144.tlyrca (mgr.14186) 1109 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:32.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:32 smithi177 bash[20374]: audit 2024-01-21T09:10:31.812273+0000 mgr.smithi144.tlyrca (mgr.14186) 1109 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:33.439 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:33.698 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:33 smithi144 bash[16259]: cluster 2024-01-21T09:10:32.284881+0000 mgr.smithi144.tlyrca (mgr.14186) 1110 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:33.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:33 smithi177 bash[20374]: cluster 2024-01-21T09:10:32.284881+0000 mgr.smithi144.tlyrca (mgr.14186) 1110 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:35.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:35 smithi144 bash[16259]: cluster 2024-01-21T09:10:34.286287+0000 mgr.smithi144.tlyrca (mgr.14186) 1111 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:35.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:35 smithi177 bash[20374]: cluster 2024-01-21T09:10:34.286287+0000 mgr.smithi144.tlyrca (mgr.14186) 1111 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:10:36.649 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:36.649 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:37.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:37.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:37 smithi144 bash[16259]: cluster 2024-01-21T09:10:36.287434+0000 mgr.smithi144.tlyrca (mgr.14186) 1112 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:37.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:37 smithi144 bash[16259]: audit 2024-01-21T09:10:36.637407+0000 mgr.smithi144.tlyrca (mgr.14186) 1113 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:37.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:37 smithi177 bash[20374]: cluster 2024-01-21T09:10:36.287434+0000 mgr.smithi144.tlyrca (mgr.14186) 1112 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:37.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:37 smithi177 bash[20374]: audit 2024-01-21T09:10:36.637407+0000 mgr.smithi144.tlyrca (mgr.14186) 1113 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:38.250 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:39.675 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:39 smithi144 bash[16259]: cluster 2024-01-21T09:10:38.288646+0000 mgr.smithi144.tlyrca (mgr.14186) 1114 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:39.675 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:39 smithi144 bash[16259]: audit 2024-01-21T09:10:39.302844+0000 mon.smithi144 (mon.0) 931 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:39.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:39 smithi177 bash[20374]: cluster 2024-01-21T09:10:38.288646+0000 mgr.smithi144.tlyrca (mgr.14186) 1114 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:39.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:39 smithi177 bash[20374]: audit 2024-01-21T09:10:39.302844+0000 mon.smithi144 (mon.0) 931 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:10:41.487 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:41.487 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:41.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:41 smithi144 bash[16259]: cluster 2024-01-21T09:10:40.289985+0000 mgr.smithi144.tlyrca (mgr.14186) 1115 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:41.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:41 smithi177 bash[20374]: cluster 2024-01-21T09:10:40.289985+0000 mgr.smithi144.tlyrca (mgr.14186) 1115 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:42.123 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:42 smithi144 bash[16259]: audit 2024-01-21T09:10:41.476956+0000 mgr.smithi144.tlyrca (mgr.14186) 1116 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:42.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:42 smithi177 bash[20374]: audit 2024-01-21T09:10:41.476956+0000 mgr.smithi144.tlyrca (mgr.14186) 1116 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:43.124 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:43.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:43 smithi144 bash[16259]: cluster 2024-01-21T09:10:42.291112+0000 mgr.smithi144.tlyrca (mgr.14186) 1117 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:43.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:43 smithi177 bash[20374]: cluster 2024-01-21T09:10:42.291112+0000 mgr.smithi144.tlyrca (mgr.14186) 1117 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:45.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:45 smithi177 bash[20374]: cluster 2024-01-21T09:10:44.292340+0000 mgr.smithi144.tlyrca (mgr.14186) 1118 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:45.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:45 smithi144 bash[16259]: cluster 2024-01-21T09:10:44.292340+0000 mgr.smithi144.tlyrca (mgr.14186) 1118 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:46.416 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:46.416 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:47.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:47.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:47 smithi177 bash[20374]: cluster 2024-01-21T09:10:46.293787+0000 mgr.smithi144.tlyrca (mgr.14186) 1119 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:47.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:47 smithi177 bash[20374]: audit 2024-01-21T09:10:46.399011+0000 mgr.smithi144.tlyrca (mgr.14186) 1120 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:47.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:47 smithi144 bash[16259]: cluster 2024-01-21T09:10:46.293787+0000 mgr.smithi144.tlyrca (mgr.14186) 1119 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:47.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:47 smithi144 bash[16259]: audit 2024-01-21T09:10:46.399011+0000 mgr.smithi144.tlyrca (mgr.14186) 1120 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:48.072 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:49.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:49 smithi144 bash[16259]: cluster 2024-01-21T09:10:48.295017+0000 mgr.smithi144.tlyrca (mgr.14186) 1121 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:49.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:49 smithi177 bash[20374]: cluster 2024-01-21T09:10:48.295017+0000 mgr.smithi144.tlyrca (mgr.14186) 1121 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:51.211 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:51.211 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:51.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:51 smithi144 bash[16259]: cluster 2024-01-21T09:10:50.295743+0000 mgr.smithi144.tlyrca (mgr.14186) 1122 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:51.842 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:51.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:51 smithi177 bash[20374]: cluster 2024-01-21T09:10:50.295743+0000 mgr.smithi144.tlyrca (mgr.14186) 1122 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:52.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:52 smithi177 bash[20374]: audit 2024-01-21T09:10:51.194046+0000 mgr.smithi144.tlyrca (mgr.14186) 1123 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:52.842 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:52.853 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:52 smithi144 bash[16259]: audit 2024-01-21T09:10:51.194046+0000 mgr.smithi144.tlyrca (mgr.14186) 1123 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:53.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:53 smithi177 bash[20374]: cluster 2024-01-21T09:10:52.296813+0000 mgr.smithi144.tlyrca (mgr.14186) 1124 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:53.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:53 smithi144 bash[16259]: cluster 2024-01-21T09:10:52.296813+0000 mgr.smithi144.tlyrca (mgr.14186) 1124 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:55.798 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:55 smithi144 bash[16259]: cluster 2024-01-21T09:10:54.297895+0000 mgr.smithi144.tlyrca (mgr.14186) 1125 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:55.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:55 smithi177 bash[20374]: cluster 2024-01-21T09:10:54.297895+0000 mgr.smithi144.tlyrca (mgr.14186) 1125 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:10:56.146 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:10:56.147 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:10:56.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:10:57.756 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:10:57.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:57 smithi144 bash[16259]: audit 2024-01-21T09:10:56.136581+0000 mgr.smithi144.tlyrca (mgr.14186) 1126 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:57.767 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:57 smithi144 bash[16259]: cluster 2024-01-21T09:10:56.298596+0000 mgr.smithi144.tlyrca (mgr.14186) 1127 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:57.844 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:57 smithi177 bash[20374]: audit 2024-01-21T09:10:56.136581+0000 mgr.smithi144.tlyrca (mgr.14186) 1126 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:10:57.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:57 smithi177 bash[20374]: cluster 2024-01-21T09:10:56.298596+0000 mgr.smithi144.tlyrca (mgr.14186) 1127 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:59.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:10:59 smithi177 bash[20374]: cluster 2024-01-21T09:10:58.299381+0000 mgr.smithi144.tlyrca (mgr.14186) 1128 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:10:59.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:10:59 smithi144 bash[16259]: cluster 2024-01-21T09:10:58.299381+0000 mgr.smithi144.tlyrca (mgr.14186) 1128 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:00.937 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:00.938 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:01.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:01.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:01 smithi177 bash[20374]: cluster 2024-01-21T09:11:00.300664+0000 mgr.smithi144.tlyrca (mgr.14186) 1129 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:01.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:01 smithi144 bash[16259]: cluster 2024-01-21T09:11:00.300664+0000 mgr.smithi144.tlyrca (mgr.14186) 1129 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:02.596 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:02.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:02 smithi177 bash[20374]: audit 2024-01-21T09:11:00.923964+0000 mgr.smithi144.tlyrca (mgr.14186) 1130 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:02.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:02 smithi144 bash[16259]: audit 2024-01-21T09:11:00.923964+0000 mgr.smithi144.tlyrca (mgr.14186) 1130 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:03.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:03 smithi177 bash[20374]: cluster 2024-01-21T09:11:02.302030+0000 mgr.smithi144.tlyrca (mgr.14186) 1131 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:03.857 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:03 smithi144 bash[16259]: cluster 2024-01-21T09:11:02.302030+0000 mgr.smithi144.tlyrca (mgr.14186) 1131 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:05.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:05 smithi144 bash[16259]: cluster 2024-01-21T09:11:04.303305+0000 mgr.smithi144.tlyrca (mgr.14186) 1132 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:05.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:05 smithi177 bash[20374]: cluster 2024-01-21T09:11:04.303305+0000 mgr.smithi144.tlyrca (mgr.14186) 1132 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:05.866 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:05.866 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:06.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:07.514 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:07 smithi177 bash[20374]: audit 2024-01-21T09:11:05.851221+0000 mgr.smithi144.tlyrca (mgr.14186) 1133 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:07.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:07 smithi177 bash[20374]: cluster 2024-01-21T09:11:06.303936+0000 mgr.smithi144.tlyrca (mgr.14186) 1134 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:07.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:07 smithi144 bash[16259]: audit 2024-01-21T09:11:05.851221+0000 mgr.smithi144.tlyrca (mgr.14186) 1133 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:07.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:07 smithi144 bash[16259]: cluster 2024-01-21T09:11:06.303936+0000 mgr.smithi144.tlyrca (mgr.14186) 1134 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:09.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:09 smithi177 bash[20374]: cluster 2024-01-21T09:11:08.305068+0000 mgr.smithi144.tlyrca (mgr.14186) 1135 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:09.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:09 smithi144 bash[16259]: cluster 2024-01-21T09:11:08.305068+0000 mgr.smithi144.tlyrca (mgr.14186) 1135 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:10.894 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:10.894 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:11.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:11.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:11 smithi177 bash[20374]: cluster 2024-01-21T09:11:10.306449+0000 mgr.smithi144.tlyrca (mgr.14186) 1136 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:11.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:11 smithi144 bash[16259]: cluster 2024-01-21T09:11:10.306449+0000 mgr.smithi144.tlyrca (mgr.14186) 1136 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:12.533 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:12.801 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:12 smithi177 bash[20374]: audit 2024-01-21T09:11:10.884530+0000 mgr.smithi144.tlyrca (mgr.14186) 1137 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:12.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:12 smithi144 bash[16259]: audit 2024-01-21T09:11:10.884530+0000 mgr.smithi144.tlyrca (mgr.14186) 1137 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:13.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:13 smithi177 bash[20374]: cluster 2024-01-21T09:11:12.307533+0000 mgr.smithi144.tlyrca (mgr.14186) 1138 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:13.922 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:13 smithi144 bash[16259]: cluster 2024-01-21T09:11:12.307533+0000 mgr.smithi144.tlyrca (mgr.14186) 1138 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:15.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:15 smithi144 bash[16259]: cluster 2024-01-21T09:11:14.308723+0000 mgr.smithi144.tlyrca (mgr.14186) 1139 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:15.783 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:15.783 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:15 smithi177 bash[20374]: cluster 2024-01-21T09:11:14.308723+0000 mgr.smithi144.tlyrca (mgr.14186) 1139 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:16.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:16 smithi177 bash[20374]: audit 2024-01-21T09:11:15.773220+0000 mgr.smithi144.tlyrca (mgr.14186) 1140 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:16.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:16 smithi144 bash[16259]: audit 2024-01-21T09:11:15.773220+0000 mgr.smithi144.tlyrca (mgr.14186) 1140 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:17.473 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:17 smithi177 bash[20374]: cluster 2024-01-21T09:11:16.309859+0000 mgr.smithi144.tlyrca (mgr.14186) 1141 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:17 smithi144 bash[16259]: cluster 2024-01-21T09:11:16.309859+0000 mgr.smithi144.tlyrca (mgr.14186) 1141 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:19.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:19 smithi177 bash[20374]: cluster 2024-01-21T09:11:18.310535+0000 mgr.smithi144.tlyrca (mgr.14186) 1142 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:19.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:19 smithi144 bash[16259]: cluster 2024-01-21T09:11:18.310535+0000 mgr.smithi144.tlyrca (mgr.14186) 1142 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:20.806 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:20.807 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:21.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:21.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:21 smithi144 bash[16259]: cluster 2024-01-21T09:11:20.311929+0000 mgr.smithi144.tlyrca (mgr.14186) 1143 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:21.693 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:21 smithi144 bash[16259]: audit 2024-01-21T09:11:20.796458+0000 mgr.smithi144.tlyrca (mgr.14186) 1144 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:21.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:21 smithi177 bash[20374]: cluster 2024-01-21T09:11:20.311929+0000 mgr.smithi144.tlyrca (mgr.14186) 1143 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:21.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:21 smithi177 bash[20374]: audit 2024-01-21T09:11:20.796458+0000 mgr.smithi144.tlyrca (mgr.14186) 1144 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:22.427 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:23.792 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:23 smithi144 bash[16259]: cluster 2024-01-21T09:11:22.313014+0000 mgr.smithi144.tlyrca (mgr.14186) 1145 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:23.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:23 smithi177 bash[20374]: cluster 2024-01-21T09:11:22.313014+0000 mgr.smithi144.tlyrca (mgr.14186) 1145 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:24.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:24 smithi177 bash[20374]: audit 2024-01-21T09:11:24.282675+0000 mon.smithi144 (mon.0) 932 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:11:24.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:24 smithi144 bash[16259]: audit 2024-01-21T09:11:24.282675+0000 mon.smithi144 (mon.0) 932 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:11:25.655 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:25.655 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:09:15.773254Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fffihb on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: cluster 2024-01-21T09:11:24.316072+0000 mgr.smithi144.tlyrca (mgr.14186) 1146 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: audit 2024-01-21T09:11:24.588748+0000 mon.smithi144 (mon.0) 933 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:11:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: audit 2024-01-21T09:11:24.591248+0000 mon.smithi144 (mon.0) 934 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:11:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: audit 2024-01-21T09:11:24.601639+0000 mon.smithi144 (mon.0) 935 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:11:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: cluster 2024-01-21T09:11:24.602576+0000 mgr.smithi144.tlyrca (mgr.14186) 1147 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: audit 2024-01-21T09:11:24.607970+0000 mon.smithi144 (mon.0) 936 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:11:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: audit 2024-01-21T09:11:24.621015+0000 mon.smithi144 (mon.0) 937 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:11:25.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:25 smithi177 bash[20374]: cephadm 2024-01-21T09:11:24.623921+0000 mgr.smithi144.tlyrca (mgr.14186) 1148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.ltnnma on smithi177 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: cluster 2024-01-21T09:11:24.316072+0000 mgr.smithi144.tlyrca (mgr.14186) 1146 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: audit 2024-01-21T09:11:24.588748+0000 mon.smithi144 (mon.0) 933 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: audit 2024-01-21T09:11:24.591248+0000 mon.smithi144 (mon.0) 934 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: audit 2024-01-21T09:11:24.601639+0000 mon.smithi144 (mon.0) 935 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: cluster 2024-01-21T09:11:24.602576+0000 mgr.smithi144.tlyrca (mgr.14186) 1147 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: audit 2024-01-21T09:11:24.607970+0000 mon.smithi144 (mon.0) 936 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: audit 2024-01-21T09:11:24.621015+0000 mon.smithi144 (mon.0) 937 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:11:25.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:25 smithi144 bash[16259]: cephadm 2024-01-21T09:11:24.623921+0000 mgr.smithi144.tlyrca (mgr.14186) 1148 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.ltnnma on smithi177 2024-01-21T09:11:26.238 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:26.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:26 smithi144 bash[16259]: cluster 2024-01-21T09:11:25.598147+0000 mon.smithi144 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:11:26.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:26 smithi144 bash[16259]: cluster 2024-01-21T09:11:25.598206+0000 mon.smithi144 (mon.0) 939 : cluster [INF] Cluster is now healthy 2024-01-21T09:11:26.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:26 smithi144 bash[16259]: audit 2024-01-21T09:11:25.637038+0000 mgr.smithi144.tlyrca (mgr.14186) 1149 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:27.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:26 smithi177 bash[20374]: cluster 2024-01-21T09:11:25.598147+0000 mon.smithi144 (mon.0) 938 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:11:27.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:26 smithi177 bash[20374]: cluster 2024-01-21T09:11:25.598206+0000 mon.smithi144 (mon.0) 939 : cluster [INF] Cluster is now healthy 2024-01-21T09:11:27.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:26 smithi177 bash[20374]: audit 2024-01-21T09:11:25.637038+0000 mgr.smithi144.tlyrca (mgr.14186) 1149 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:27.239 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:28.027 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:27 smithi177 bash[20374]: cluster 2024-01-21T09:11:26.603320+0000 mgr.smithi144.tlyrca (mgr.14186) 1150 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:28.058 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:27 smithi144 bash[16259]: cluster 2024-01-21T09:11:26.603320+0000 mgr.smithi144.tlyrca (mgr.14186) 1150 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:28.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:28 smithi144 bash[16259]: audit 2024-01-21T09:11:28.378723+0000 mon.smithi144 (mon.0) 940 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.ltnnma"}]: dispatch 2024-01-21T09:11:29.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:28 smithi177 bash[20374]: audit 2024-01-21T09:11:28.378723+0000 mon.smithi144 (mon.0) 940 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.ltnnma"}]: dispatch 2024-01-21T09:11:29.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: cephadm 2024-01-21T09:11:28.377599+0000 mgr.smithi144.tlyrca (mgr.14186) 1151 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:29.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:29.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ltnnma ... 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:29.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:29.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ltnnma ... 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:29.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: cephadm 2024-01-21T09:11:28.378102+0000 mgr.smithi144.tlyrca (mgr.14186) 1152 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: cephadm 2024-01-21T09:11:28.380201+0000 mgr.smithi144.tlyrca (mgr.14186) 1153 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.ltnnma ... 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:29.947 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:29.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:29.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: cephadm 2024-01-21T09:11:28.383075+0000 mgr.smithi144.tlyrca (mgr.14186) 1154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zfkuzj on smithi144 2024-01-21T09:11:29.948 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:29 smithi144 bash[16259]: cluster 2024-01-21T09:11:28.604085+0000 mgr.smithi144.tlyrca (mgr.14186) 1155 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:30.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: cephadm 2024-01-21T09:11:28.377599+0000 mgr.smithi144.tlyrca (mgr.14186) 1151 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ltnnma ... 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ltnnma ... 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:30.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: cephadm 2024-01-21T09:11:28.378102+0000 mgr.smithi144.tlyrca (mgr.14186) 1152 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: cephadm 2024-01-21T09:11:28.380201+0000 mgr.smithi144.tlyrca (mgr.14186) 1153 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.ltnnma ... 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:30.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:30.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:30.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: cephadm 2024-01-21T09:11:28.383075+0000 mgr.smithi144.tlyrca (mgr.14186) 1154 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zfkuzj on smithi144 2024-01-21T09:11:30.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:29 smithi177 bash[20374]: cluster 2024-01-21T09:11:28.604085+0000 mgr.smithi144.tlyrca (mgr.14186) 1155 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:30.664 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:30.665 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:19.917713Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.bangcz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-bangcz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.bangcz\nDeploy daemon haproxy.nfs.foo.smithi177.bangcz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.271938Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.lrwbfm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-lrwbfm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.lrwbfm\nDeploy daemon haproxy.nfs.foo.smithi144.lrwbfm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:10:24.276207Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.ivhmac on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:31.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:31 smithi144 bash[16259]: cluster 2024-01-21T09:11:30.604958+0000 mgr.smithi144.tlyrca (mgr.14186) 1156 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:31 smithi144 bash[16259]: audit 2024-01-21T09:11:30.654340+0000 mgr.smithi144.tlyrca (mgr.14186) 1157 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:32.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:31 smithi177 bash[20374]: cluster 2024-01-21T09:11:30.604958+0000 mgr.smithi144.tlyrca (mgr.14186) 1156 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:11:32.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:31 smithi177 bash[20374]: audit 2024-01-21T09:11:30.654340+0000 mgr.smithi144.tlyrca (mgr.14186) 1157 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:32.291 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:32.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:32 smithi144 bash[16259]: audit 2024-01-21T09:11:32.215722+0000 mon.smithi144 (mon.0) 941 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zfkuzj"}]: dispatch 2024-01-21T09:11:32.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:32 smithi144 bash[16259]: audit 2024-01-21T09:11:32.409093+0000 mon.smithi144 (mon.0) 942 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:11:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:32 smithi177 bash[20374]: audit 2024-01-21T09:11:32.215722+0000 mon.smithi144 (mon.0) 941 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zfkuzj"}]: dispatch 2024-01-21T09:11:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:32 smithi177 bash[20374]: audit 2024-01-21T09:11:32.409093+0000 mon.smithi144 (mon.0) 942 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: cephadm 2024-01-21T09:11:32.214794+0000 mgr.smithi144.tlyrca (mgr.14186) 1158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zfkuzj ... 2024-01-21T09:11:33.808 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:33.809 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zfkuzj ... 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: cephadm 2024-01-21T09:11:32.215199+0000 mgr.smithi144.tlyrca (mgr.14186) 1159 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: cephadm 2024-01-21T09:11:32.216963+0000 mgr.smithi144.tlyrca (mgr.14186) 1160 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:33.810 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zfkuzj ... 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: cephadm 2024-01-21T09:11:32.219998+0000 mgr.smithi144.tlyrca (mgr.14186) 1161 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: cephadm 2024-01-21T09:11:32.222700+0000 mgr.smithi144.tlyrca (mgr.14186) 1162 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: cluster 2024-01-21T09:11:32.224251+0000 mgr.smithi144.tlyrca (mgr.14186) 1163 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T09:11:33.811 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:33 smithi144 bash[16259]: cluster 2024-01-21T09:11:32.617961+0000 mon.smithi144 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:11:34.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: cephadm 2024-01-21T09:11:32.214794+0000 mgr.smithi144.tlyrca (mgr.14186) 1158 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zfkuzj ... 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:34.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zfkuzj ... 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: cephadm 2024-01-21T09:11:32.215199+0000 mgr.smithi144.tlyrca (mgr.14186) 1159 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: cephadm 2024-01-21T09:11:32.216963+0000 mgr.smithi144.tlyrca (mgr.14186) 1160 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj 2024-01-21T09:11:34.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zfkuzj ... 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: cephadm 2024-01-21T09:11:32.219998+0000 mgr.smithi144.tlyrca (mgr.14186) 1161 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: cephadm 2024-01-21T09:11:32.222700+0000 mgr.smithi144.tlyrca (mgr.14186) 1162 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: cluster 2024-01-21T09:11:32.224251+0000 mgr.smithi144.tlyrca (mgr.14186) 1163 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T09:11:34.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:33 smithi177 bash[20374]: cluster 2024-01-21T09:11:32.617961+0000 mon.smithi144 (mon.0) 943 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:11:35.560 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:35.560 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:35 smithi144 bash[16259]: cluster 2024-01-21T09:11:34.225465+0000 mgr.smithi144.tlyrca (mgr.14186) 1164 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T09:11:36.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:35 smithi177 bash[20374]: cluster 2024-01-21T09:11:34.225465+0000 mgr.smithi144.tlyrca (mgr.14186) 1164 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2024-01-21T09:11:36.191 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:36.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:36 smithi144 bash[16259]: audit 2024-01-21T09:11:35.549544+0000 mgr.smithi144.tlyrca (mgr.14186) 1165 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:37.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:36 smithi177 bash[20374]: audit 2024-01-21T09:11:35.549544+0000 mgr.smithi144.tlyrca (mgr.14186) 1165 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:37.191 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:38.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:37 smithi177 bash[20374]: cluster 2024-01-21T09:11:36.226550+0000 mgr.smithi144.tlyrca (mgr.14186) 1166 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:38.114 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:37 smithi144 bash[16259]: cluster 2024-01-21T09:11:36.226550+0000 mgr.smithi144.tlyrca (mgr.14186) 1166 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:39.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:39 smithi144 bash[16259]: cluster 2024-01-21T09:11:38.227825+0000 mgr.smithi144.tlyrca (mgr.14186) 1167 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:40.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:39 smithi177 bash[20374]: cluster 2024-01-21T09:11:38.227825+0000 mgr.smithi144.tlyrca (mgr.14186) 1167 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:40.657 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:40.658 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:41.289 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:41.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:41 smithi144 bash[16259]: cluster 2024-01-21T09:11:40.228927+0000 mgr.smithi144.tlyrca (mgr.14186) 1168 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:41.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:41 smithi144 bash[16259]: audit 2024-01-21T09:11:40.642867+0000 mgr.smithi144.tlyrca (mgr.14186) 1169 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:42.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:41 smithi177 bash[20374]: cluster 2024-01-21T09:11:40.228927+0000 mgr.smithi144.tlyrca (mgr.14186) 1168 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:42.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:41 smithi177 bash[20374]: audit 2024-01-21T09:11:40.642867+0000 mgr.smithi144.tlyrca (mgr.14186) 1169 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:42.290 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:43.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:43 smithi144 bash[16259]: cluster 2024-01-21T09:11:42.230145+0000 mgr.smithi144.tlyrca (mgr.14186) 1170 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:44.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:43 smithi177 bash[20374]: cluster 2024-01-21T09:11:42.230145+0000 mgr.smithi144.tlyrca (mgr.14186) 1170 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 88 B/s rd, 0 op/s 2024-01-21T09:11:45.362 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:45.362 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:45.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:45 smithi144 bash[16259]: cluster 2024-01-21T09:11:44.231251+0000 mgr.smithi144.tlyrca (mgr.14186) 1171 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:45.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:45 smithi177 bash[20374]: cluster 2024-01-21T09:11:44.231251+0000 mgr.smithi144.tlyrca (mgr.14186) 1171 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:46.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:46 smithi144 bash[16259]: audit 2024-01-21T09:11:45.344630+0000 mgr.smithi144.tlyrca (mgr.14186) 1172 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:46.970 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:47.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:46 smithi177 bash[20374]: audit 2024-01-21T09:11:45.344630+0000 mgr.smithi144.tlyrca (mgr.14186) 1172 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:47.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:47 smithi144 bash[16259]: cluster 2024-01-21T09:11:46.232325+0000 mgr.smithi144.tlyrca (mgr.14186) 1173 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:48.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:47 smithi177 bash[20374]: cluster 2024-01-21T09:11:46.232325+0000 mgr.smithi144.tlyrca (mgr.14186) 1173 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:49.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:49 smithi144 bash[16259]: cluster 2024-01-21T09:11:48.233584+0000 mgr.smithi144.tlyrca (mgr.14186) 1174 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:50.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:49 smithi177 bash[20374]: cluster 2024-01-21T09:11:48.233584+0000 mgr.smithi144.tlyrca (mgr.14186) 1174 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:50.171 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:50.171 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:50.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:51.796 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:52.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:51 smithi177 bash[20374]: audit 2024-01-21T09:11:50.153612+0000 mgr.smithi144.tlyrca (mgr.14186) 1175 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:52.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:51 smithi177 bash[20374]: cluster 2024-01-21T09:11:50.235028+0000 mgr.smithi144.tlyrca (mgr.14186) 1176 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:52.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:51 smithi144 bash[16259]: audit 2024-01-21T09:11:50.153612+0000 mgr.smithi144.tlyrca (mgr.14186) 1175 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:52.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:51 smithi144 bash[16259]: cluster 2024-01-21T09:11:50.235028+0000 mgr.smithi144.tlyrca (mgr.14186) 1176 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:54.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:53 smithi177 bash[20374]: cluster 2024-01-21T09:11:52.236142+0000 mgr.smithi144.tlyrca (mgr.14186) 1177 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:54.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:53 smithi144 bash[16259]: cluster 2024-01-21T09:11:52.236142+0000 mgr.smithi144.tlyrca (mgr.14186) 1177 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:54.916 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:54.916 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:11:55.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:11:55.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:55 smithi144 bash[16259]: cluster 2024-01-21T09:11:54.237314+0000 mgr.smithi144.tlyrca (mgr.14186) 1178 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:56.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:55 smithi177 bash[20374]: cluster 2024-01-21T09:11:54.237314+0000 mgr.smithi144.tlyrca (mgr.14186) 1178 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:11:56.532 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:11:56.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:56 smithi144 bash[16259]: audit 2024-01-21T09:11:54.906009+0000 mgr.smithi144.tlyrca (mgr.14186) 1179 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:57.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:56 smithi177 bash[20374]: audit 2024-01-21T09:11:54.906009+0000 mgr.smithi144.tlyrca (mgr.14186) 1179 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:11:57.900 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:57 smithi144 bash[16259]: cluster 2024-01-21T09:11:56.238417+0000 mgr.smithi144.tlyrca (mgr.14186) 1180 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:58.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:57 smithi177 bash[20374]: cluster 2024-01-21T09:11:56.238417+0000 mgr.smithi144.tlyrca (mgr.14186) 1180 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:11:59.708 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:11:59.709 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:00.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:11:59 smithi177 bash[20374]: cluster 2024-01-21T09:11:58.239601+0000 mgr.smithi144.tlyrca (mgr.14186) 1181 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:00.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:11:59 smithi144 bash[16259]: cluster 2024-01-21T09:11:58.239601+0000 mgr.smithi144.tlyrca (mgr.14186) 1181 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:00.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:01.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:00 smithi177 bash[20374]: audit 2024-01-21T09:11:59.692942+0000 mgr.smithi144.tlyrca (mgr.14186) 1182 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:01.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:00 smithi144 bash[16259]: audit 2024-01-21T09:11:59.692942+0000 mgr.smithi144.tlyrca (mgr.14186) 1182 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:01.338 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:02.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:01 smithi177 bash[20374]: cluster 2024-01-21T09:12:00.240895+0000 mgr.smithi144.tlyrca (mgr.14186) 1183 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:02.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:01 smithi144 bash[16259]: cluster 2024-01-21T09:12:00.240895+0000 mgr.smithi144.tlyrca (mgr.14186) 1183 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:04.026 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:03 smithi144 bash[16259]: cluster 2024-01-21T09:12:02.242067+0000 mgr.smithi144.tlyrca (mgr.14186) 1184 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:04.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:03 smithi177 bash[20374]: cluster 2024-01-21T09:12:02.242067+0000 mgr.smithi144.tlyrca (mgr.14186) 1184 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:04.476 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:04.477 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:05.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:06.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:05 smithi177 bash[20374]: cluster 2024-01-21T09:12:04.243259+0000 mgr.smithi144.tlyrca (mgr.14186) 1185 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:06.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:05 smithi177 bash[20374]: audit 2024-01-21T09:12:04.463727+0000 mgr.smithi144.tlyrca (mgr.14186) 1186 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:06.113 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:06.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:05 smithi144 bash[16259]: cluster 2024-01-21T09:12:04.243259+0000 mgr.smithi144.tlyrca (mgr.14186) 1185 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:06.125 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:05 smithi144 bash[16259]: audit 2024-01-21T09:12:04.463727+0000 mgr.smithi144.tlyrca (mgr.14186) 1186 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:08.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:07 smithi177 bash[20374]: cluster 2024-01-21T09:12:06.243971+0000 mgr.smithi144.tlyrca (mgr.14186) 1187 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:07 smithi144 bash[16259]: cluster 2024-01-21T09:12:06.243971+0000 mgr.smithi144.tlyrca (mgr.14186) 1187 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:09.298 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:09.299 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:09.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:10.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:09 smithi177 bash[20374]: cluster 2024-01-21T09:12:08.245139+0000 mgr.smithi144.tlyrca (mgr.14186) 1188 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:10.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:09 smithi144 bash[16259]: cluster 2024-01-21T09:12:08.245139+0000 mgr.smithi144.tlyrca (mgr.14186) 1188 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:10.899 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:11.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:10 smithi177 bash[20374]: audit 2024-01-21T09:12:09.286453+0000 mgr.smithi144.tlyrca (mgr.14186) 1189 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:11.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:10 smithi144 bash[16259]: audit 2024-01-21T09:12:09.286453+0000 mgr.smithi144.tlyrca (mgr.14186) 1189 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:12.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:11 smithi177 bash[20374]: cluster 2024-01-21T09:12:10.246492+0000 mgr.smithi144.tlyrca (mgr.14186) 1190 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:12.111 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:11 smithi144 bash[16259]: cluster 2024-01-21T09:12:10.246492+0000 mgr.smithi144.tlyrca (mgr.14186) 1190 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:13.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:13 smithi144 bash[16259]: cluster 2024-01-21T09:12:12.247673+0000 mgr.smithi144.tlyrca (mgr.14186) 1191 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:13 smithi177 bash[20374]: cluster 2024-01-21T09:12:12.247673+0000 mgr.smithi144.tlyrca (mgr.14186) 1191 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:14.098 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:14.098 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:14.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:15.728 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:16.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:15 smithi177 bash[20374]: audit 2024-01-21T09:12:14.081619+0000 mgr.smithi144.tlyrca (mgr.14186) 1192 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:16.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:15 smithi177 bash[20374]: cluster 2024-01-21T09:12:14.248963+0000 mgr.smithi144.tlyrca (mgr.14186) 1193 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:16.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:15 smithi144 bash[16259]: audit 2024-01-21T09:12:14.081619+0000 mgr.smithi144.tlyrca (mgr.14186) 1192 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:16.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:15 smithi144 bash[16259]: cluster 2024-01-21T09:12:14.248963+0000 mgr.smithi144.tlyrca (mgr.14186) 1193 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:18.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:17 smithi177 bash[20374]: cluster 2024-01-21T09:12:16.250132+0000 mgr.smithi144.tlyrca (mgr.14186) 1194 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:18.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:17 smithi144 bash[16259]: cluster 2024-01-21T09:12:16.250132+0000 mgr.smithi144.tlyrca (mgr.14186) 1194 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:18.843 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:18.843 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:19.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:20.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:19 smithi177 bash[20374]: cluster 2024-01-21T09:12:18.251448+0000 mgr.smithi144.tlyrca (mgr.14186) 1195 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:20.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:19 smithi177 bash[20374]: audit 2024-01-21T09:12:18.833628+0000 mgr.smithi144.tlyrca (mgr.14186) 1196 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:20.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:19 smithi144 bash[16259]: cluster 2024-01-21T09:12:18.251448+0000 mgr.smithi144.tlyrca (mgr.14186) 1195 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:20.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:19 smithi144 bash[16259]: audit 2024-01-21T09:12:18.833628+0000 mgr.smithi144.tlyrca (mgr.14186) 1196 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:20.459 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:21 smithi144 bash[16259]: cluster 2024-01-21T09:12:20.252836+0000 mgr.smithi144.tlyrca (mgr.14186) 1197 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:22.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:21 smithi177 bash[20374]: cluster 2024-01-21T09:12:20.252836+0000 mgr.smithi144.tlyrca (mgr.14186) 1197 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:23.644 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:23.644 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:24.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:23 smithi177 bash[20374]: cluster 2024-01-21T09:12:22.254004+0000 mgr.smithi144.tlyrca (mgr.14186) 1198 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:24.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:23 smithi144 bash[16259]: cluster 2024-01-21T09:12:22.254004+0000 mgr.smithi144.tlyrca (mgr.14186) 1198 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:24.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:25.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:24 smithi177 bash[20374]: audit 2024-01-21T09:12:23.626257+0000 mgr.smithi144.tlyrca (mgr.14186) 1199 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:25.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:24 smithi144 bash[16259]: audit 2024-01-21T09:12:23.626257+0000 mgr.smithi144.tlyrca (mgr.14186) 1199 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:25.296 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:26.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:25 smithi177 bash[20374]: cluster 2024-01-21T09:12:24.255243+0000 mgr.smithi144.tlyrca (mgr.14186) 1200 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:26.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:25 smithi144 bash[16259]: cluster 2024-01-21T09:12:24.255243+0000 mgr.smithi144.tlyrca (mgr.14186) 1200 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:28.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:27 smithi177 bash[20374]: cluster 2024-01-21T09:12:26.256316+0000 mgr.smithi144.tlyrca (mgr.14186) 1201 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:28.132 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:27 smithi144 bash[16259]: cluster 2024-01-21T09:12:26.256316+0000 mgr.smithi144.tlyrca (mgr.14186) 1201 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:28.585 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:28.585 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:29.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:30.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:29 smithi177 bash[20374]: cluster 2024-01-21T09:12:28.257467+0000 mgr.smithi144.tlyrca (mgr.14186) 1202 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:30.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:29 smithi177 bash[20374]: audit 2024-01-21T09:12:28.568281+0000 mgr.smithi144.tlyrca (mgr.14186) 1203 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:30.179 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:30.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:29 smithi144 bash[16259]: cluster 2024-01-21T09:12:28.257467+0000 mgr.smithi144.tlyrca (mgr.14186) 1202 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:30.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:29 smithi144 bash[16259]: audit 2024-01-21T09:12:28.568281+0000 mgr.smithi144.tlyrca (mgr.14186) 1203 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:31 smithi144 bash[16259]: cluster 2024-01-21T09:12:30.258622+0000 mgr.smithi144.tlyrca (mgr.14186) 1204 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:32.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:31 smithi177 bash[20374]: cluster 2024-01-21T09:12:30.258622+0000 mgr.smithi144.tlyrca (mgr.14186) 1204 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:32 smithi177 bash[20374]: audit 2024-01-21T09:12:32.228340+0000 mon.smithi144 (mon.0) 944 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:12:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:32 smithi177 bash[20374]: audit 2024-01-21T09:12:32.550511+0000 mon.smithi144 (mon.0) 945 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:12:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:32 smithi177 bash[20374]: audit 2024-01-21T09:12:32.552065+0000 mon.smithi144 (mon.0) 946 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:12:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:32 smithi177 bash[20374]: audit 2024-01-21T09:12:32.561649+0000 mon.smithi144 (mon.0) 947 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:32 smithi177 bash[20374]: audit 2024-01-21T09:12:32.570870+0000 mon.smithi144 (mon.0) 948 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:12:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:32 smithi177 bash[20374]: audit 2024-01-21T09:12:32.587821+0000 mon.smithi144 (mon.0) 949 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:33.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:32 smithi144 bash[16259]: audit 2024-01-21T09:12:32.228340+0000 mon.smithi144 (mon.0) 944 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:12:33.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:32 smithi144 bash[16259]: audit 2024-01-21T09:12:32.550511+0000 mon.smithi144 (mon.0) 945 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:12:33.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:32 smithi144 bash[16259]: audit 2024-01-21T09:12:32.552065+0000 mon.smithi144 (mon.0) 946 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:12:33.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:32 smithi144 bash[16259]: audit 2024-01-21T09:12:32.561649+0000 mon.smithi144 (mon.0) 947 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:33.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:32 smithi144 bash[16259]: audit 2024-01-21T09:12:32.570870+0000 mon.smithi144 (mon.0) 948 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:12:33.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:32 smithi144 bash[16259]: audit 2024-01-21T09:12:32.587821+0000 mon.smithi144 (mon.0) 949 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:33.429 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:33.429 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:10:24.278684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.gncdyt on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:34.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:33 smithi144 bash[16259]: cluster 2024-01-21T09:12:32.259735+0000 mgr.smithi144.tlyrca (mgr.14186) 1205 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:33 smithi144 bash[16259]: cluster 2024-01-21T09:12:32.562542+0000 mgr.smithi144.tlyrca (mgr.14186) 1206 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:33 smithi144 bash[16259]: cephadm 2024-01-21T09:12:32.592069+0000 mgr.smithi144.tlyrca (mgr.14186) 1207 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.zvkkqr on smithi177 2024-01-21T09:12:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:33 smithi144 bash[16259]: cluster 2024-01-21T09:12:32.832321+0000 mon.smithi144 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:12:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:33 smithi144 bash[16259]: cluster 2024-01-21T09:12:32.832394+0000 mon.smithi144 (mon.0) 951 : cluster [INF] Cluster is now healthy 2024-01-21T09:12:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:33 smithi177 bash[20374]: cluster 2024-01-21T09:12:32.259735+0000 mgr.smithi144.tlyrca (mgr.14186) 1205 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:33 smithi177 bash[20374]: cluster 2024-01-21T09:12:32.562542+0000 mgr.smithi144.tlyrca (mgr.14186) 1206 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:33 smithi177 bash[20374]: cephadm 2024-01-21T09:12:32.592069+0000 mgr.smithi144.tlyrca (mgr.14186) 1207 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.zvkkqr on smithi177 2024-01-21T09:12:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:33 smithi177 bash[20374]: cluster 2024-01-21T09:12:32.832321+0000 mon.smithi144 (mon.0) 950 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:12:34.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:33 smithi177 bash[20374]: cluster 2024-01-21T09:12:32.832394+0000 mon.smithi144 (mon.0) 951 : cluster [INF] Cluster is now healthy 2024-01-21T09:12:35.062 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:35.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:34 smithi144 bash[16259]: audit 2024-01-21T09:12:33.419508+0000 mgr.smithi144.tlyrca (mgr.14186) 1208 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:35.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:34 smithi177 bash[20374]: audit 2024-01-21T09:12:33.419508+0000 mgr.smithi144.tlyrca (mgr.14186) 1208 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:36.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:35 smithi144 bash[16259]: cluster 2024-01-21T09:12:34.563604+0000 mgr.smithi144.tlyrca (mgr.14186) 1209 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:36.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:35 smithi177 bash[20374]: cluster 2024-01-21T09:12:34.563604+0000 mgr.smithi144.tlyrca (mgr.14186) 1209 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:37.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:36 smithi144 bash[16259]: audit 2024-01-21T09:12:36.486651+0000 mon.smithi144 (mon.0) 952 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.zvkkqr"}]: dispatch 2024-01-21T09:12:37.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:36 smithi177 bash[20374]: audit 2024-01-21T09:12:36.486651+0000 mon.smithi144 (mon.0) 952 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.zvkkqr"}]: dispatch 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: cephadm 2024-01-21T09:12:36.485751+0000 mgr.smithi144.tlyrca (mgr.14186) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.zvkkqr ... 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:38.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.zvkkqr ... 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: cephadm 2024-01-21T09:12:36.486113+0000 mgr.smithi144.tlyrca (mgr.14186) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: cephadm 2024-01-21T09:12:36.487701+0000 mgr.smithi144.tlyrca (mgr.14186) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.zvkkqr ... 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:38.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:38.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: cephadm 2024-01-21T09:12:36.490789+0000 mgr.smithi144.tlyrca (mgr.14186) 1213 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.mmutsk on smithi144 2024-01-21T09:12:38.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:37 smithi144 bash[16259]: cluster 2024-01-21T09:12:36.564153+0000 mgr.smithi144.tlyrca (mgr.14186) 1214 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:38.340 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:38.340 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:28.380045Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.ltnnma on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-ltnnma\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.ltnnma\nDeploy daemon haproxy.nfs.foo.smithi177.ltnnma ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.216783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zfkuzj on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zfkuzj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zfkuzj\nDeploy daemon haproxy.nfs.foo.smithi144.zfkuzj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:11:32.219842Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.sjokna on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:38.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: cephadm 2024-01-21T09:12:36.485751+0000 mgr.smithi144.tlyrca (mgr.14186) 1210 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:38.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.zvkkqr ... 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.zvkkqr ... 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: cephadm 2024-01-21T09:12:36.486113+0000 mgr.smithi144.tlyrca (mgr.14186) 1211 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: cephadm 2024-01-21T09:12:36.487701+0000 mgr.smithi144.tlyrca (mgr.14186) 1212 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr 2024-01-21T09:12:38.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.zvkkqr ... 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: cephadm 2024-01-21T09:12:36.490789+0000 mgr.smithi144.tlyrca (mgr.14186) 1213 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.mmutsk on smithi144 2024-01-21T09:12:38.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:37 smithi177 bash[20374]: cluster 2024-01-21T09:12:36.564153+0000 mgr.smithi144.tlyrca (mgr.14186) 1214 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:38.992 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:39.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:38 smithi144 bash[16259]: audit 2024-01-21T09:12:38.327800+0000 mgr.smithi144.tlyrca (mgr.14186) 1215 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:39.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:38 smithi144 bash[16259]: cluster 2024-01-21T09:12:38.565018+0000 mgr.smithi144.tlyrca (mgr.14186) 1216 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:39.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:38 smithi177 bash[20374]: audit 2024-01-21T09:12:38.327800+0000 mgr.smithi144.tlyrca (mgr.14186) 1215 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:39.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:38 smithi177 bash[20374]: cluster 2024-01-21T09:12:38.565018+0000 mgr.smithi144.tlyrca (mgr.14186) 1216 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:39.993 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:40.592 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:40 smithi144 bash[16259]: audit 2024-01-21T09:12:39.306831+0000 mon.smithi144 (mon.0) 953 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:40.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:40 smithi177 bash[20374]: audit 2024-01-21T09:12:39.306831+0000 mon.smithi144 (mon.0) 953 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: cluster 2024-01-21T09:12:40.565960+0000 mgr.smithi144.tlyrca (mgr.14186) 1217 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: cephadm 2024-01-21T09:12:40.621883+0000 mgr.smithi144.tlyrca (mgr.14186) 1218 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.mmutsk ... 2024-01-21T09:12:41.558 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.559 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.mmutsk ... 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: cephadm 2024-01-21T09:12:40.622440+0000 mgr.smithi144.tlyrca (mgr.14186) 1219 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: audit 2024-01-21T09:12:40.623157+0000 mon.smithi144 (mon.0) 954 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.mmutsk"}]: dispatch 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: cephadm 2024-01-21T09:12:40.624544+0000 mgr.smithi144.tlyrca (mgr.14186) 1220 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:12:41.560 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.mmutsk ... 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: cephadm 2024-01-21T09:12:40.629706+0000 mgr.smithi144.tlyrca (mgr.14186) 1221 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: cephadm 2024-01-21T09:12:40.631690+0000 mgr.smithi144.tlyrca (mgr.14186) 1222 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:12:41.561 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:41 smithi144 bash[16259]: cluster 2024-01-21T09:12:40.632577+0000 mgr.smithi144.tlyrca (mgr.14186) 1223 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-01-21T09:12:41.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: cluster 2024-01-21T09:12:40.565960+0000 mgr.smithi144.tlyrca (mgr.14186) 1217 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: cephadm 2024-01-21T09:12:40.621883+0000 mgr.smithi144.tlyrca (mgr.14186) 1218 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.mmutsk ... 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:41.596 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.mmutsk ... 2024-01-21T09:12:41.597 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: cephadm 2024-01-21T09:12:40.622440+0000 mgr.smithi144.tlyrca (mgr.14186) 1219 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: audit 2024-01-21T09:12:40.623157+0000 mon.smithi144 (mon.0) 954 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.mmutsk"}]: dispatch 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: cephadm 2024-01-21T09:12:40.624544+0000 mgr.smithi144.tlyrca (mgr.14186) 1220 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.598 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.mmutsk ... 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: cephadm 2024-01-21T09:12:40.629706+0000 mgr.smithi144.tlyrca (mgr.14186) 1221 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: cephadm 2024-01-21T09:12:40.631690+0000 mgr.smithi144.tlyrca (mgr.14186) 1222 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:12:41.599 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:41 smithi177 bash[20374]: cluster 2024-01-21T09:12:40.632577+0000 mgr.smithi144.tlyrca (mgr.14186) 1223 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 122 B/s rd, 0 op/s 2024-01-21T09:12:42.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:42 smithi177 bash[20374]: cluster 2024-01-21T09:12:41.306172+0000 mon.smithi144 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:12:42.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:42 smithi144 bash[16259]: cluster 2024-01-21T09:12:41.306172+0000 mon.smithi144 (mon.0) 955 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:12:43.469 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:43.469 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:43 smithi177 bash[20374]: audit 2024-01-21T09:12:42.461923+0000 mon.smithi144 (mon.0) 956 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:43.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:43 smithi177 bash[20374]: cluster 2024-01-21T09:12:42.633537+0000 mgr.smithi144.tlyrca (mgr.14186) 1224 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:43.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:43 smithi144 bash[16259]: audit 2024-01-21T09:12:42.461923+0000 mon.smithi144 (mon.0) 956 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:43.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:43 smithi144 bash[16259]: cluster 2024-01-21T09:12:42.633537+0000 mgr.smithi144.tlyrca (mgr.14186) 1224 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:44.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:44.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:44 smithi177 bash[20374]: audit 2024-01-21T09:12:43.457479+0000 mgr.smithi144.tlyrca (mgr.14186) 1225 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:44.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:44 smithi144 bash[16259]: audit 2024-01-21T09:12:43.457479+0000 mgr.smithi144.tlyrca (mgr.14186) 1225 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:45.091 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:45.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:45 smithi177 bash[20374]: cluster 2024-01-21T09:12:44.634801+0000 mgr.smithi144.tlyrca (mgr.14186) 1226 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:45.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:45 smithi144 bash[16259]: cluster 2024-01-21T09:12:44.634801+0000 mgr.smithi144.tlyrca (mgr.14186) 1226 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:47.961 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:47 smithi144 bash[16259]: cluster 2024-01-21T09:12:46.635750+0000 mgr.smithi144.tlyrca (mgr.14186) 1227 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:48.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:47 smithi177 bash[20374]: cluster 2024-01-21T09:12:46.635750+0000 mgr.smithi144.tlyrca (mgr.14186) 1227 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:48.315 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:48.316 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:48.951 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:49.952 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:49.965 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:49 smithi144 bash[16259]: audit 2024-01-21T09:12:48.298788+0000 mgr.smithi144.tlyrca (mgr.14186) 1228 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:49.965 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:49 smithi144 bash[16259]: cluster 2024-01-21T09:12:48.636992+0000 mgr.smithi144.tlyrca (mgr.14186) 1229 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:50.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:49 smithi177 bash[20374]: audit 2024-01-21T09:12:48.298788+0000 mgr.smithi144.tlyrca (mgr.14186) 1228 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:50.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:49 smithi177 bash[20374]: cluster 2024-01-21T09:12:48.636992+0000 mgr.smithi144.tlyrca (mgr.14186) 1229 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:52.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:51 smithi177 bash[20374]: cluster 2024-01-21T09:12:50.638266+0000 mgr.smithi144.tlyrca (mgr.14186) 1230 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:52.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:51 smithi144 bash[16259]: cluster 2024-01-21T09:12:50.638266+0000 mgr.smithi144.tlyrca (mgr.14186) 1230 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 B/s rd, 0 op/s 2024-01-21T09:12:53.050 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:53.050 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:53.685 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:53.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:53 smithi144 bash[16259]: cluster 2024-01-21T09:12:52.639280+0000 mgr.smithi144.tlyrca (mgr.14186) 1231 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:54.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:53 smithi177 bash[20374]: cluster 2024-01-21T09:12:52.639280+0000 mgr.smithi144.tlyrca (mgr.14186) 1231 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:54.686 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:12:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:54 smithi177 bash[20374]: audit 2024-01-21T09:12:53.035474+0000 mgr.smithi144.tlyrca (mgr.14186) 1232 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:54 smithi177 bash[20374]: audit 2024-01-21T09:12:54.308384+0000 mon.smithi144 (mon.0) 957 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:55.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:54 smithi144 bash[16259]: audit 2024-01-21T09:12:53.035474+0000 mgr.smithi144.tlyrca (mgr.14186) 1232 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:55.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:54 smithi144 bash[16259]: audit 2024-01-21T09:12:54.308384+0000 mon.smithi144 (mon.0) 957 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:12:56.088 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:55 smithi144 bash[16259]: cluster 2024-01-21T09:12:54.640566+0000 mgr.smithi144.tlyrca (mgr.14186) 1233 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:56.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:55 smithi177 bash[20374]: cluster 2024-01-21T09:12:54.640566+0000 mgr.smithi144.tlyrca (mgr.14186) 1233 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:12:57.844 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:12:57.844 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:12:58.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:57 smithi177 bash[20374]: cluster 2024-01-21T09:12:56.641708+0000 mgr.smithi144.tlyrca (mgr.14186) 1234 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:58.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:57 smithi144 bash[16259]: cluster 2024-01-21T09:12:56.641708+0000 mgr.smithi144.tlyrca (mgr.14186) 1234 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:12:58.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:12:59.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:58 smithi144 bash[16259]: audit 2024-01-21T09:12:57.829170+0000 mgr.smithi144.tlyrca (mgr.14186) 1235 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:59.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:58 smithi177 bash[20374]: audit 2024-01-21T09:12:57.829170+0000 mgr.smithi144.tlyrca (mgr.14186) 1235 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:12:59.440 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:00.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:12:59 smithi177 bash[20374]: cluster 2024-01-21T09:12:58.643022+0000 mgr.smithi144.tlyrca (mgr.14186) 1236 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:00.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:12:59 smithi144 bash[16259]: cluster 2024-01-21T09:12:58.643022+0000 mgr.smithi144.tlyrca (mgr.14186) 1236 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:02.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:01 smithi177 bash[20374]: cluster 2024-01-21T09:13:00.644248+0000 mgr.smithi144.tlyrca (mgr.14186) 1237 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:02.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:01 smithi144 bash[16259]: cluster 2024-01-21T09:13:00.644248+0000 mgr.smithi144.tlyrca (mgr.14186) 1237 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:02.843 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:02.843 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:03.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:04.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:03 smithi177 bash[20374]: cluster 2024-01-21T09:13:02.645034+0000 mgr.smithi144.tlyrca (mgr.14186) 1238 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:04.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:03 smithi177 bash[20374]: audit 2024-01-21T09:13:02.825526+0000 mgr.smithi144.tlyrca (mgr.14186) 1239 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:04.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:03 smithi144 bash[16259]: cluster 2024-01-21T09:13:02.645034+0000 mgr.smithi144.tlyrca (mgr.14186) 1238 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:04.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:03 smithi144 bash[16259]: audit 2024-01-21T09:13:02.825526+0000 mgr.smithi144.tlyrca (mgr.14186) 1239 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:04.482 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:05.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:05 smithi144 bash[16259]: cluster 2024-01-21T09:13:04.646266+0000 mgr.smithi144.tlyrca (mgr.14186) 1240 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:05.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:05 smithi177 bash[20374]: cluster 2024-01-21T09:13:04.646266+0000 mgr.smithi144.tlyrca (mgr.14186) 1240 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:07.641 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:07.642 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:08.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:07 smithi177 bash[20374]: cluster 2024-01-21T09:13:06.647290+0000 mgr.smithi144.tlyrca (mgr.14186) 1241 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:07 smithi144 bash[16259]: cluster 2024-01-21T09:13:06.647290+0000 mgr.smithi144.tlyrca (mgr.14186) 1241 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:08.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:09.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:08 smithi144 bash[16259]: audit 2024-01-21T09:13:07.631212+0000 mgr.smithi144.tlyrca (mgr.14186) 1242 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:08 smithi177 bash[20374]: audit 2024-01-21T09:13:07.631212+0000 mgr.smithi144.tlyrca (mgr.14186) 1242 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:09.286 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:10.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:09 smithi177 bash[20374]: cluster 2024-01-21T09:13:08.648547+0000 mgr.smithi144.tlyrca (mgr.14186) 1243 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:10.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:09 smithi144 bash[16259]: cluster 2024-01-21T09:13:08.648547+0000 mgr.smithi144.tlyrca (mgr.14186) 1243 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:12.079 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:11 smithi144 bash[16259]: cluster 2024-01-21T09:13:10.649757+0000 mgr.smithi144.tlyrca (mgr.14186) 1244 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:12.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:11 smithi177 bash[20374]: cluster 2024-01-21T09:13:10.649757+0000 mgr.smithi144.tlyrca (mgr.14186) 1244 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:12.510 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:12.511 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:13.151 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:13 smithi177 bash[20374]: audit 2024-01-21T09:13:12.494300+0000 mgr.smithi144.tlyrca (mgr.14186) 1245 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:14.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:13 smithi177 bash[20374]: cluster 2024-01-21T09:13:12.650848+0000 mgr.smithi144.tlyrca (mgr.14186) 1246 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:14.152 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:14.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:13 smithi144 bash[16259]: audit 2024-01-21T09:13:12.494300+0000 mgr.smithi144.tlyrca (mgr.14186) 1245 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:14.164 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:13 smithi144 bash[16259]: cluster 2024-01-21T09:13:12.650848+0000 mgr.smithi144.tlyrca (mgr.14186) 1246 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:15.467 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:15 smithi144 bash[16259]: cluster 2024-01-21T09:13:14.652119+0000 mgr.smithi144.tlyrca (mgr.14186) 1247 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:15.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:15 smithi177 bash[20374]: cluster 2024-01-21T09:13:14.652119+0000 mgr.smithi144.tlyrca (mgr.14186) 1247 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:17.267 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:17.267 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:17.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:18.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:17 smithi177 bash[20374]: cluster 2024-01-21T09:13:16.653140+0000 mgr.smithi144.tlyrca (mgr.14186) 1248 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:18.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:17 smithi144 bash[16259]: cluster 2024-01-21T09:13:16.653140+0000 mgr.smithi144.tlyrca (mgr.14186) 1248 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:18.813 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:19.003 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:18 smithi144 bash[16259]: audit 2024-01-21T09:13:17.257372+0000 mgr.smithi144.tlyrca (mgr.14186) 1249 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:19.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:18 smithi177 bash[20374]: audit 2024-01-21T09:13:17.257372+0000 mgr.smithi144.tlyrca (mgr.14186) 1249 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:20.069 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:19 smithi144 bash[16259]: cluster 2024-01-21T09:13:18.654381+0000 mgr.smithi144.tlyrca (mgr.14186) 1250 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:20.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:19 smithi177 bash[20374]: cluster 2024-01-21T09:13:18.654381+0000 mgr.smithi144.tlyrca (mgr.14186) 1250 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:21 smithi144 bash[16259]: cluster 2024-01-21T09:13:20.655733+0000 mgr.smithi144.tlyrca (mgr.14186) 1251 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:22.056 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:22.056 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:22.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:21 smithi177 bash[20374]: cluster 2024-01-21T09:13:20.655733+0000 mgr.smithi144.tlyrca (mgr.14186) 1251 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:22.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:23.656 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:23.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:23 smithi144 bash[16259]: audit 2024-01-21T09:13:22.040926+0000 mgr.smithi144.tlyrca (mgr.14186) 1252 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:23.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:23 smithi144 bash[16259]: cluster 2024-01-21T09:13:22.656904+0000 mgr.smithi144.tlyrca (mgr.14186) 1253 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:24.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:23 smithi177 bash[20374]: audit 2024-01-21T09:13:22.040926+0000 mgr.smithi144.tlyrca (mgr.14186) 1252 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:24.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:23 smithi177 bash[20374]: cluster 2024-01-21T09:13:22.656904+0000 mgr.smithi144.tlyrca (mgr.14186) 1253 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:25.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:25 smithi144 bash[16259]: cluster 2024-01-21T09:13:24.658207+0000 mgr.smithi144.tlyrca (mgr.14186) 1254 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:25.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:25 smithi177 bash[20374]: cluster 2024-01-21T09:13:24.658207+0000 mgr.smithi144.tlyrca (mgr.14186) 1254 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:26.884 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:26.885 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:27.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:27.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:27 smithi144 bash[16259]: cluster 2024-01-21T09:13:26.658771+0000 mgr.smithi144.tlyrca (mgr.14186) 1255 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:27.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:27 smithi144 bash[16259]: audit 2024-01-21T09:13:26.870963+0000 mgr.smithi144.tlyrca (mgr.14186) 1256 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:28.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:27 smithi177 bash[20374]: cluster 2024-01-21T09:13:26.658771+0000 mgr.smithi144.tlyrca (mgr.14186) 1255 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:28.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:27 smithi177 bash[20374]: audit 2024-01-21T09:13:26.870963+0000 mgr.smithi144.tlyrca (mgr.14186) 1256 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:28.515 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:30.040 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:29 smithi144 bash[16259]: cluster 2024-01-21T09:13:28.659958+0000 mgr.smithi144.tlyrca (mgr.14186) 1257 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:30.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:29 smithi177 bash[20374]: cluster 2024-01-21T09:13:28.659958+0000 mgr.smithi144.tlyrca (mgr.14186) 1257 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:31.790 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:31.791 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:32.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:31 smithi177 bash[20374]: cluster 2024-01-21T09:13:30.661286+0000 mgr.smithi144.tlyrca (mgr.14186) 1258 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:32.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:31 smithi144 bash[16259]: cluster 2024-01-21T09:13:30.661286+0000 mgr.smithi144.tlyrca (mgr.14186) 1258 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:32.410 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:32 smithi177 bash[20374]: audit 2024-01-21T09:13:31.781294+0000 mgr.smithi144.tlyrca (mgr.14186) 1259 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:33.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:32 smithi144 bash[16259]: audit 2024-01-21T09:13:31.781294+0000 mgr.smithi144.tlyrca (mgr.14186) 1259 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:33.411 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:34.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:33 smithi177 bash[20374]: cluster 2024-01-21T09:13:32.662411+0000 mgr.smithi144.tlyrca (mgr.14186) 1260 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:34.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:33 smithi144 bash[16259]: cluster 2024-01-21T09:13:32.662411+0000 mgr.smithi144.tlyrca (mgr.14186) 1260 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:35.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:35 smithi144 bash[16259]: cluster 2024-01-21T09:13:34.663187+0000 mgr.smithi144.tlyrca (mgr.14186) 1261 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:35.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:35 smithi177 bash[20374]: cluster 2024-01-21T09:13:34.663187+0000 mgr.smithi144.tlyrca (mgr.14186) 1261 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:13:36.743 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:36.744 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:37.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:38.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:37 smithi177 bash[20374]: cluster 2024-01-21T09:13:36.664118+0000 mgr.smithi144.tlyrca (mgr.14186) 1262 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:38.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:37 smithi177 bash[20374]: audit 2024-01-21T09:13:36.734350+0000 mgr.smithi144.tlyrca (mgr.14186) 1263 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:38.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:37 smithi144 bash[16259]: cluster 2024-01-21T09:13:36.664118+0000 mgr.smithi144.tlyrca (mgr.14186) 1262 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:38.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:37 smithi144 bash[16259]: audit 2024-01-21T09:13:36.734350+0000 mgr.smithi144.tlyrca (mgr.14186) 1263 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:38.308 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:40.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:39 smithi177 bash[20374]: cluster 2024-01-21T09:13:38.665324+0000 mgr.smithi144.tlyrca (mgr.14186) 1264 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:40.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:39 smithi144 bash[16259]: cluster 2024-01-21T09:13:38.665324+0000 mgr.smithi144.tlyrca (mgr.14186) 1264 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:41.025 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:40 smithi144 bash[16259]: audit 2024-01-21T09:13:40.635953+0000 mon.smithi144 (mon.0) 958 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:13:41.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:40 smithi177 bash[20374]: audit 2024-01-21T09:13:40.635953+0000 mon.smithi144 (mon.0) 958 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:13:41.384 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:41.384 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:11:32.222536Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.evrmzk on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:42.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:41 smithi144 bash[16259]: cluster 2024-01-21T09:13:40.666358+0000 mgr.smithi144.tlyrca (mgr.14186) 1265 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:42.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:41 smithi144 bash[16259]: audit 2024-01-21T09:13:40.963391+0000 mon.smithi144 (mon.0) 959 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:13:42.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:41 smithi144 bash[16259]: audit 2024-01-21T09:13:40.964819+0000 mon.smithi144 (mon.0) 960 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:13:42.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:41 smithi144 bash[16259]: audit 2024-01-21T09:13:40.973120+0000 mon.smithi144 (mon.0) 961 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:13:42.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:41 smithi144 bash[16259]: audit 2024-01-21T09:13:40.983966+0000 mon.smithi144 (mon.0) 962 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:13:42.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:41 smithi144 bash[16259]: audit 2024-01-21T09:13:40.996110+0000 mon.smithi144 (mon.0) 963 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:13:42.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:42.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:41 smithi177 bash[20374]: cluster 2024-01-21T09:13:40.666358+0000 mgr.smithi144.tlyrca (mgr.14186) 1265 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:13:42.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:41 smithi177 bash[20374]: audit 2024-01-21T09:13:40.963391+0000 mon.smithi144 (mon.0) 959 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:13:42.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:41 smithi177 bash[20374]: audit 2024-01-21T09:13:40.964819+0000 mon.smithi144 (mon.0) 960 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:13:42.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:41 smithi177 bash[20374]: audit 2024-01-21T09:13:40.973120+0000 mon.smithi144 (mon.0) 961 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:13:42.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:41 smithi177 bash[20374]: audit 2024-01-21T09:13:40.983966+0000 mon.smithi144 (mon.0) 962 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:13:42.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:41 smithi177 bash[20374]: audit 2024-01-21T09:13:40.996110+0000 mon.smithi144 (mon.0) 963 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:13:43.040 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:43.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:42 smithi144 bash[16259]: cluster 2024-01-21T09:13:40.974234+0000 mgr.smithi144.tlyrca (mgr.14186) 1266 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:43.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:42 smithi144 bash[16259]: cephadm 2024-01-21T09:13:40.999761+0000 mgr.smithi144.tlyrca (mgr.14186) 1267 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.giridr on smithi177 2024-01-21T09:13:43.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:42 smithi144 bash[16259]: audit 2024-01-21T09:13:41.366656+0000 mgr.smithi144.tlyrca (mgr.14186) 1268 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:43.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:42 smithi144 bash[16259]: cluster 2024-01-21T09:13:41.969408+0000 mon.smithi144 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:13:43.053 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:42 smithi144 bash[16259]: cluster 2024-01-21T09:13:41.969473+0000 mon.smithi144 (mon.0) 965 : cluster [INF] Cluster is now healthy 2024-01-21T09:13:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:42 smithi177 bash[20374]: cluster 2024-01-21T09:13:40.974234+0000 mgr.smithi144.tlyrca (mgr.14186) 1266 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:42 smithi177 bash[20374]: cephadm 2024-01-21T09:13:40.999761+0000 mgr.smithi144.tlyrca (mgr.14186) 1267 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.giridr on smithi177 2024-01-21T09:13:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:42 smithi177 bash[20374]: audit 2024-01-21T09:13:41.366656+0000 mgr.smithi144.tlyrca (mgr.14186) 1268 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:42 smithi177 bash[20374]: cluster 2024-01-21T09:13:41.969408+0000 mon.smithi144 (mon.0) 964 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:13:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:42 smithi177 bash[20374]: cluster 2024-01-21T09:13:41.969473+0000 mon.smithi144 (mon.0) 965 : cluster [INF] Cluster is now healthy 2024-01-21T09:13:45.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:44 smithi177 bash[20374]: cluster 2024-01-21T09:13:42.975130+0000 mgr.smithi144.tlyrca (mgr.14186) 1269 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-21T09:13:45.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:44 smithi144 bash[16259]: cluster 2024-01-21T09:13:42.975130+0000 mgr.smithi144.tlyrca (mgr.14186) 1269 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-01-21T09:13:46.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:45 smithi177 bash[20374]: audit 2024-01-21T09:13:44.893796+0000 mon.smithi144 (mon.0) 966 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.giridr"}]: dispatch 2024-01-21T09:13:46.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:45 smithi144 bash[16259]: audit 2024-01-21T09:13:44.893796+0000 mon.smithi144 (mon.0) 966 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.giridr"}]: dispatch 2024-01-21T09:13:46.321 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:46.321 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:36.487508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.zvkkqr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-zvkkqr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.zvkkqr\nDeploy daemon haproxy.nfs.foo.smithi177.zvkkqr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.624197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.mmutsk on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-mmutsk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.mmutsk\nDeploy daemon haproxy.nfs.foo.smithi144.mmutsk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:12:40.629581Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.wxmnra on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:46.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: cephadm 2024-01-21T09:13:44.892618+0000 mgr.smithi144.tlyrca (mgr.14186) 1270 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.giridr ... 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:47.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.giridr ... 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: cephadm 2024-01-21T09:13:44.893142+0000 mgr.smithi144.tlyrca (mgr.14186) 1271 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: cephadm 2024-01-21T09:13:44.895243+0000 mgr.smithi144.tlyrca (mgr.14186) 1272 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.giridr ... 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: cephadm 2024-01-21T09:13:44.900138+0000 mgr.smithi144.tlyrca (mgr.14186) 1273 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zgzgps on smithi144 2024-01-21T09:13:47.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:46 smithi177 bash[20374]: cluster 2024-01-21T09:13:44.976141+0000 mgr.smithi144.tlyrca (mgr.14186) 1274 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: cephadm 2024-01-21T09:13:44.892618+0000 mgr.smithi144.tlyrca (mgr.14186) 1270 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:47.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.giridr ... 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:13:47.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.giridr ... 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: cephadm 2024-01-21T09:13:44.893142+0000 mgr.smithi144.tlyrca (mgr.14186) 1271 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: cephadm 2024-01-21T09:13:44.895243+0000 mgr.smithi144.tlyrca (mgr.14186) 1272 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.giridr ... 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:47.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:47.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:47.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:47.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: cephadm 2024-01-21T09:13:44.900138+0000 mgr.smithi144.tlyrca (mgr.14186) 1273 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zgzgps on smithi144 2024-01-21T09:13:47.196 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:46 smithi144 bash[16259]: cluster 2024-01-21T09:13:44.976141+0000 mgr.smithi144.tlyrca (mgr.14186) 1274 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:47.979 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:48.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:47 smithi177 bash[20374]: audit 2024-01-21T09:13:46.306263+0000 mgr.smithi144.tlyrca (mgr.14186) 1275 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:48.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:47 smithi144 bash[16259]: audit 2024-01-21T09:13:46.306263+0000 mgr.smithi144.tlyrca (mgr.14186) 1275 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:49.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:48 smithi177 bash[20374]: cluster 2024-01-21T09:13:46.976915+0000 mgr.smithi144.tlyrca (mgr.14186) 1276 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:49.119 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:48 smithi144 bash[16259]: cluster 2024-01-21T09:13:46.976915+0000 mgr.smithi144.tlyrca (mgr.14186) 1276 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:50.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:49 smithi177 bash[20374]: audit 2024-01-21T09:13:49.150812+0000 mon.smithi144 (mon.0) 967 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zgzgps"}]: dispatch 2024-01-21T09:13:50.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:49 smithi144 bash[16259]: audit 2024-01-21T09:13:49.150812+0000 mon.smithi144 (mon.0) 967 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zgzgps"}]: dispatch 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cluster 2024-01-21T09:13:48.977735+0000 mgr.smithi144.tlyrca (mgr.14186) 1277 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cephadm 2024-01-21T09:13:49.149963+0000 mgr.smithi144.tlyrca (mgr.14186) 1278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zgzgps ... 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zgzgps ... 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cephadm 2024-01-21T09:13:49.150275+0000 mgr.smithi144.tlyrca (mgr.14186) 1279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cephadm 2024-01-21T09:13:49.151947+0000 mgr.smithi144.tlyrca (mgr.14186) 1280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zgzgps ... 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cephadm 2024-01-21T09:13:49.153867+0000 mgr.smithi144.tlyrca (mgr.14186) 1281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cephadm 2024-01-21T09:13:49.155406+0000 mgr.smithi144.tlyrca (mgr.14186) 1282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cluster 2024-01-21T09:13:49.156042+0000 mgr.smithi144.tlyrca (mgr.14186) 1283 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-21T09:13:51.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:50 smithi177 bash[20374]: cluster 2024-01-21T09:13:49.776122+0000 mon.smithi144 (mon.0) 968 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cluster 2024-01-21T09:13:48.977735+0000 mgr.smithi144.tlyrca (mgr.14186) 1277 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cephadm 2024-01-21T09:13:49.149963+0000 mgr.smithi144.tlyrca (mgr.14186) 1278 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zgzgps ... 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:51.115 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:51.116 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zgzgps ... 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cephadm 2024-01-21T09:13:49.150275+0000 mgr.smithi144.tlyrca (mgr.14186) 1279 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cephadm 2024-01-21T09:13:49.151947+0000 mgr.smithi144.tlyrca (mgr.14186) 1280 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:13:51.117 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zgzgps ... 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cephadm 2024-01-21T09:13:49.153867+0000 mgr.smithi144.tlyrca (mgr.14186) 1281 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cephadm 2024-01-21T09:13:49.155406+0000 mgr.smithi144.tlyrca (mgr.14186) 1282 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cluster 2024-01-21T09:13:49.156042+0000 mgr.smithi144.tlyrca (mgr.14186) 1283 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-21T09:13:51.118 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:50 smithi144 bash[16259]: cluster 2024-01-21T09:13:49.776122+0000 mon.smithi144 (mon.0) 968 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:13:51.536 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:51.536 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:52.214 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:52 smithi177 bash[20374]: cluster 2024-01-21T09:13:51.157752+0000 mgr.smithi144.tlyrca (mgr.14186) 1284 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:13:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:52 smithi177 bash[20374]: audit 2024-01-21T09:13:51.518339+0000 mgr.smithi144.tlyrca (mgr.14186) 1285 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:52 smithi177 bash[20374]: audit 2024-01-21T09:13:52.516453+0000 mon.smithi144 (mon.0) 969 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:13:53.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:52 smithi144 bash[16259]: cluster 2024-01-21T09:13:51.157752+0000 mgr.smithi144.tlyrca (mgr.14186) 1284 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:13:53.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:52 smithi144 bash[16259]: audit 2024-01-21T09:13:51.518339+0000 mgr.smithi144.tlyrca (mgr.14186) 1285 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:53.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:52 smithi144 bash[16259]: audit 2024-01-21T09:13:52.516453+0000 mon.smithi144 (mon.0) 969 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:13:53.215 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:54 smithi177 bash[20374]: cluster 2024-01-21T09:13:53.158873+0000 mgr.smithi144.tlyrca (mgr.14186) 1286 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:13:55.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:54 smithi144 bash[16259]: cluster 2024-01-21T09:13:53.158873+0000 mgr.smithi144.tlyrca (mgr.14186) 1286 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:13:56.397 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:13:56.397 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:13:56.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:13:57.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:56 smithi177 bash[20374]: cluster 2024-01-21T09:13:55.160137+0000 mgr.smithi144.tlyrca (mgr.14186) 1287 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:13:57.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:56 smithi144 bash[16259]: cluster 2024-01-21T09:13:55.160137+0000 mgr.smithi144.tlyrca (mgr.14186) 1287 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:13:57.999 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:13:58.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:57 smithi177 bash[20374]: audit 2024-01-21T09:13:56.388288+0000 mgr.smithi144.tlyrca (mgr.14186) 1288 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:58.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:57 smithi144 bash[16259]: audit 2024-01-21T09:13:56.388288+0000 mgr.smithi144.tlyrca (mgr.14186) 1288 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:13:59.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:13:58 smithi177 bash[20374]: cluster 2024-01-21T09:13:57.161312+0000 mgr.smithi144.tlyrca (mgr.14186) 1289 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:13:59.165 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:13:58 smithi144 bash[16259]: cluster 2024-01-21T09:13:57.161312+0000 mgr.smithi144.tlyrca (mgr.14186) 1289 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:14:00.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:00 smithi144 bash[16259]: cluster 2024-01-21T09:13:59.162257+0000 mgr.smithi144.tlyrca (mgr.14186) 1290 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:14:01.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:00 smithi177 bash[20374]: cluster 2024-01-21T09:13:59.162257+0000 mgr.smithi144.tlyrca (mgr.14186) 1290 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:14:01.100 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:01.100 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:01.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:02.715 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:02 smithi177 bash[20374]: audit 2024-01-21T09:14:01.084274+0000 mgr.smithi144.tlyrca (mgr.14186) 1291 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:03.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:02 smithi177 bash[20374]: cluster 2024-01-21T09:14:01.163498+0000 mgr.smithi144.tlyrca (mgr.14186) 1292 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:03.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:02 smithi144 bash[16259]: audit 2024-01-21T09:14:01.084274+0000 mgr.smithi144.tlyrca (mgr.14186) 1291 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:02 smithi144 bash[16259]: cluster 2024-01-21T09:14:01.163498+0000 mgr.smithi144.tlyrca (mgr.14186) 1292 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:04 smithi177 bash[20374]: cluster 2024-01-21T09:14:03.164851+0000 mgr.smithi144.tlyrca (mgr.14186) 1293 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:05.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:04 smithi144 bash[16259]: cluster 2024-01-21T09:14:03.164851+0000 mgr.smithi144.tlyrca (mgr.14186) 1293 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:05.737 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:05.737 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:06.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:07.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:06 smithi144 bash[16259]: cluster 2024-01-21T09:14:05.166179+0000 mgr.smithi144.tlyrca (mgr.14186) 1294 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:07.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:06 smithi144 bash[16259]: audit 2024-01-21T09:14:05.727952+0000 mgr.smithi144.tlyrca (mgr.14186) 1295 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:07.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:06 smithi177 bash[20374]: cluster 2024-01-21T09:14:05.166179+0000 mgr.smithi144.tlyrca (mgr.14186) 1294 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:07.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:06 smithi177 bash[20374]: audit 2024-01-21T09:14:05.727952+0000 mgr.smithi144.tlyrca (mgr.14186) 1295 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:07.363 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:08.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:08 smithi144 bash[16259]: cluster 2024-01-21T09:14:07.167258+0000 mgr.smithi144.tlyrca (mgr.14186) 1296 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:09.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:08 smithi177 bash[20374]: cluster 2024-01-21T09:14:07.167258+0000 mgr.smithi144.tlyrca (mgr.14186) 1296 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:10.738 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:10.738 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:11.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:10 smithi144 bash[16259]: cluster 2024-01-21T09:14:09.168479+0000 mgr.smithi144.tlyrca (mgr.14186) 1297 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:11.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:10 smithi177 bash[20374]: cluster 2024-01-21T09:14:09.168479+0000 mgr.smithi144.tlyrca (mgr.14186) 1297 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:11.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:12.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:11 smithi144 bash[16259]: audit 2024-01-21T09:14:10.723471+0000 mgr.smithi144.tlyrca (mgr.14186) 1298 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:12.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:11 smithi177 bash[20374]: audit 2024-01-21T09:14:10.723471+0000 mgr.smithi144.tlyrca (mgr.14186) 1298 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:12.413 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:13.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:12 smithi177 bash[20374]: cluster 2024-01-21T09:14:11.169769+0000 mgr.smithi144.tlyrca (mgr.14186) 1299 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:13.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:12 smithi144 bash[16259]: cluster 2024-01-21T09:14:11.169769+0000 mgr.smithi144.tlyrca (mgr.14186) 1299 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:15.128 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:14 smithi144 bash[16259]: cluster 2024-01-21T09:14:13.170960+0000 mgr.smithi144.tlyrca (mgr.14186) 1300 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:15.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:14 smithi177 bash[20374]: cluster 2024-01-21T09:14:13.170960+0000 mgr.smithi144.tlyrca (mgr.14186) 1300 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:15.565 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:15.565 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:16.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:17.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:16 smithi144 bash[16259]: cluster 2024-01-21T09:14:15.172434+0000 mgr.smithi144.tlyrca (mgr.14186) 1301 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:17.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:16 smithi144 bash[16259]: audit 2024-01-21T09:14:15.548415+0000 mgr.smithi144.tlyrca (mgr.14186) 1302 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:17.209 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:17.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:16 smithi177 bash[20374]: cluster 2024-01-21T09:14:15.172434+0000 mgr.smithi144.tlyrca (mgr.14186) 1301 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:17.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:16 smithi177 bash[20374]: audit 2024-01-21T09:14:15.548415+0000 mgr.smithi144.tlyrca (mgr.14186) 1302 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:19.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:18 smithi144 bash[16259]: cluster 2024-01-21T09:14:17.173741+0000 mgr.smithi144.tlyrca (mgr.14186) 1303 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:19.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:18 smithi177 bash[20374]: cluster 2024-01-21T09:14:17.173741+0000 mgr.smithi144.tlyrca (mgr.14186) 1303 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:20.424 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:20.424 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:21.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:21.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:20 smithi144 bash[16259]: cluster 2024-01-21T09:14:19.174820+0000 mgr.smithi144.tlyrca (mgr.14186) 1304 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:21.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:20 smithi177 bash[20374]: cluster 2024-01-21T09:14:19.174820+0000 mgr.smithi144.tlyrca (mgr.14186) 1304 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:22.031 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:22.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:21 smithi144 bash[16259]: audit 2024-01-21T09:14:20.410671+0000 mgr.smithi144.tlyrca (mgr.14186) 1305 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:22.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:21 smithi177 bash[20374]: audit 2024-01-21T09:14:20.410671+0000 mgr.smithi144.tlyrca (mgr.14186) 1305 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:23.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:22 smithi177 bash[20374]: cluster 2024-01-21T09:14:21.176148+0000 mgr.smithi144.tlyrca (mgr.14186) 1306 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:23.157 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:22 smithi144 bash[16259]: cluster 2024-01-21T09:14:21.176148+0000 mgr.smithi144.tlyrca (mgr.14186) 1306 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:24.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:23 smithi144 bash[16259]: cluster 2024-01-21T09:14:23.177561+0000 mgr.smithi144.tlyrca (mgr.14186) 1307 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:24.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:23 smithi177 bash[20374]: cluster 2024-01-21T09:14:23.177561+0000 mgr.smithi144.tlyrca (mgr.14186) 1307 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:25.136 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:25.137 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:25.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:26.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:26 smithi144 bash[16259]: audit 2024-01-21T09:14:25.127484+0000 mgr.smithi144.tlyrca (mgr.14186) 1308 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:26.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:26 smithi144 bash[16259]: cluster 2024-01-21T09:14:25.178868+0000 mgr.smithi144.tlyrca (mgr.14186) 1309 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:26.736 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:26.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:26 smithi177 bash[20374]: audit 2024-01-21T09:14:25.127484+0000 mgr.smithi144.tlyrca (mgr.14186) 1308 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:26.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:26 smithi177 bash[20374]: cluster 2024-01-21T09:14:25.178868+0000 mgr.smithi144.tlyrca (mgr.14186) 1309 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:28.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:28 smithi177 bash[20374]: cluster 2024-01-21T09:14:27.180048+0000 mgr.smithi144.tlyrca (mgr.14186) 1310 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:28 smithi144 bash[16259]: cluster 2024-01-21T09:14:27.180048+0000 mgr.smithi144.tlyrca (mgr.14186) 1310 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:30.079 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:30.080 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:30.749 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:30 smithi144 bash[16259]: cluster 2024-01-21T09:14:29.181388+0000 mgr.smithi144.tlyrca (mgr.14186) 1311 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:30.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:30.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:30 smithi177 bash[20374]: cluster 2024-01-21T09:14:29.181388+0000 mgr.smithi144.tlyrca (mgr.14186) 1311 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:31.751 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:31.764 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:31 smithi144 bash[16259]: audit 2024-01-21T09:14:30.062983+0000 mgr.smithi144.tlyrca (mgr.14186) 1312 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:31.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:31 smithi177 bash[20374]: audit 2024-01-21T09:14:30.062983+0000 mgr.smithi144.tlyrca (mgr.14186) 1312 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:32.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:32 smithi177 bash[20374]: cluster 2024-01-21T09:14:31.182722+0000 mgr.smithi144.tlyrca (mgr.14186) 1313 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:32.866 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:32 smithi144 bash[16259]: cluster 2024-01-21T09:14:31.182722+0000 mgr.smithi144.tlyrca (mgr.14186) 1313 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:34.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:34 smithi144 bash[16259]: cluster 2024-01-21T09:14:33.183634+0000 mgr.smithi144.tlyrca (mgr.14186) 1314 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:34.811 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:34.811 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:34.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:34 smithi177 bash[20374]: cluster 2024-01-21T09:14:33.183634+0000 mgr.smithi144.tlyrca (mgr.14186) 1314 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:35.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:35.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:35 smithi177 bash[20374]: audit 2024-01-21T09:14:34.798009+0000 mgr.smithi144.tlyrca (mgr.14186) 1315 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:35.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:35 smithi144 bash[16259]: audit 2024-01-21T09:14:34.798009+0000 mgr.smithi144.tlyrca (mgr.14186) 1315 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:36.512 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:36.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:36 smithi177 bash[20374]: cluster 2024-01-21T09:14:35.184950+0000 mgr.smithi144.tlyrca (mgr.14186) 1316 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:36.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:36 smithi144 bash[16259]: cluster 2024-01-21T09:14:35.184950+0000 mgr.smithi144.tlyrca (mgr.14186) 1316 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:38.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:38 smithi177 bash[20374]: cluster 2024-01-21T09:14:37.186059+0000 mgr.smithi144.tlyrca (mgr.14186) 1317 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:38.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:38 smithi144 bash[16259]: cluster 2024-01-21T09:14:37.186059+0000 mgr.smithi144.tlyrca (mgr.14186) 1317 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:39.745 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:39.745 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:40.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:40.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:40 smithi144 bash[16259]: cluster 2024-01-21T09:14:39.187234+0000 mgr.smithi144.tlyrca (mgr.14186) 1318 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:40.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:40 smithi144 bash[16259]: audit 2024-01-21T09:14:39.731421+0000 mgr.smithi144.tlyrca (mgr.14186) 1319 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:40 smithi177 bash[20374]: cluster 2024-01-21T09:14:39.187234+0000 mgr.smithi144.tlyrca (mgr.14186) 1318 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:40.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:40 smithi177 bash[20374]: audit 2024-01-21T09:14:39.731421+0000 mgr.smithi144.tlyrca (mgr.14186) 1319 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:41.349 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:42.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:42 smithi144 bash[16259]: cluster 2024-01-21T09:14:41.188414+0000 mgr.smithi144.tlyrca (mgr.14186) 1320 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:42.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:42 smithi177 bash[20374]: cluster 2024-01-21T09:14:41.188414+0000 mgr.smithi144.tlyrca (mgr.14186) 1320 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:44.533 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:44.533 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:44.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:44 smithi177 bash[20374]: cluster 2024-01-21T09:14:43.189580+0000 mgr.smithi144.tlyrca (mgr.14186) 1321 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:44.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:44 smithi144 bash[16259]: cluster 2024-01-21T09:14:43.189580+0000 mgr.smithi144.tlyrca (mgr.14186) 1321 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:14:45.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:45.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:45 smithi177 bash[20374]: audit 2024-01-21T09:14:44.519367+0000 mgr.smithi144.tlyrca (mgr.14186) 1322 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:45.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:45 smithi144 bash[16259]: audit 2024-01-21T09:14:44.519367+0000 mgr.smithi144.tlyrca (mgr.14186) 1322 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:46.156 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:46.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:46 smithi177 bash[20374]: cluster 2024-01-21T09:14:45.190890+0000 mgr.smithi144.tlyrca (mgr.14186) 1323 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:46.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:46 smithi144 bash[16259]: cluster 2024-01-21T09:14:45.190890+0000 mgr.smithi144.tlyrca (mgr.14186) 1323 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:48.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:48 smithi177 bash[20374]: cluster 2024-01-21T09:14:47.192010+0000 mgr.smithi144.tlyrca (mgr.14186) 1324 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:48.928 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:48 smithi144 bash[16259]: cluster 2024-01-21T09:14:47.192010+0000 mgr.smithi144.tlyrca (mgr.14186) 1324 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:49.387 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:49.387 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:12:40.631567Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qqpifz on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:49.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:49 smithi144 bash[16259]: audit 2024-01-21T09:14:49.159363+0000 mon.smithi144 (mon.0) 970 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:14:49.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:49 smithi144 bash[16259]: audit 2024-01-21T09:14:49.456077+0000 mon.smithi144 (mon.0) 971 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:14:49.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:49 smithi144 bash[16259]: audit 2024-01-21T09:14:49.457069+0000 mon.smithi144 (mon.0) 972 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:14:49.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:49 smithi144 bash[16259]: audit 2024-01-21T09:14:49.464427+0000 mon.smithi144 (mon.0) 973 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:49.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:49 smithi144 bash[16259]: audit 2024-01-21T09:14:49.473698+0000 mon.smithi144 (mon.0) 974 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:14:49.692 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:49 smithi144 bash[16259]: audit 2024-01-21T09:14:49.483284+0000 mon.smithi144 (mon.0) 975 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:49.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:49 smithi177 bash[20374]: audit 2024-01-21T09:14:49.159363+0000 mon.smithi144 (mon.0) 970 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:14:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:49 smithi177 bash[20374]: audit 2024-01-21T09:14:49.456077+0000 mon.smithi144 (mon.0) 971 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:14:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:49 smithi177 bash[20374]: audit 2024-01-21T09:14:49.457069+0000 mon.smithi144 (mon.0) 972 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:14:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:49 smithi177 bash[20374]: audit 2024-01-21T09:14:49.464427+0000 mon.smithi144 (mon.0) 973 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:49 smithi177 bash[20374]: audit 2024-01-21T09:14:49.473698+0000 mon.smithi144 (mon.0) 974 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:14:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:49 smithi177 bash[20374]: audit 2024-01-21T09:14:49.483284+0000 mon.smithi144 (mon.0) 975 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:50.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:50.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:50 smithi177 bash[20374]: cluster 2024-01-21T09:14:49.193140+0000 mgr.smithi144.tlyrca (mgr.14186) 1325 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:50 smithi177 bash[20374]: audit 2024-01-21T09:14:49.374451+0000 mgr.smithi144.tlyrca (mgr.14186) 1326 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:50 smithi177 bash[20374]: cluster 2024-01-21T09:14:49.465136+0000 mgr.smithi144.tlyrca (mgr.14186) 1327 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:50 smithi177 bash[20374]: cephadm 2024-01-21T09:14:49.486040+0000 mgr.smithi144.tlyrca (mgr.14186) 1328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.lbxhzs on smithi177 2024-01-21T09:14:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:50 smithi177 bash[20374]: cluster 2024-01-21T09:14:49.519867+0000 mon.smithi144 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:14:50.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:50 smithi177 bash[20374]: cluster 2024-01-21T09:14:49.519923+0000 mon.smithi144 (mon.0) 977 : cluster [INF] Cluster is now healthy 2024-01-21T09:14:50.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:50 smithi144 bash[16259]: cluster 2024-01-21T09:14:49.193140+0000 mgr.smithi144.tlyrca (mgr.14186) 1325 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:14:50.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:50 smithi144 bash[16259]: audit 2024-01-21T09:14:49.374451+0000 mgr.smithi144.tlyrca (mgr.14186) 1326 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:50.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:50 smithi144 bash[16259]: cluster 2024-01-21T09:14:49.465136+0000 mgr.smithi144.tlyrca (mgr.14186) 1327 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:50.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:50 smithi144 bash[16259]: cephadm 2024-01-21T09:14:49.486040+0000 mgr.smithi144.tlyrca (mgr.14186) 1328 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.lbxhzs on smithi177 2024-01-21T09:14:50.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:50 smithi144 bash[16259]: cluster 2024-01-21T09:14:49.519867+0000 mon.smithi144 (mon.0) 976 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:14:50.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:50 smithi144 bash[16259]: cluster 2024-01-21T09:14:49.519923+0000 mon.smithi144 (mon.0) 977 : cluster [INF] Cluster is now healthy 2024-01-21T09:14:51.100 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:52.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:52 smithi177 bash[20374]: cluster 2024-01-21T09:14:51.465914+0000 mgr.smithi144.tlyrca (mgr.14186) 1329 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:52 smithi144 bash[16259]: cluster 2024-01-21T09:14:51.465914+0000 mgr.smithi144.tlyrca (mgr.14186) 1329 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:53.595 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:53 smithi177 bash[20374]: audit 2024-01-21T09:14:53.406912+0000 mon.smithi144 (mon.0) 978 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.lbxhzs"}]: dispatch 2024-01-21T09:14:53.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:53 smithi144 bash[16259]: audit 2024-01-21T09:14:53.406912+0000 mon.smithi144 (mon.0) 978 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.lbxhzs"}]: dispatch 2024-01-21T09:14:54.169 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:54.169 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:44.895019Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.giridr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-giridr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.giridr\nDeploy daemon haproxy.nfs.foo.smithi177.giridr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.151792Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zgzgps on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zgzgps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zgzgps\nDeploy daemon haproxy.nfs.foo.smithi144.zgzgps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:13:49.153767Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.xxsnle on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: cephadm 2024-01-21T09:14:53.405771+0000 mgr.smithi144.tlyrca (mgr.14186) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lbxhzs ... 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:14:54.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lbxhzs ... 2024-01-21T09:14:54.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: cephadm 2024-01-21T09:14:53.406308+0000 mgr.smithi144.tlyrca (mgr.14186) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: cephadm 2024-01-21T09:14:53.408548+0000 mgr.smithi144.tlyrca (mgr.14186) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.lbxhzs ... 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:54.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:54.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:54.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: cephadm 2024-01-21T09:14:53.413522+0000 mgr.smithi144.tlyrca (mgr.14186) 1333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.nqiaug on smithi144 2024-01-21T09:14:54.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: cluster 2024-01-21T09:14:53.466651+0000 mgr.smithi144.tlyrca (mgr.14186) 1334 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:54.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:54 smithi177 bash[20374]: audit 2024-01-21T09:14:54.311602+0000 mon.smithi144 (mon.0) 979 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:54.938 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: cephadm 2024-01-21T09:14:53.405771+0000 mgr.smithi144.tlyrca (mgr.14186) 1330 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lbxhzs ... 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:14:54.939 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lbxhzs ... 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:54.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: cephadm 2024-01-21T09:14:53.406308+0000 mgr.smithi144.tlyrca (mgr.14186) 1331 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: cephadm 2024-01-21T09:14:53.408548+0000 mgr.smithi144.tlyrca (mgr.14186) 1332 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.lbxhzs ... 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:54.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:54.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:54.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: cephadm 2024-01-21T09:14:53.413522+0000 mgr.smithi144.tlyrca (mgr.14186) 1333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.nqiaug on smithi144 2024-01-21T09:14:54.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: cluster 2024-01-21T09:14:53.466651+0000 mgr.smithi144.tlyrca (mgr.14186) 1334 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:54.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:54 smithi144 bash[16259]: audit 2024-01-21T09:14:54.311602+0000 mon.smithi144 (mon.0) 979 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:54.943 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:14:55.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:55 smithi177 bash[20374]: audit 2024-01-21T09:14:54.152646+0000 mgr.smithi144.tlyrca (mgr.14186) 1335 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:55.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:55 smithi144 bash[16259]: audit 2024-01-21T09:14:54.152646+0000 mgr.smithi144.tlyrca (mgr.14186) 1335 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:14:55.944 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:14:56.824 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:56 smithi144 bash[16259]: cluster 2024-01-21T09:14:55.467590+0000 mgr.smithi144.tlyrca (mgr.14186) 1336 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:56.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:56 smithi177 bash[20374]: cluster 2024-01-21T09:14:55.467590+0000 mgr.smithi144.tlyrca (mgr.14186) 1336 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:14:57.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:57 smithi144 bash[16259]: audit 2024-01-21T09:14:57.386678+0000 mon.smithi144 (mon.0) 980 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.nqiaug"}]: dispatch 2024-01-21T09:14:57.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:57 smithi177 bash[20374]: audit 2024-01-21T09:14:57.386678+0000 mon.smithi144 (mon.0) 980 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.nqiaug"}]: dispatch 2024-01-21T09:14:58.841 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: cephadm 2024-01-21T09:14:57.385401+0000 mgr.smithi144.tlyrca (mgr.14186) 1337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.841 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:58.841 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.nqiaug ... 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:14:58.842 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.nqiaug ... 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.843 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: cephadm 2024-01-21T09:14:57.385896+0000 mgr.smithi144.tlyrca (mgr.14186) 1338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: cephadm 2024-01-21T09:14:57.387960+0000 mgr.smithi144.tlyrca (mgr.14186) 1339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.nqiaug ... 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: cephadm 2024-01-21T09:14:57.392653+0000 mgr.smithi144.tlyrca (mgr.14186) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:14:58.844 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: cephadm 2024-01-21T09:14:57.396602+0000 mgr.smithi144.tlyrca (mgr.14186) 1341 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:14:58.845 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: cluster 2024-01-21T09:14:57.397517+0000 mgr.smithi144.tlyrca (mgr.14186) 1342 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:14:58.845 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: cluster 2024-01-21T09:14:57.560533+0000 mon.smithi144 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:14:58.845 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:14:58 smithi144 bash[16259]: audit 2024-01-21T09:14:57.566352+0000 mon.smithi144 (mon.0) 982 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: cephadm 2024-01-21T09:14:57.385401+0000 mgr.smithi144.tlyrca (mgr.14186) 1337 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.nqiaug ... 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:58.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:58.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.nqiaug ... 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: cephadm 2024-01-21T09:14:57.385896+0000 mgr.smithi144.tlyrca (mgr.14186) 1338 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: cephadm 2024-01-21T09:14:57.387960+0000 mgr.smithi144.tlyrca (mgr.14186) 1339 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.nqiaug ... 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: cephadm 2024-01-21T09:14:57.392653+0000 mgr.smithi144.tlyrca (mgr.14186) 1340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: cephadm 2024-01-21T09:14:57.396602+0000 mgr.smithi144.tlyrca (mgr.14186) 1341 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:14:58.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: cluster 2024-01-21T09:14:57.397517+0000 mgr.smithi144.tlyrca (mgr.14186) 1342 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:14:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: cluster 2024-01-21T09:14:57.560533+0000 mon.smithi144 (mon.0) 981 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:14:58.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:14:58 smithi177 bash[20374]: audit 2024-01-21T09:14:57.566352+0000 mon.smithi144 (mon.0) 982 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:14:59.197 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:14:59.198 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:14:59.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:00 smithi177 bash[20374]: audit 2024-01-21T09:14:59.188840+0000 mgr.smithi144.tlyrca (mgr.14186) 1343 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:00.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:00 smithi177 bash[20374]: cluster 2024-01-21T09:14:59.398754+0000 mgr.smithi144.tlyrca (mgr.14186) 1344 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:15:00.847 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:00.859 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:00 smithi144 bash[16259]: audit 2024-01-21T09:14:59.188840+0000 mgr.smithi144.tlyrca (mgr.14186) 1343 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:00.860 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:00 smithi144 bash[16259]: cluster 2024-01-21T09:14:59.398754+0000 mgr.smithi144.tlyrca (mgr.14186) 1344 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:15:02.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:02 smithi177 bash[20374]: cluster 2024-01-21T09:15:01.399880+0000 mgr.smithi144.tlyrca (mgr.14186) 1345 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:02.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:02 smithi144 bash[16259]: cluster 2024-01-21T09:15:01.399880+0000 mgr.smithi144.tlyrca (mgr.14186) 1345 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:04.146 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:04.147 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:04.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:04.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:04 smithi177 bash[20374]: cluster 2024-01-21T09:15:03.401069+0000 mgr.smithi144.tlyrca (mgr.14186) 1346 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-21T09:15:04.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:04 smithi144 bash[16259]: cluster 2024-01-21T09:15:03.401069+0000 mgr.smithi144.tlyrca (mgr.14186) 1346 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-01-21T09:15:05.774 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:05.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:05 smithi144 bash[16259]: audit 2024-01-21T09:15:04.135773+0000 mgr.smithi144.tlyrca (mgr.14186) 1347 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:06.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:05 smithi177 bash[20374]: audit 2024-01-21T09:15:04.135773+0000 mgr.smithi144.tlyrca (mgr.14186) 1347 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:06.883 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:06 smithi144 bash[16259]: cluster 2024-01-21T09:15:05.402345+0000 mgr.smithi144.tlyrca (mgr.14186) 1348 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:07.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:06 smithi177 bash[20374]: cluster 2024-01-21T09:15:05.402345+0000 mgr.smithi144.tlyrca (mgr.14186) 1348 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:08.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:08 smithi144 bash[16259]: cluster 2024-01-21T09:15:07.403464+0000 mgr.smithi144.tlyrca (mgr.14186) 1349 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:08.872 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:08.872 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:08 smithi177 bash[20374]: cluster 2024-01-21T09:15:07.403464+0000 mgr.smithi144.tlyrca (mgr.14186) 1349 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:09.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:09.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:09 smithi144 bash[16259]: audit 2024-01-21T09:15:08.855430+0000 mgr.smithi144.tlyrca (mgr.14186) 1350 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:09.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:09 smithi144 bash[16259]: audit 2024-01-21T09:15:09.308272+0000 mon.smithi144 (mon.0) 983 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:15:10.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:09 smithi177 bash[20374]: audit 2024-01-21T09:15:08.855430+0000 mgr.smithi144.tlyrca (mgr.14186) 1350 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:09 smithi177 bash[20374]: audit 2024-01-21T09:15:09.308272+0000 mon.smithi144 (mon.0) 983 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:15:10.544 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:10.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:10 smithi144 bash[16259]: cluster 2024-01-21T09:15:09.404603+0000 mgr.smithi144.tlyrca (mgr.14186) 1351 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:11.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:10 smithi177 bash[20374]: cluster 2024-01-21T09:15:09.404603+0000 mgr.smithi144.tlyrca (mgr.14186) 1351 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:12 smithi144 bash[16259]: cluster 2024-01-21T09:15:11.405657+0000 mgr.smithi144.tlyrca (mgr.14186) 1352 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:13.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:12 smithi177 bash[20374]: cluster 2024-01-21T09:15:11.405657+0000 mgr.smithi144.tlyrca (mgr.14186) 1352 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:13.726 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:13.726 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:14.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:14.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:14 smithi144 bash[16259]: cluster 2024-01-21T09:15:13.406861+0000 mgr.smithi144.tlyrca (mgr.14186) 1353 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:14.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:14 smithi144 bash[16259]: audit 2024-01-21T09:15:13.717695+0000 mgr.smithi144.tlyrca (mgr.14186) 1354 : audit [DBG] from='client.25173 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:15.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:14 smithi177 bash[20374]: cluster 2024-01-21T09:15:13.406861+0000 mgr.smithi144.tlyrca (mgr.14186) 1353 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:15.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:14 smithi177 bash[20374]: audit 2024-01-21T09:15:13.717695+0000 mgr.smithi144.tlyrca (mgr.14186) 1354 : audit [DBG] from='client.25173 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:15.357 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:16.727 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:16 smithi144 bash[16259]: cluster 2024-01-21T09:15:15.408164+0000 mgr.smithi144.tlyrca (mgr.14186) 1355 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:17.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:16 smithi177 bash[20374]: cluster 2024-01-21T09:15:15.408164+0000 mgr.smithi144.tlyrca (mgr.14186) 1355 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:18.582 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:18.583 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:18.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:18 smithi144 bash[16259]: cluster 2024-01-21T09:15:17.409396+0000 mgr.smithi144.tlyrca (mgr.14186) 1356 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:19.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:18 smithi177 bash[20374]: cluster 2024-01-21T09:15:17.409396+0000 mgr.smithi144.tlyrca (mgr.14186) 1356 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:19.226 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:19.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:19 smithi144 bash[16259]: audit 2024-01-21T09:15:18.570741+0000 mgr.smithi144.tlyrca (mgr.14186) 1357 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:20.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:19 smithi177 bash[20374]: audit 2024-01-21T09:15:18.570741+0000 mgr.smithi144.tlyrca (mgr.14186) 1357 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:20.227 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:21.038 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:20 smithi144 bash[16259]: cluster 2024-01-21T09:15:19.410715+0000 mgr.smithi144.tlyrca (mgr.14186) 1358 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:21.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:20 smithi177 bash[20374]: cluster 2024-01-21T09:15:19.410715+0000 mgr.smithi144.tlyrca (mgr.14186) 1358 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:22.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:22 smithi144 bash[16259]: cluster 2024-01-21T09:15:21.411974+0000 mgr.smithi144.tlyrca (mgr.14186) 1359 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:23.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:22 smithi177 bash[20374]: cluster 2024-01-21T09:15:21.411974+0000 mgr.smithi144.tlyrca (mgr.14186) 1359 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:23.366 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:23.366 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:24.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:24.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:24 smithi144 bash[16259]: audit 2024-01-21T09:15:23.356364+0000 mgr.smithi144.tlyrca (mgr.14186) 1360 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:24.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:24 smithi144 bash[16259]: cluster 2024-01-21T09:15:23.413127+0000 mgr.smithi144.tlyrca (mgr.14186) 1361 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:25.020 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:25.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:24 smithi177 bash[20374]: audit 2024-01-21T09:15:23.356364+0000 mgr.smithi144.tlyrca (mgr.14186) 1360 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:25.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:24 smithi177 bash[20374]: cluster 2024-01-21T09:15:23.413127+0000 mgr.smithi144.tlyrca (mgr.14186) 1361 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:26.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:26 smithi144 bash[16259]: cluster 2024-01-21T09:15:25.414461+0000 mgr.smithi144.tlyrca (mgr.14186) 1362 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:27.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:26 smithi177 bash[20374]: cluster 2024-01-21T09:15:25.414461+0000 mgr.smithi144.tlyrca (mgr.14186) 1362 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:28.169 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:28.169 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:28.773 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:28 smithi144 bash[16259]: cluster 2024-01-21T09:15:27.415558+0000 mgr.smithi144.tlyrca (mgr.14186) 1363 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:29.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:28 smithi177 bash[20374]: cluster 2024-01-21T09:15:27.415558+0000 mgr.smithi144.tlyrca (mgr.14186) 1363 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:29.774 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:29.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:29 smithi144 bash[16259]: audit 2024-01-21T09:15:28.153875+0000 mgr.smithi144.tlyrca (mgr.14186) 1364 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:30.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:29 smithi177 bash[20374]: audit 2024-01-21T09:15:28.153875+0000 mgr.smithi144.tlyrca (mgr.14186) 1364 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:30.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:30 smithi144 bash[16259]: cluster 2024-01-21T09:15:29.416742+0000 mgr.smithi144.tlyrca (mgr.14186) 1365 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:31.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:30 smithi177 bash[20374]: cluster 2024-01-21T09:15:29.416742+0000 mgr.smithi144.tlyrca (mgr.14186) 1365 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:32.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:32 smithi144 bash[16259]: cluster 2024-01-21T09:15:31.417940+0000 mgr.smithi144.tlyrca (mgr.14186) 1366 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:32.954 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:32.954 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:33.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:32 smithi177 bash[20374]: cluster 2024-01-21T09:15:31.417940+0000 mgr.smithi144.tlyrca (mgr.14186) 1366 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:33.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:34.544 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:34.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:34 smithi144 bash[16259]: audit 2024-01-21T09:15:32.937818+0000 mgr.smithi144.tlyrca (mgr.14186) 1367 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:34.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:34 smithi144 bash[16259]: cluster 2024-01-21T09:15:33.419155+0000 mgr.smithi144.tlyrca (mgr.14186) 1368 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:35.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:34 smithi177 bash[20374]: audit 2024-01-21T09:15:32.937818+0000 mgr.smithi144.tlyrca (mgr.14186) 1367 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:35.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:34 smithi177 bash[20374]: cluster 2024-01-21T09:15:33.419155+0000 mgr.smithi144.tlyrca (mgr.14186) 1368 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:37.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:36 smithi177 bash[20374]: cluster 2024-01-21T09:15:35.420408+0000 mgr.smithi144.tlyrca (mgr.14186) 1369 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:37.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:36 smithi144 bash[16259]: cluster 2024-01-21T09:15:35.420408+0000 mgr.smithi144.tlyrca (mgr.14186) 1369 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:37.794 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:37.794 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:38.371 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:39.005 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:38 smithi144 bash[16259]: cluster 2024-01-21T09:15:37.421349+0000 mgr.smithi144.tlyrca (mgr.14186) 1370 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:39.005 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:38 smithi144 bash[16259]: audit 2024-01-21T09:15:37.778956+0000 mgr.smithi144.tlyrca (mgr.14186) 1371 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:39.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:38 smithi177 bash[20374]: cluster 2024-01-21T09:15:37.421349+0000 mgr.smithi144.tlyrca (mgr.14186) 1370 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:39.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:38 smithi177 bash[20374]: audit 2024-01-21T09:15:37.778956+0000 mgr.smithi144.tlyrca (mgr.14186) 1371 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:39.372 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:41.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:40 smithi177 bash[20374]: cluster 2024-01-21T09:15:39.422543+0000 mgr.smithi144.tlyrca (mgr.14186) 1372 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:41.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:40 smithi144 bash[16259]: cluster 2024-01-21T09:15:39.422543+0000 mgr.smithi144.tlyrca (mgr.14186) 1372 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:42.504 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:42.504 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:42.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:42 smithi144 bash[16259]: cluster 2024-01-21T09:15:41.423727+0000 mgr.smithi144.tlyrca (mgr.14186) 1373 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:43.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:42 smithi177 bash[20374]: cluster 2024-01-21T09:15:41.423727+0000 mgr.smithi144.tlyrca (mgr.14186) 1373 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:43.132 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:44.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:43 smithi177 bash[20374]: audit 2024-01-21T09:15:42.493683+0000 mgr.smithi144.tlyrca (mgr.14186) 1374 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:44.133 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:44.146 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:43 smithi144 bash[16259]: audit 2024-01-21T09:15:42.493683+0000 mgr.smithi144.tlyrca (mgr.14186) 1374 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:45.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:44 smithi177 bash[20374]: cluster 2024-01-21T09:15:43.424909+0000 mgr.smithi144.tlyrca (mgr.14186) 1375 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:45.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:44 smithi144 bash[16259]: cluster 2024-01-21T09:15:43.424909+0000 mgr.smithi144.tlyrca (mgr.14186) 1375 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:47.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:46 smithi177 bash[20374]: cluster 2024-01-21T09:15:45.426005+0000 mgr.smithi144.tlyrca (mgr.14186) 1376 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:47.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:46 smithi144 bash[16259]: cluster 2024-01-21T09:15:45.426005+0000 mgr.smithi144.tlyrca (mgr.14186) 1376 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:47.340 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:47.340 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:48.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:49.004 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:48 smithi144 bash[16259]: audit 2024-01-21T09:15:47.325742+0000 mgr.smithi144.tlyrca (mgr.14186) 1377 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:49.004 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:48 smithi144 bash[16259]: cluster 2024-01-21T09:15:47.427061+0000 mgr.smithi144.tlyrca (mgr.14186) 1378 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:49.004 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:49.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:48 smithi177 bash[20374]: audit 2024-01-21T09:15:47.325742+0000 mgr.smithi144.tlyrca (mgr.14186) 1377 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:49.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:48 smithi177 bash[20374]: cluster 2024-01-21T09:15:47.427061+0000 mgr.smithi144.tlyrca (mgr.14186) 1378 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:51.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:50 smithi177 bash[20374]: cluster 2024-01-21T09:15:49.428348+0000 mgr.smithi144.tlyrca (mgr.14186) 1379 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:51.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:50 smithi144 bash[16259]: cluster 2024-01-21T09:15:49.428348+0000 mgr.smithi144.tlyrca (mgr.14186) 1379 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:52.239 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:52.239 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:52.859 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:53.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:52 smithi177 bash[20374]: cluster 2024-01-21T09:15:51.429132+0000 mgr.smithi144.tlyrca (mgr.14186) 1380 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:53.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:52 smithi144 bash[16259]: cluster 2024-01-21T09:15:51.429132+0000 mgr.smithi144.tlyrca (mgr.14186) 1380 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:53.860 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:54.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:53 smithi177 bash[20374]: audit 2024-01-21T09:15:52.223083+0000 mgr.smithi144.tlyrca (mgr.14186) 1381 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:54.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:53 smithi144 bash[16259]: audit 2024-01-21T09:15:52.223083+0000 mgr.smithi144.tlyrca (mgr.14186) 1381 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:55.064 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:54 smithi144 bash[16259]: cluster 2024-01-21T09:15:53.430284+0000 mgr.smithi144.tlyrca (mgr.14186) 1382 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:55.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:54 smithi177 bash[20374]: cluster 2024-01-21T09:15:53.430284+0000 mgr.smithi144.tlyrca (mgr.14186) 1382 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:15:56.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:56 smithi144 bash[16259]: cluster 2024-01-21T09:15:55.431617+0000 mgr.smithi144.tlyrca (mgr.14186) 1383 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:57.010 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:15:57.010 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:13:49.155309Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.hlpevu on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:15:57.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:56 smithi177 bash[20374]: cluster 2024-01-21T09:15:55.431617+0000 mgr.smithi144.tlyrca (mgr.14186) 1383 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:57.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:15:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:57 smithi144 bash[16259]: audit 2024-01-21T09:15:57.400834+0000 mon.smithi144 (mon.0) 984 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:15:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:57 smithi144 bash[16259]: audit 2024-01-21T09:15:57.724525+0000 mon.smithi144 (mon.0) 985 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:15:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:57 smithi144 bash[16259]: audit 2024-01-21T09:15:57.726419+0000 mon.smithi144 (mon.0) 986 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:15:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:57 smithi144 bash[16259]: audit 2024-01-21T09:15:57.735924+0000 mon.smithi144 (mon.0) 987 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:15:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:57 smithi144 bash[16259]: audit 2024-01-21T09:15:57.745612+0000 mon.smithi144 (mon.0) 988 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:15:57.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:57 smithi144 bash[16259]: audit 2024-01-21T09:15:57.757925+0000 mon.smithi144 (mon.0) 989 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:15:58.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:57 smithi177 bash[20374]: audit 2024-01-21T09:15:57.400834+0000 mon.smithi144 (mon.0) 984 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:15:58.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:57 smithi177 bash[20374]: audit 2024-01-21T09:15:57.724525+0000 mon.smithi144 (mon.0) 985 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:15:58.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:57 smithi177 bash[20374]: audit 2024-01-21T09:15:57.726419+0000 mon.smithi144 (mon.0) 986 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:15:58.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:57 smithi177 bash[20374]: audit 2024-01-21T09:15:57.735924+0000 mon.smithi144 (mon.0) 987 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:15:58.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:57 smithi177 bash[20374]: audit 2024-01-21T09:15:57.745612+0000 mon.smithi144 (mon.0) 988 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:15:58.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:57 smithi177 bash[20374]: audit 2024-01-21T09:15:57.757925+0000 mon.smithi144 (mon.0) 989 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:15:58.612 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:15:58.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:58 smithi144 bash[16259]: audit 2024-01-21T09:15:56.994110+0000 mgr.smithi144.tlyrca (mgr.14186) 1384 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:58 smithi144 bash[16259]: cluster 2024-01-21T09:15:57.432569+0000 mgr.smithi144.tlyrca (mgr.14186) 1385 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:58 smithi144 bash[16259]: cluster 2024-01-21T09:15:57.737004+0000 mgr.smithi144.tlyrca (mgr.14186) 1386 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:15:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:58 smithi144 bash[16259]: cephadm 2024-01-21T09:15:57.760968+0000 mgr.smithi144.tlyrca (mgr.14186) 1387 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.cvgddh on smithi177 2024-01-21T09:15:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:58 smithi144 bash[16259]: cluster 2024-01-21T09:15:57.775445+0000 mon.smithi144 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:15:58.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:15:58 smithi144 bash[16259]: cluster 2024-01-21T09:15:57.775505+0000 mon.smithi144 (mon.0) 991 : cluster [INF] Cluster is now healthy 2024-01-21T09:15:59.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:58 smithi177 bash[20374]: audit 2024-01-21T09:15:56.994110+0000 mgr.smithi144.tlyrca (mgr.14186) 1384 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:15:59.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:58 smithi177 bash[20374]: cluster 2024-01-21T09:15:57.432569+0000 mgr.smithi144.tlyrca (mgr.14186) 1385 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:15:59.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:58 smithi177 bash[20374]: cluster 2024-01-21T09:15:57.737004+0000 mgr.smithi144.tlyrca (mgr.14186) 1386 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:15:59.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:58 smithi177 bash[20374]: cephadm 2024-01-21T09:15:57.760968+0000 mgr.smithi144.tlyrca (mgr.14186) 1387 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.cvgddh on smithi177 2024-01-21T09:15:59.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:58 smithi177 bash[20374]: cluster 2024-01-21T09:15:57.775445+0000 mon.smithi144 (mon.0) 990 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:15:59.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:15:58 smithi177 bash[20374]: cluster 2024-01-21T09:15:57.775505+0000 mon.smithi144 (mon.0) 991 : cluster [INF] Cluster is now healthy 2024-01-21T09:16:00.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:00 smithi177 bash[20374]: cluster 2024-01-21T09:15:59.738131+0000 mgr.smithi144.tlyrca (mgr.14186) 1388 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:00.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:00 smithi144 bash[16259]: cluster 2024-01-21T09:15:59.738131+0000 mgr.smithi144.tlyrca (mgr.14186) 1388 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:01.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:01 smithi144 bash[16259]: audit 2024-01-21T09:16:01.676476+0000 mon.smithi144 (mon.0) 992 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.cvgddh"}]: dispatch 2024-01-21T09:16:02.057 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:02.057 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:53.408263Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.lbxhzs on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-lbxhzs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.lbxhzs\nDeploy daemon haproxy.nfs.foo.smithi177.lbxhzs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.387736Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.nqiaug on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-nqiaug\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.nqiaug\nDeploy daemon haproxy.nfs.foo.smithi144.nqiaug ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:14:57.392415Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpnfxr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:02.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:01 smithi177 bash[20374]: audit 2024-01-21T09:16:01.676476+0000 mon.smithi144 (mon.0) 992 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.cvgddh"}]: dispatch 2024-01-21T09:16:02.755 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:03.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: cephadm 2024-01-21T09:16:01.675246+0000 mgr.smithi144.tlyrca (mgr.14186) 1389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:03.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.cvgddh ... 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:16:03.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.cvgddh ... 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: cephadm 2024-01-21T09:16:01.675696+0000 mgr.smithi144.tlyrca (mgr.14186) 1390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: cephadm 2024-01-21T09:16:01.678337+0000 mgr.smithi144.tlyrca (mgr.14186) 1391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:03.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.cvgddh ... 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: cephadm 2024-01-21T09:16:01.684305+0000 mgr.smithi144.tlyrca (mgr.14186) 1392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.dudndv on smithi144 2024-01-21T09:16:03.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:02 smithi177 bash[20374]: cluster 2024-01-21T09:16:01.738862+0000 mgr.smithi144.tlyrca (mgr.14186) 1393 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:03.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: cephadm 2024-01-21T09:16:01.675246+0000 mgr.smithi144.tlyrca (mgr.14186) 1389 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:03.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.cvgddh ... 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:16:03.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.cvgddh ... 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:03.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: cephadm 2024-01-21T09:16:01.675696+0000 mgr.smithi144.tlyrca (mgr.14186) 1390 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: cephadm 2024-01-21T09:16:01.678337+0000 mgr.smithi144.tlyrca (mgr.14186) 1391 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.cvgddh ... 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:03.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: cephadm 2024-01-21T09:16:01.684305+0000 mgr.smithi144.tlyrca (mgr.14186) 1392 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.dudndv on smithi144 2024-01-21T09:16:03.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:02 smithi144 bash[16259]: cluster 2024-01-21T09:16:01.738862+0000 mgr.smithi144.tlyrca (mgr.14186) 1393 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:03.757 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:03 smithi177 bash[20374]: audit 2024-01-21T09:16:02.046528+0000 mgr.smithi144.tlyrca (mgr.14186) 1394 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:04.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:03 smithi144 bash[16259]: audit 2024-01-21T09:16:02.046528+0000 mgr.smithi144.tlyrca (mgr.14186) 1394 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:05.064 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:04 smithi144 bash[16259]: cluster 2024-01-21T09:16:03.739853+0000 mgr.smithi144.tlyrca (mgr.14186) 1395 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:05.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:04 smithi177 bash[20374]: cluster 2024-01-21T09:16:03.739853+0000 mgr.smithi144.tlyrca (mgr.14186) 1395 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:07.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:06 smithi177 bash[20374]: cluster 2024-01-21T09:16:05.740845+0000 mgr.smithi144.tlyrca (mgr.14186) 1396 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:07.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:06 smithi177 bash[20374]: audit 2024-01-21T09:16:05.932162+0000 mon.smithi144 (mon.0) 993 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.dudndv"}]: dispatch 2024-01-21T09:16:07.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:06 smithi144 bash[16259]: cluster 2024-01-21T09:16:05.740845+0000 mgr.smithi144.tlyrca (mgr.14186) 1396 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2024-01-21T09:16:07.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:06 smithi144 bash[16259]: audit 2024-01-21T09:16:05.932162+0000 mon.smithi144 (mon.0) 993 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.dudndv"}]: dispatch 2024-01-21T09:16:07.320 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:07.321 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:07.970 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:08.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: cephadm 2024-01-21T09:16:05.931322+0000 mgr.smithi144.tlyrca (mgr.14186) 1397 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.dudndv ... 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:16:08.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.dudndv ... 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: cephadm 2024-01-21T09:16:05.931663+0000 mgr.smithi144.tlyrca (mgr.14186) 1398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: cephadm 2024-01-21T09:16:05.933435+0000 mgr.smithi144.tlyrca (mgr.14186) 1399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.dudndv ... 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: cephadm 2024-01-21T09:16:05.935561+0000 mgr.smithi144.tlyrca (mgr.14186) 1400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: cephadm 2024-01-21T09:16:05.937175+0000 mgr.smithi144.tlyrca (mgr.14186) 1401 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: cluster 2024-01-21T09:16:05.937909+0000 mgr.smithi144.tlyrca (mgr.14186) 1402 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: cluster 2024-01-21T09:16:06.800255+0000 mon.smithi144 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:16:08.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:07 smithi177 bash[20374]: audit 2024-01-21T09:16:07.616224+0000 mon.smithi144 (mon.0) 995 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:16:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: cephadm 2024-01-21T09:16:05.931322+0000 mgr.smithi144.tlyrca (mgr.14186) 1397 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:08.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.dudndv ... 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:16:08.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.dudndv ... 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:08.193 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: cephadm 2024-01-21T09:16:05.931663+0000 mgr.smithi144.tlyrca (mgr.14186) 1398 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: cephadm 2024-01-21T09:16:05.933435+0000 mgr.smithi144.tlyrca (mgr.14186) 1399 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.dudndv ... 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: cephadm 2024-01-21T09:16:05.935561+0000 mgr.smithi144.tlyrca (mgr.14186) 1400 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:16:08.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: cephadm 2024-01-21T09:16:05.937175+0000 mgr.smithi144.tlyrca (mgr.14186) 1401 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:16:08.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: cluster 2024-01-21T09:16:05.937909+0000 mgr.smithi144.tlyrca (mgr.14186) 1402 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 120 B/s rd, 0 op/s 2024-01-21T09:16:08.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: cluster 2024-01-21T09:16:06.800255+0000 mon.smithi144 (mon.0) 994 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:16:08.195 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:07 smithi144 bash[16259]: audit 2024-01-21T09:16:07.616224+0000 mon.smithi144 (mon.0) 995 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:16:08.972 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:09.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:08 smithi177 bash[20374]: audit 2024-01-21T09:16:07.304195+0000 mgr.smithi144.tlyrca (mgr.14186) 1403 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:09.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:08 smithi144 bash[16259]: audit 2024-01-21T09:16:07.304195+0000 mgr.smithi144.tlyrca (mgr.14186) 1403 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:09 smithi177 bash[20374]: cluster 2024-01-21T09:16:07.938499+0000 mgr.smithi144.tlyrca (mgr.14186) 1404 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:10.152 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:09 smithi144 bash[16259]: cluster 2024-01-21T09:16:07.938499+0000 mgr.smithi144.tlyrca (mgr.14186) 1404 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:11.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:11 smithi144 bash[16259]: cluster 2024-01-21T09:16:09.939825+0000 mgr.smithi144.tlyrca (mgr.14186) 1405 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:12.074 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:12.074 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:12.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:11 smithi177 bash[20374]: cluster 2024-01-21T09:16:09.939825+0000 mgr.smithi144.tlyrca (mgr.14186) 1405 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:12.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:13.719 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:13 smithi177 bash[20374]: cluster 2024-01-21T09:16:11.940906+0000 mgr.smithi144.tlyrca (mgr.14186) 1406 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:13 smithi177 bash[20374]: audit 2024-01-21T09:16:12.064299+0000 mgr.smithi144.tlyrca (mgr.14186) 1407 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:14.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:13 smithi144 bash[16259]: cluster 2024-01-21T09:16:11.940906+0000 mgr.smithi144.tlyrca (mgr.14186) 1406 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:14.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:13 smithi144 bash[16259]: audit 2024-01-21T09:16:12.064299+0000 mgr.smithi144.tlyrca (mgr.14186) 1407 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:16.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:15 smithi144 bash[16259]: cluster 2024-01-21T09:16:13.941766+0000 mgr.smithi144.tlyrca (mgr.14186) 1408 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:16.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:15 smithi177 bash[20374]: cluster 2024-01-21T09:16:13.941766+0000 mgr.smithi144.tlyrca (mgr.14186) 1408 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:17.018 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:17.019 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:17.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:17.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:17 smithi144 bash[16259]: cluster 2024-01-21T09:16:15.942822+0000 mgr.smithi144.tlyrca (mgr.14186) 1409 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:18.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:17 smithi177 bash[20374]: cluster 2024-01-21T09:16:15.942822+0000 mgr.smithi144.tlyrca (mgr.14186) 1409 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:16:18.621 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:18.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:18 smithi144 bash[16259]: audit 2024-01-21T09:16:17.006927+0000 mgr.smithi144.tlyrca (mgr.14186) 1410 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:19.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:18 smithi177 bash[20374]: audit 2024-01-21T09:16:17.006927+0000 mgr.smithi144.tlyrca (mgr.14186) 1410 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:20.140 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:19 smithi144 bash[16259]: cluster 2024-01-21T09:16:17.943952+0000 mgr.smithi144.tlyrca (mgr.14186) 1411 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:20.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:19 smithi177 bash[20374]: cluster 2024-01-21T09:16:17.943952+0000 mgr.smithi144.tlyrca (mgr.14186) 1411 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:21.889 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:21.889 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:22.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:21 smithi144 bash[16259]: cluster 2024-01-21T09:16:19.945424+0000 mgr.smithi144.tlyrca (mgr.14186) 1412 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:22.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:21 smithi177 bash[20374]: cluster 2024-01-21T09:16:19.945424+0000 mgr.smithi144.tlyrca (mgr.14186) 1412 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:22.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:23.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:22 smithi177 bash[20374]: audit 2024-01-21T09:16:21.877607+0000 mgr.smithi144.tlyrca (mgr.14186) 1413 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:23.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:22 smithi144 bash[16259]: audit 2024-01-21T09:16:21.877607+0000 mgr.smithi144.tlyrca (mgr.14186) 1413 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:23.524 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:24.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:23 smithi144 bash[16259]: cluster 2024-01-21T09:16:21.946704+0000 mgr.smithi144.tlyrca (mgr.14186) 1414 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:24.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:23 smithi177 bash[20374]: cluster 2024-01-21T09:16:21.946704+0000 mgr.smithi144.tlyrca (mgr.14186) 1414 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:26.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:25 smithi144 bash[16259]: cluster 2024-01-21T09:16:23.947897+0000 mgr.smithi144.tlyrca (mgr.14186) 1415 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:26.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:25 smithi177 bash[20374]: cluster 2024-01-21T09:16:23.947897+0000 mgr.smithi144.tlyrca (mgr.14186) 1415 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:26.946 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:26.946 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:27.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:28.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:27 smithi144 bash[16259]: cluster 2024-01-21T09:16:25.948653+0000 mgr.smithi144.tlyrca (mgr.14186) 1416 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:28.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:27 smithi177 bash[20374]: cluster 2024-01-21T09:16:25.948653+0000 mgr.smithi144.tlyrca (mgr.14186) 1416 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:28.599 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:29.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:28 smithi144 bash[16259]: audit 2024-01-21T09:16:26.936195+0000 mgr.smithi144.tlyrca (mgr.14186) 1417 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:29.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:28 smithi177 bash[20374]: audit 2024-01-21T09:16:26.936195+0000 mgr.smithi144.tlyrca (mgr.14186) 1417 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:30.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:29 smithi144 bash[16259]: cluster 2024-01-21T09:16:27.949786+0000 mgr.smithi144.tlyrca (mgr.14186) 1418 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:30.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:29 smithi177 bash[20374]: cluster 2024-01-21T09:16:27.949786+0000 mgr.smithi144.tlyrca (mgr.14186) 1418 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:31.862 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:31.862 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:32.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:31 smithi144 bash[16259]: cluster 2024-01-21T09:16:29.951147+0000 mgr.smithi144.tlyrca (mgr.14186) 1419 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:32.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:31 smithi177 bash[20374]: cluster 2024-01-21T09:16:29.951147+0000 mgr.smithi144.tlyrca (mgr.14186) 1419 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:32.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:33.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:32 smithi177 bash[20374]: audit 2024-01-21T09:16:31.853633+0000 mgr.smithi144.tlyrca (mgr.14186) 1420 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:33.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:32 smithi144 bash[16259]: audit 2024-01-21T09:16:31.853633+0000 mgr.smithi144.tlyrca (mgr.14186) 1420 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:33.485 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:34.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:33 smithi144 bash[16259]: cluster 2024-01-21T09:16:31.952266+0000 mgr.smithi144.tlyrca (mgr.14186) 1421 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:33 smithi177 bash[20374]: cluster 2024-01-21T09:16:31.952266+0000 mgr.smithi144.tlyrca (mgr.14186) 1421 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:35.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:35 smithi177 bash[20374]: cluster 2024-01-21T09:16:33.953402+0000 mgr.smithi144.tlyrca (mgr.14186) 1422 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:35.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:35 smithi144 bash[16259]: cluster 2024-01-21T09:16:33.953402+0000 mgr.smithi144.tlyrca (mgr.14186) 1422 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:36.851 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:36.851 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:37.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:37.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:37 smithi177 bash[20374]: cluster 2024-01-21T09:16:35.954370+0000 mgr.smithi144.tlyrca (mgr.14186) 1423 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:37.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:37 smithi177 bash[20374]: audit 2024-01-21T09:16:36.837910+0000 mgr.smithi144.tlyrca (mgr.14186) 1424 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:37.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:37 smithi144 bash[16259]: cluster 2024-01-21T09:16:35.954370+0000 mgr.smithi144.tlyrca (mgr.14186) 1423 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:37.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:37 smithi144 bash[16259]: audit 2024-01-21T09:16:36.837910+0000 mgr.smithi144.tlyrca (mgr.14186) 1424 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:38.459 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:39.766 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:39 smithi144 bash[16259]: cluster 2024-01-21T09:16:37.955620+0000 mgr.smithi144.tlyrca (mgr.14186) 1425 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:39.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:39 smithi177 bash[20374]: cluster 2024-01-21T09:16:37.955620+0000 mgr.smithi144.tlyrca (mgr.14186) 1425 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:41.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:41 smithi144 bash[16259]: cluster 2024-01-21T09:16:39.956656+0000 mgr.smithi144.tlyrca (mgr.14186) 1426 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:41.776 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:41.776 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:41.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:41 smithi177 bash[20374]: cluster 2024-01-21T09:16:39.956656+0000 mgr.smithi144.tlyrca (mgr.14186) 1426 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:42.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:42.803 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:42 smithi177 bash[20374]: audit 2024-01-21T09:16:41.762628+0000 mgr.smithi144.tlyrca (mgr.14186) 1427 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:42.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:42 smithi144 bash[16259]: audit 2024-01-21T09:16:41.762628+0000 mgr.smithi144.tlyrca (mgr.14186) 1427 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:43.464 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:43.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:43 smithi177 bash[20374]: cluster 2024-01-21T09:16:41.957328+0000 mgr.smithi144.tlyrca (mgr.14186) 1428 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:43.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:43 smithi144 bash[16259]: cluster 2024-01-21T09:16:41.957328+0000 mgr.smithi144.tlyrca (mgr.14186) 1428 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:45.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:45 smithi177 bash[20374]: cluster 2024-01-21T09:16:43.958468+0000 mgr.smithi144.tlyrca (mgr.14186) 1429 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:45.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:45 smithi144 bash[16259]: cluster 2024-01-21T09:16:43.958468+0000 mgr.smithi144.tlyrca (mgr.14186) 1429 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:46.752 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:46.752 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:47.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:47 smithi144 bash[16259]: cluster 2024-01-21T09:16:45.959645+0000 mgr.smithi144.tlyrca (mgr.14186) 1430 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:47.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:47 smithi144 bash[16259]: audit 2024-01-21T09:16:46.735880+0000 mgr.smithi144.tlyrca (mgr.14186) 1431 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:47.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:47 smithi177 bash[20374]: cluster 2024-01-21T09:16:45.959645+0000 mgr.smithi144.tlyrca (mgr.14186) 1430 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:47 smithi177 bash[20374]: audit 2024-01-21T09:16:46.735880+0000 mgr.smithi144.tlyrca (mgr.14186) 1431 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:48.338 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:49.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:49 smithi177 bash[20374]: cluster 2024-01-21T09:16:47.960805+0000 mgr.smithi144.tlyrca (mgr.14186) 1432 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:49.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:49 smithi144 bash[16259]: cluster 2024-01-21T09:16:47.960805+0000 mgr.smithi144.tlyrca (mgr.14186) 1432 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:51.466 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:51.466 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:51.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:51 smithi177 bash[20374]: cluster 2024-01-21T09:16:49.962060+0000 mgr.smithi144.tlyrca (mgr.14186) 1433 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:51.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:51 smithi144 bash[16259]: cluster 2024-01-21T09:16:49.962060+0000 mgr.smithi144.tlyrca (mgr.14186) 1433 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:52.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:52.802 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:52 smithi177 bash[20374]: audit 2024-01-21T09:16:51.451452+0000 mgr.smithi144.tlyrca (mgr.14186) 1434 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:52.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:52 smithi144 bash[16259]: audit 2024-01-21T09:16:51.451452+0000 mgr.smithi144.tlyrca (mgr.14186) 1434 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:53.062 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:53.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:53 smithi177 bash[20374]: cluster 2024-01-21T09:16:51.963152+0000 mgr.smithi144.tlyrca (mgr.14186) 1435 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:53.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:53 smithi144 bash[16259]: cluster 2024-01-21T09:16:51.963152+0000 mgr.smithi144.tlyrca (mgr.14186) 1435 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:55.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:55 smithi177 bash[20374]: cluster 2024-01-21T09:16:53.964339+0000 mgr.smithi144.tlyrca (mgr.14186) 1436 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:55.848 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:55 smithi144 bash[16259]: cluster 2024-01-21T09:16:53.964339+0000 mgr.smithi144.tlyrca (mgr.14186) 1436 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:16:56.287 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:16:56.287 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:16:56.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:16:57.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:57 smithi177 bash[20374]: cluster 2024-01-21T09:16:55.965333+0000 mgr.smithi144.tlyrca (mgr.14186) 1437 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:57.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:57 smithi177 bash[20374]: audit 2024-01-21T09:16:56.278655+0000 mgr.smithi144.tlyrca (mgr.14186) 1438 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:57.928 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:16:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:57 smithi144 bash[16259]: cluster 2024-01-21T09:16:55.965333+0000 mgr.smithi144.tlyrca (mgr.14186) 1437 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:57.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:57 smithi144 bash[16259]: audit 2024-01-21T09:16:56.278655+0000 mgr.smithi144.tlyrca (mgr.14186) 1438 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:16:59.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:16:59 smithi144 bash[16259]: cluster 2024-01-21T09:16:57.966194+0000 mgr.smithi144.tlyrca (mgr.14186) 1439 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:16:59.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:16:59 smithi177 bash[20374]: cluster 2024-01-21T09:16:57.966194+0000 mgr.smithi144.tlyrca (mgr.14186) 1439 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:01.232 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:01.232 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:01.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:01 smithi177 bash[20374]: cluster 2024-01-21T09:16:59.967459+0000 mgr.smithi144.tlyrca (mgr.14186) 1440 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:01.928 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:01 smithi144 bash[16259]: cluster 2024-01-21T09:16:59.967459+0000 mgr.smithi144.tlyrca (mgr.14186) 1440 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:01.929 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:02.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:02 smithi177 bash[20374]: audit 2024-01-21T09:17:01.215389+0000 mgr.smithi144.tlyrca (mgr.14186) 1441 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:02.930 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:02.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:02 smithi144 bash[16259]: audit 2024-01-21T09:17:01.215389+0000 mgr.smithi144.tlyrca (mgr.14186) 1441 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:03.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:03 smithi177 bash[20374]: cluster 2024-01-21T09:17:01.968580+0000 mgr.smithi144.tlyrca (mgr.14186) 1442 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:03.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:03 smithi144 bash[16259]: cluster 2024-01-21T09:17:01.968580+0000 mgr.smithi144.tlyrca (mgr.14186) 1442 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:05.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:05 smithi144 bash[16259]: cluster 2024-01-21T09:17:03.969387+0000 mgr.smithi144.tlyrca (mgr.14186) 1443 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:06.013 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:06.013 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:06.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:05 smithi177 bash[20374]: cluster 2024-01-21T09:17:03.969387+0000 mgr.smithi144.tlyrca (mgr.14186) 1443 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:06.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:06.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:06 smithi144 bash[16259]: audit 2024-01-21T09:17:05.941273+0000 mon.smithi144 (mon.0) 996 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:17:07.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:06 smithi177 bash[20374]: audit 2024-01-21T09:17:05.941273+0000 mon.smithi144 (mon.0) 996 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:17:07.671 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:07.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:07 smithi144 bash[16259]: cluster 2024-01-21T09:17:05.970589+0000 mgr.smithi144.tlyrca (mgr.14186) 1444 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:07.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:07 smithi144 bash[16259]: audit 2024-01-21T09:17:05.999983+0000 mgr.smithi144.tlyrca (mgr.14186) 1445 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:08.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:07 smithi177 bash[20374]: cluster 2024-01-21T09:17:05.970589+0000 mgr.smithi144.tlyrca (mgr.14186) 1444 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:08.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:07 smithi177 bash[20374]: audit 2024-01-21T09:17:05.999983+0000 mgr.smithi144.tlyrca (mgr.14186) 1445 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:09.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:09 smithi144 bash[16259]: cluster 2024-01-21T09:17:07.971776+0000 mgr.smithi144.tlyrca (mgr.14186) 1446 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:09 smithi177 bash[20374]: cluster 2024-01-21T09:17:07.971776+0000 mgr.smithi144.tlyrca (mgr.14186) 1446 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:11.174 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:11.175 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:06:45.374675Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:06:45.374883Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:06:45.375083Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:06:45.376315Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:06:45.374447Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:06:45.374106Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:06:45.376517Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:06:45.375281Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:06:45.375483Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:11.855 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:11.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:11 smithi144 bash[16259]: cluster 2024-01-21T09:17:09.973113+0000 mgr.smithi144.tlyrca (mgr.14186) 1447 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:12.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:11 smithi177 bash[20374]: cluster 2024-01-21T09:17:09.973113+0000 mgr.smithi144.tlyrca (mgr.14186) 1447 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:12.856 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:12 smithi144 bash[16259]: audit 2024-01-21T09:17:11.165602+0000 mgr.smithi144.tlyrca (mgr.14186) 1448 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:12 smithi144 bash[16259]: audit 2024-01-21T09:17:12.279998+0000 mon.smithi144 (mon.0) 997 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:12 smithi144 bash[16259]: audit 2024-01-21T09:17:12.571976+0000 mon.smithi144 (mon.0) 998 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:17:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:12 smithi144 bash[16259]: audit 2024-01-21T09:17:12.573439+0000 mon.smithi144 (mon.0) 999 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:17:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:12 smithi144 bash[16259]: audit 2024-01-21T09:17:12.582660+0000 mon.smithi144 (mon.0) 1000 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:12 smithi144 bash[16259]: audit 2024-01-21T09:17:12.591677+0000 mon.smithi144 (mon.0) 1001 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:17:12.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:12 smithi144 bash[16259]: audit 2024-01-21T09:17:12.610335+0000 mon.smithi144 (mon.0) 1002 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:12 smithi177 bash[20374]: audit 2024-01-21T09:17:11.165602+0000 mgr.smithi144.tlyrca (mgr.14186) 1448 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:12 smithi177 bash[20374]: audit 2024-01-21T09:17:12.279998+0000 mon.smithi144 (mon.0) 997 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:12 smithi177 bash[20374]: audit 2024-01-21T09:17:12.571976+0000 mon.smithi144 (mon.0) 998 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:17:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:12 smithi177 bash[20374]: audit 2024-01-21T09:17:12.573439+0000 mon.smithi144 (mon.0) 999 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:17:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:12 smithi177 bash[20374]: audit 2024-01-21T09:17:12.582660+0000 mon.smithi144 (mon.0) 1000 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:12 smithi177 bash[20374]: audit 2024-01-21T09:17:12.591677+0000 mon.smithi144 (mon.0) 1001 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:17:13.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:12 smithi177 bash[20374]: audit 2024-01-21T09:17:12.610335+0000 mon.smithi144 (mon.0) 1002 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:13 smithi144 bash[16259]: cluster 2024-01-21T09:17:11.974284+0000 mgr.smithi144.tlyrca (mgr.14186) 1449 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:13 smithi144 bash[16259]: cluster 2024-01-21T09:17:12.583508+0000 mgr.smithi144.tlyrca (mgr.14186) 1450 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:13 smithi144 bash[16259]: cephadm 2024-01-21T09:17:12.614406+0000 mgr.smithi144.tlyrca (mgr.14186) 1451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.aaabli on smithi177 2024-01-21T09:17:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:13 smithi144 bash[16259]: cluster 2024-01-21T09:17:12.615951+0000 mon.smithi144 (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:17:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:13 smithi144 bash[16259]: cluster 2024-01-21T09:17:12.616006+0000 mon.smithi144 (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-01-21T09:17:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:13 smithi177 bash[20374]: cluster 2024-01-21T09:17:11.974284+0000 mgr.smithi144.tlyrca (mgr.14186) 1449 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:13 smithi177 bash[20374]: cluster 2024-01-21T09:17:12.583508+0000 mgr.smithi144.tlyrca (mgr.14186) 1450 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:13 smithi177 bash[20374]: cephadm 2024-01-21T09:17:12.614406+0000 mgr.smithi144.tlyrca (mgr.14186) 1451 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.aaabli on smithi177 2024-01-21T09:17:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:13 smithi177 bash[20374]: cluster 2024-01-21T09:17:12.615951+0000 mon.smithi144 (mon.0) 1003 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:17:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:13 smithi177 bash[20374]: cluster 2024-01-21T09:17:12.616006+0000 mon.smithi144 (mon.0) 1004 : cluster [INF] Cluster is now healthy 2024-01-21T09:17:15.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:15 smithi177 bash[20374]: cluster 2024-01-21T09:17:14.584088+0000 mgr.smithi144.tlyrca (mgr.14186) 1452 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:15.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:15 smithi144 bash[16259]: cluster 2024-01-21T09:17:14.584088+0000 mgr.smithi144.tlyrca (mgr.14186) 1452 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:16.025 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:16.026 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:14:57.396436Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.svdcfh on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:01.678063Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.cvgddh on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-cvgddh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.cvgddh\nDeploy daemon haproxy.nfs.foo.smithi177.cvgddh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.933308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.dudndv on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-dudndv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.dudndv\nDeploy daemon haproxy.nfs.foo.smithi144.dudndv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:16:05.935452Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cjbxas on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:16.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:16.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:16 smithi177 bash[20374]: audit 2024-01-21T09:17:16.463692+0000 mon.smithi144 (mon.0) 1005 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.aaabli"}]: dispatch 2024-01-21T09:17:16.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:16 smithi144 bash[16259]: audit 2024-01-21T09:17:16.463692+0000 mon.smithi144 (mon.0) 1005 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.aaabli"}]: dispatch 2024-01-21T09:17:17.704 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:17.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: audit 2024-01-21T09:17:16.011078+0000 mgr.smithi144.tlyrca (mgr.14186) 1453 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: cephadm 2024-01-21T09:17:16.462582+0000 mgr.smithi144.tlyrca (mgr.14186) 1454 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.aaabli ... 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:17.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.aaabli ... 2024-01-21T09:17:17.848 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: cephadm 2024-01-21T09:17:16.463060+0000 mgr.smithi144.tlyrca (mgr.14186) 1455 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: cephadm 2024-01-21T09:17:16.465356+0000 mgr.smithi144.tlyrca (mgr.14186) 1456 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.aaabli ... 2024-01-21T09:17:17.849 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:17.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:17.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:17.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: cephadm 2024-01-21T09:17:16.470026+0000 mgr.smithi144.tlyrca (mgr.14186) 1457 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.uzjcnm on smithi144 2024-01-21T09:17:17.850 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:17 smithi177 bash[20374]: cluster 2024-01-21T09:17:16.584599+0000 mgr.smithi144.tlyrca (mgr.14186) 1458 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:17.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: audit 2024-01-21T09:17:16.011078+0000 mgr.smithi144.tlyrca (mgr.14186) 1453 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:17.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: cephadm 2024-01-21T09:17:16.462582+0000 mgr.smithi144.tlyrca (mgr.14186) 1454 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:17.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.aaabli ... 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:17:17.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.aaabli ... 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: cephadm 2024-01-21T09:17:16.463060+0000 mgr.smithi144.tlyrca (mgr.14186) 1455 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: cephadm 2024-01-21T09:17:16.465356+0000 mgr.smithi144.tlyrca (mgr.14186) 1456 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.aaabli ... 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: cephadm 2024-01-21T09:17:16.470026+0000 mgr.smithi144.tlyrca (mgr.14186) 1457 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.uzjcnm on smithi144 2024-01-21T09:17:17.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:17 smithi144 bash[16259]: cluster 2024-01-21T09:17:16.584599+0000 mgr.smithi144.tlyrca (mgr.14186) 1458 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:19.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:19 smithi144 bash[16259]: cluster 2024-01-21T09:17:18.585588+0000 mgr.smithi144.tlyrca (mgr.14186) 1459 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:20.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:19 smithi177 bash[20374]: cluster 2024-01-21T09:17:18.585588+0000 mgr.smithi144.tlyrca (mgr.14186) 1459 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:20.728 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:20 smithi144 bash[16259]: audit 2024-01-21T09:17:20.557638+0000 mon.smithi144 (mon.0) 1006 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.uzjcnm"}]: dispatch 2024-01-21T09:17:21.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:20 smithi177 bash[20374]: audit 2024-01-21T09:17:20.557638+0000 mon.smithi144 (mon.0) 1006 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.uzjcnm"}]: dispatch 2024-01-21T09:17:21.203 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:21.203 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:21.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:21.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: cephadm 2024-01-21T09:17:20.556927+0000 mgr.smithi144.tlyrca (mgr.14186) 1460 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.uzjcnm ... 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:17:21.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.uzjcnm ... 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:21.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: cephadm 2024-01-21T09:17:20.557233+0000 mgr.smithi144.tlyrca (mgr.14186) 1461 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: cephadm 2024-01-21T09:17:20.558610+0000 mgr.smithi144.tlyrca (mgr.14186) 1462 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:21.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.uzjcnm ... 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: cephadm 2024-01-21T09:17:20.563290+0000 mgr.smithi144.tlyrca (mgr.14186) 1463 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: cephadm 2024-01-21T09:17:20.566105+0000 mgr.smithi144.tlyrca (mgr.14186) 1464 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: cluster 2024-01-21T09:17:20.567177+0000 mgr.smithi144.tlyrca (mgr.14186) 1465 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:21.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:21 smithi144 bash[16259]: cluster 2024-01-21T09:17:20.642473+0000 mon.smithi144 (mon.0) 1007 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:17:22.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: cephadm 2024-01-21T09:17:20.556927+0000 mgr.smithi144.tlyrca (mgr.14186) 1460 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:22.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.uzjcnm ... 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:17:22.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.uzjcnm ... 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: cephadm 2024-01-21T09:17:20.557233+0000 mgr.smithi144.tlyrca (mgr.14186) 1461 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:22.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: cephadm 2024-01-21T09:17:20.558610+0000 mgr.smithi144.tlyrca (mgr.14186) 1462 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.uzjcnm ... 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: cephadm 2024-01-21T09:17:20.563290+0000 mgr.smithi144.tlyrca (mgr.14186) 1463 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: cephadm 2024-01-21T09:17:20.566105+0000 mgr.smithi144.tlyrca (mgr.14186) 1464 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: cluster 2024-01-21T09:17:20.567177+0000 mgr.smithi144.tlyrca (mgr.14186) 1465 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:22.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:21 smithi177 bash[20374]: cluster 2024-01-21T09:17:20.642473+0000 mon.smithi144 (mon.0) 1007 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:17:22.867 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:22.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:22 smithi144 bash[16259]: audit 2024-01-21T09:17:21.189119+0000 mgr.smithi144.tlyrca (mgr.14186) 1466 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:23.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:22 smithi177 bash[20374]: audit 2024-01-21T09:17:21.189119+0000 mgr.smithi144.tlyrca (mgr.14186) 1466 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:23.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:23 smithi144 bash[16259]: cluster 2024-01-21T09:17:22.568300+0000 mgr.smithi144.tlyrca (mgr.14186) 1467 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:23.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:23 smithi144 bash[16259]: audit 2024-01-21T09:17:22.675005+0000 mon.smithi144 (mon.0) 1008 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:24.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:23 smithi177 bash[20374]: cluster 2024-01-21T09:17:22.568300+0000 mgr.smithi144.tlyrca (mgr.14186) 1467 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-01-21T09:17:24.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:23 smithi177 bash[20374]: audit 2024-01-21T09:17:22.675005+0000 mon.smithi144 (mon.0) 1008 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:17:25.780 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:25 smithi144 bash[16259]: cluster 2024-01-21T09:17:24.569602+0000 mgr.smithi144.tlyrca (mgr.14186) 1468 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:25.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:25 smithi177 bash[20374]: cluster 2024-01-21T09:17:24.569602+0000 mgr.smithi144.tlyrca (mgr.14186) 1468 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:26.136 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:26.137 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:26.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:27.806 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:27 smithi144 bash[16259]: audit 2024-01-21T09:17:26.125292+0000 mgr.smithi144.tlyrca (mgr.14186) 1469 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:27 smithi144 bash[16259]: cluster 2024-01-21T09:17:26.570582+0000 mgr.smithi144.tlyrca (mgr.14186) 1470 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:28.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:27 smithi177 bash[20374]: audit 2024-01-21T09:17:26.125292+0000 mgr.smithi144.tlyrca (mgr.14186) 1469 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:28.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:27 smithi177 bash[20374]: cluster 2024-01-21T09:17:26.570582+0000 mgr.smithi144.tlyrca (mgr.14186) 1470 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:29.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:29 smithi144 bash[16259]: cluster 2024-01-21T09:17:28.571834+0000 mgr.smithi144.tlyrca (mgr.14186) 1471 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:30.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:29 smithi177 bash[20374]: cluster 2024-01-21T09:17:28.571834+0000 mgr.smithi144.tlyrca (mgr.14186) 1471 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:30.966 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:30.966 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:31.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:31.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:31 smithi144 bash[16259]: cluster 2024-01-21T09:17:30.572825+0000 mgr.smithi144.tlyrca (mgr.14186) 1472 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:32.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:31 smithi177 bash[20374]: cluster 2024-01-21T09:17:30.572825+0000 mgr.smithi144.tlyrca (mgr.14186) 1472 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:32.593 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:32.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:32 smithi144 bash[16259]: audit 2024-01-21T09:17:30.949937+0000 mgr.smithi144.tlyrca (mgr.14186) 1473 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:33.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:32 smithi177 bash[20374]: audit 2024-01-21T09:17:30.949937+0000 mgr.smithi144.tlyrca (mgr.14186) 1473 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:33.922 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:33 smithi144 bash[16259]: cluster 2024-01-21T09:17:32.573918+0000 mgr.smithi144.tlyrca (mgr.14186) 1474 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:34.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:33 smithi177 bash[20374]: cluster 2024-01-21T09:17:32.573918+0000 mgr.smithi144.tlyrca (mgr.14186) 1474 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:35.686 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:35.686 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:35.753 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:35 smithi144 bash[16259]: cluster 2024-01-21T09:17:34.575237+0000 mgr.smithi144.tlyrca (mgr.14186) 1475 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:35.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:35 smithi177 bash[20374]: cluster 2024-01-21T09:17:34.575237+0000 mgr.smithi144.tlyrca (mgr.14186) 1475 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:36.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:36.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:36 smithi144 bash[16259]: audit 2024-01-21T09:17:35.672574+0000 mgr.smithi144.tlyrca (mgr.14186) 1476 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:36.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:36 smithi177 bash[20374]: audit 2024-01-21T09:17:35.672574+0000 mgr.smithi144.tlyrca (mgr.14186) 1476 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:37.338 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:37.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:37 smithi144 bash[16259]: cluster 2024-01-21T09:17:36.576413+0000 mgr.smithi144.tlyrca (mgr.14186) 1477 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:37.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:37 smithi177 bash[20374]: cluster 2024-01-21T09:17:36.576413+0000 mgr.smithi144.tlyrca (mgr.14186) 1477 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:39.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:39 smithi144 bash[16259]: cluster 2024-01-21T09:17:38.577721+0000 mgr.smithi144.tlyrca (mgr.14186) 1478 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:40.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:39 smithi177 bash[20374]: cluster 2024-01-21T09:17:38.577721+0000 mgr.smithi144.tlyrca (mgr.14186) 1478 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:40.499 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:40.499 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:41.102 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:41.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:41 smithi144 bash[16259]: audit 2024-01-21T09:17:40.482816+0000 mgr.smithi144.tlyrca (mgr.14186) 1479 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:41.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:41 smithi144 bash[16259]: cluster 2024-01-21T09:17:40.578539+0000 mgr.smithi144.tlyrca (mgr.14186) 1480 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:42.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:41 smithi177 bash[20374]: audit 2024-01-21T09:17:40.482816+0000 mgr.smithi144.tlyrca (mgr.14186) 1479 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:42.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:41 smithi177 bash[20374]: cluster 2024-01-21T09:17:40.578539+0000 mgr.smithi144.tlyrca (mgr.14186) 1480 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:42.103 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:43.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:43 smithi144 bash[16259]: cluster 2024-01-21T09:17:42.579624+0000 mgr.smithi144.tlyrca (mgr.14186) 1481 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:44.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:43 smithi177 bash[20374]: cluster 2024-01-21T09:17:42.579624+0000 mgr.smithi144.tlyrca (mgr.14186) 1481 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:45.291 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:45.292 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:45.691 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:45 smithi144 bash[16259]: cluster 2024-01-21T09:17:44.580844+0000 mgr.smithi144.tlyrca (mgr.14186) 1482 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:45.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:45 smithi177 bash[20374]: cluster 2024-01-21T09:17:44.580844+0000 mgr.smithi144.tlyrca (mgr.14186) 1482 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:45.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:46.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:46 smithi177 bash[20374]: audit 2024-01-21T09:17:45.282172+0000 mgr.smithi144.tlyrca (mgr.14186) 1483 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:46.894 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:46.905 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:46 smithi144 bash[16259]: audit 2024-01-21T09:17:45.282172+0000 mgr.smithi144.tlyrca (mgr.14186) 1483 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:47.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:47 smithi177 bash[20374]: cluster 2024-01-21T09:17:46.581991+0000 mgr.smithi144.tlyrca (mgr.14186) 1484 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:47.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:47 smithi144 bash[16259]: cluster 2024-01-21T09:17:46.581991+0000 mgr.smithi144.tlyrca (mgr.14186) 1484 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:49.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:49 smithi144 bash[16259]: cluster 2024-01-21T09:17:48.583186+0000 mgr.smithi144.tlyrca (mgr.14186) 1485 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:50.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:49 smithi177 bash[20374]: cluster 2024-01-21T09:17:48.583186+0000 mgr.smithi144.tlyrca (mgr.14186) 1485 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:50.149 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:50.150 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:50.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:51.818 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:51.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:51 smithi144 bash[16259]: audit 2024-01-21T09:17:50.133749+0000 mgr.smithi144.tlyrca (mgr.14186) 1486 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:51.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:51 smithi144 bash[16259]: cluster 2024-01-21T09:17:50.584410+0000 mgr.smithi144.tlyrca (mgr.14186) 1487 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:52.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:51 smithi177 bash[20374]: audit 2024-01-21T09:17:50.133749+0000 mgr.smithi144.tlyrca (mgr.14186) 1486 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:52.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:51 smithi177 bash[20374]: cluster 2024-01-21T09:17:50.584410+0000 mgr.smithi144.tlyrca (mgr.14186) 1487 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:53.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:53 smithi144 bash[16259]: cluster 2024-01-21T09:17:52.585553+0000 mgr.smithi144.tlyrca (mgr.14186) 1488 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:54.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:53 smithi177 bash[20374]: cluster 2024-01-21T09:17:52.585553+0000 mgr.smithi144.tlyrca (mgr.14186) 1488 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:55.004 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:55.005 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:55.607 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:17:55.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:55 smithi177 bash[20374]: cluster 2024-01-21T09:17:54.586855+0000 mgr.smithi144.tlyrca (mgr.14186) 1489 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:55.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:55 smithi144 bash[16259]: cluster 2024-01-21T09:17:54.586855+0000 mgr.smithi144.tlyrca (mgr.14186) 1489 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:17:56.608 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:17:56.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:56 smithi177 bash[20374]: audit 2024-01-21T09:17:54.989510+0000 mgr.smithi144.tlyrca (mgr.14186) 1490 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:56.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:56 smithi144 bash[16259]: audit 2024-01-21T09:17:54.989510+0000 mgr.smithi144.tlyrca (mgr.14186) 1490 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:17:57.845 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:57 smithi177 bash[20374]: cluster 2024-01-21T09:17:56.587997+0000 mgr.smithi144.tlyrca (mgr.14186) 1491 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:57.930 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:57 smithi144 bash[16259]: cluster 2024-01-21T09:17:56.587997+0000 mgr.smithi144.tlyrca (mgr.14186) 1491 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:17:59.744 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:17:59.745 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:17:59.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:17:59 smithi144 bash[16259]: cluster 2024-01-21T09:17:58.589381+0000 mgr.smithi144.tlyrca (mgr.14186) 1492 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:00.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:17:59 smithi177 bash[20374]: cluster 2024-01-21T09:17:58.589381+0000 mgr.smithi144.tlyrca (mgr.14186) 1492 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:00.379 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:00.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:00 smithi144 bash[16259]: audit 2024-01-21T09:17:59.731856+0000 mgr.smithi144.tlyrca (mgr.14186) 1493 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:01.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:00 smithi177 bash[20374]: audit 2024-01-21T09:17:59.731856+0000 mgr.smithi144.tlyrca (mgr.14186) 1493 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:01.381 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:01.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:01 smithi144 bash[16259]: cluster 2024-01-21T09:18:00.590664+0000 mgr.smithi144.tlyrca (mgr.14186) 1494 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:02.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:01 smithi177 bash[20374]: cluster 2024-01-21T09:18:00.590664+0000 mgr.smithi144.tlyrca (mgr.14186) 1494 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:03.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:03 smithi144 bash[16259]: cluster 2024-01-21T09:18:02.591775+0000 mgr.smithi144.tlyrca (mgr.14186) 1495 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:04.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:03 smithi177 bash[20374]: cluster 2024-01-21T09:18:02.591775+0000 mgr.smithi144.tlyrca (mgr.14186) 1495 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:04.800 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:04.801 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:05.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:05.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:05 smithi177 bash[20374]: cluster 2024-01-21T09:18:04.592701+0000 mgr.smithi144.tlyrca (mgr.14186) 1496 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:05.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:05 smithi177 bash[20374]: audit 2024-01-21T09:18:04.787007+0000 mgr.smithi144.tlyrca (mgr.14186) 1497 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:05.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:05 smithi144 bash[16259]: cluster 2024-01-21T09:18:04.592701+0000 mgr.smithi144.tlyrca (mgr.14186) 1496 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:05.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:05 smithi144 bash[16259]: audit 2024-01-21T09:18:04.787007+0000 mgr.smithi144.tlyrca (mgr.14186) 1497 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:06.481 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:07.926 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:07 smithi144 bash[16259]: cluster 2024-01-21T09:18:06.593907+0000 mgr.smithi144.tlyrca (mgr.14186) 1498 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:08.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:07 smithi177 bash[20374]: cluster 2024-01-21T09:18:06.593907+0000 mgr.smithi144.tlyrca (mgr.14186) 1498 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:09.601 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:09.602 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:09.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:09 smithi144 bash[16259]: cluster 2024-01-21T09:18:08.595152+0000 mgr.smithi144.tlyrca (mgr.14186) 1499 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:10.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:09 smithi177 bash[20374]: cluster 2024-01-21T09:18:08.595152+0000 mgr.smithi144.tlyrca (mgr.14186) 1499 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:10.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:10.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:10 smithi144 bash[16259]: audit 2024-01-21T09:18:09.587779+0000 mgr.smithi144.tlyrca (mgr.14186) 1500 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:11.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:10 smithi177 bash[20374]: audit 2024-01-21T09:18:09.587779+0000 mgr.smithi144.tlyrca (mgr.14186) 1500 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:11.246 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:12.093 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:11 smithi144 bash[16259]: cluster 2024-01-21T09:18:10.596381+0000 mgr.smithi144.tlyrca (mgr.14186) 1501 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:12.095 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:11 smithi177 bash[20374]: cluster 2024-01-21T09:18:10.596381+0000 mgr.smithi144.tlyrca (mgr.14186) 1501 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:13.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:13 smithi144 bash[16259]: cluster 2024-01-21T09:18:12.597536+0000 mgr.smithi144.tlyrca (mgr.14186) 1502 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:14.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:13 smithi177 bash[20374]: cluster 2024-01-21T09:18:12.597536+0000 mgr.smithi144.tlyrca (mgr.14186) 1502 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:14.494 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:14.494 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:15.136 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:15.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:15 smithi177 bash[20374]: audit 2024-01-21T09:18:14.477697+0000 mgr.smithi144.tlyrca (mgr.14186) 1503 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:15.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:15 smithi177 bash[20374]: cluster 2024-01-21T09:18:14.598797+0000 mgr.smithi144.tlyrca (mgr.14186) 1504 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:15.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:15 smithi144 bash[16259]: audit 2024-01-21T09:18:14.477697+0000 mgr.smithi144.tlyrca (mgr.14186) 1503 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:15.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:15 smithi144 bash[16259]: cluster 2024-01-21T09:18:14.598797+0000 mgr.smithi144.tlyrca (mgr.14186) 1504 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:16.137 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:17.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:17 smithi144 bash[16259]: cluster 2024-01-21T09:18:16.599947+0000 mgr.smithi144.tlyrca (mgr.14186) 1505 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:18.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:17 smithi177 bash[20374]: cluster 2024-01-21T09:18:16.599947+0000 mgr.smithi144.tlyrca (mgr.14186) 1505 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:19.315 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:19.315 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:19.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:19.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:19 smithi144 bash[16259]: cluster 2024-01-21T09:18:18.601385+0000 mgr.smithi144.tlyrca (mgr.14186) 1506 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:20.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:19 smithi177 bash[20374]: cluster 2024-01-21T09:18:18.601385+0000 mgr.smithi144.tlyrca (mgr.14186) 1506 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:20.915 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:20.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:20 smithi144 bash[16259]: audit 2024-01-21T09:18:19.302216+0000 mgr.smithi144.tlyrca (mgr.14186) 1507 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:20.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:20 smithi144 bash[16259]: audit 2024-01-21T09:18:20.570123+0000 mon.smithi144 (mon.0) 1009 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:18:21.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:20 smithi177 bash[20374]: audit 2024-01-21T09:18:19.302216+0000 mgr.smithi144.tlyrca (mgr.14186) 1507 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:21.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:20 smithi177 bash[20374]: audit 2024-01-21T09:18:20.570123+0000 mon.smithi144 (mon.0) 1009 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-21T09:18:22.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:21 smithi144 bash[16259]: cluster 2024-01-21T09:18:20.602368+0000 mgr.smithi144.tlyrca (mgr.14186) 1508 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:22.178 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:21 smithi144 bash[16259]: audit 2024-01-21T09:18:20.883814+0000 mon.smithi144 (mon.0) 1010 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:22.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:21 smithi177 bash[20374]: cluster 2024-01-21T09:18:20.602368+0000 mgr.smithi144.tlyrca (mgr.14186) 1508 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:22.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:21 smithi177 bash[20374]: audit 2024-01-21T09:18:20.883814+0000 mon.smithi144 (mon.0) 1010 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:23.951 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:23.951 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:07:59.350609Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:07:59.353070Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:07:59.351001Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:07:59.351274Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:07:59.351527Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:07:59.352052Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:07:59.351774Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:24.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:23 smithi144 bash[16259]: cluster 2024-01-21T09:18:22.603465+0000 mgr.smithi144.tlyrca (mgr.14186) 1509 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:24.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:23 smithi177 bash[20374]: cluster 2024-01-21T09:18:22.603465+0000 mgr.smithi144.tlyrca (mgr.14186) 1509 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:24.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:25.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:24 smithi144 bash[16259]: audit 2024-01-21T09:18:23.934749+0000 mgr.smithi144.tlyrca (mgr.14186) 1510 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:25.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:24 smithi177 bash[20374]: audit 2024-01-21T09:18:23.934749+0000 mgr.smithi144.tlyrca (mgr.14186) 1510 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:25.564 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:26.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:25 smithi144 bash[16259]: cluster 2024-01-21T09:18:24.604738+0000 mgr.smithi144.tlyrca (mgr.14186) 1511 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:26.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:25 smithi177 bash[20374]: cluster 2024-01-21T09:18:24.604738+0000 mgr.smithi144.tlyrca (mgr.14186) 1511 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: audit 2024-01-21T09:18:26.492679+0000 mon.smithi144 (mon.0) 1011 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: cluster 2024-01-21T09:18:26.605749+0000 mgr.smithi144.tlyrca (mgr.14186) 1512 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: audit 2024-01-21T09:18:26.787815+0000 mon.smithi144 (mon.0) 1012 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: audit 2024-01-21T09:18:26.789486+0000 mon.smithi144 (mon.0) 1013 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: audit 2024-01-21T09:18:26.800427+0000 mon.smithi144 (mon.0) 1014 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: cluster 2024-01-21T09:18:26.801507+0000 mgr.smithi144.tlyrca (mgr.14186) 1513 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: audit 2024-01-21T09:18:26.808985+0000 mon.smithi144 (mon.0) 1015 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:18:27.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: audit 2024-01-21T09:18:26.823097+0000 mon.smithi144 (mon.0) 1016 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:27.847 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:27 smithi177 bash[20374]: cephadm 2024-01-21T09:18:26.831092+0000 mgr.smithi144.tlyrca (mgr.14186) 1514 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.idxkmr on smithi177 2024-01-21T09:18:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: audit 2024-01-21T09:18:26.492679+0000 mon.smithi144 (mon.0) 1011 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: cluster 2024-01-21T09:18:26.605749+0000 mgr.smithi144.tlyrca (mgr.14186) 1512 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: audit 2024-01-21T09:18:26.787815+0000 mon.smithi144 (mon.0) 1012 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-21T09:18:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: audit 2024-01-21T09:18:26.789486+0000 mon.smithi144 (mon.0) 1013 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-21T09:18:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: audit 2024-01-21T09:18:26.800427+0000 mon.smithi144 (mon.0) 1014 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: cluster 2024-01-21T09:18:26.801507+0000 mgr.smithi144.tlyrca (mgr.14186) 1513 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:27.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: audit 2024-01-21T09:18:26.808985+0000 mon.smithi144 (mon.0) 1015 : audit [DBG] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-21T09:18:27.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: audit 2024-01-21T09:18:26.823097+0000 mon.smithi144 (mon.0) 1016 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:27.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:27 smithi144 bash[16259]: cephadm 2024-01-21T09:18:26.831092+0000 mgr.smithi144.tlyrca (mgr.14186) 1514 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.idxkmr on smithi177 2024-01-21T09:18:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:28 smithi177 bash[20374]: cluster 2024-01-21T09:18:27.486596+0000 mon.smithi144 (mon.0) 1017 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:18:28.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:28 smithi177 bash[20374]: cluster 2024-01-21T09:18:27.486676+0000 mon.smithi144 (mon.0) 1018 : cluster [INF] Cluster is now healthy 2024-01-21T09:18:28.930 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:28.930 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:16:05.937068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.xrzmov on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:28.940 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:28 smithi144 bash[16259]: cluster 2024-01-21T09:18:27.486596+0000 mon.smithi144 (mon.0) 1017 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-21T09:18:28.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:28 smithi144 bash[16259]: cluster 2024-01-21T09:18:27.486676+0000 mon.smithi144 (mon.0) 1018 : cluster [INF] Cluster is now healthy 2024-01-21T09:18:29.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:29.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:29 smithi177 bash[20374]: cluster 2024-01-21T09:18:28.802455+0000 mgr.smithi144.tlyrca (mgr.14186) 1515 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:29.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:29 smithi177 bash[20374]: audit 2024-01-21T09:18:28.921738+0000 mgr.smithi144.tlyrca (mgr.14186) 1516 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:29.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:29 smithi144 bash[16259]: cluster 2024-01-21T09:18:28.802455+0000 mgr.smithi144.tlyrca (mgr.14186) 1515 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:29.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:29 smithi144 bash[16259]: audit 2024-01-21T09:18:28.921738+0000 mgr.smithi144.tlyrca (mgr.14186) 1516 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:30.569 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:30.846 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:30 smithi177 bash[20374]: audit 2024-01-21T09:18:30.580246+0000 mon.smithi144 (mon.0) 1019 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.idxkmr"}]: dispatch 2024-01-21T09:18:30.941 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:30 smithi144 bash[16259]: audit 2024-01-21T09:18:30.580246+0000 mon.smithi144 (mon.0) 1019 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.idxkmr"}]: dispatch 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: cephadm 2024-01-21T09:18:30.578908+0000 mgr.smithi144.tlyrca (mgr.14186) 1517 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.idxkmr ... 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:31.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.idxkmr ... 2024-01-21T09:18:31.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: cephadm 2024-01-21T09:18:30.579486+0000 mgr.smithi144.tlyrca (mgr.14186) 1518 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: cephadm 2024-01-21T09:18:30.581864+0000 mgr.smithi144.tlyrca (mgr.14186) 1519 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi177.idxkmr ... 2024-01-21T09:18:31.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:31.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:31.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:31.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:31.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:31.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: cephadm 2024-01-21T09:18:30.586449+0000 mgr.smithi144.tlyrca (mgr.14186) 1520 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zsxtvp on smithi144 2024-01-21T09:18:31.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:31 smithi144 bash[16259]: cluster 2024-01-21T09:18:30.803151+0000 mgr.smithi144.tlyrca (mgr.14186) 1521 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:32.096 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: cephadm 2024-01-21T09:18:30.578908+0000 mgr.smithi144.tlyrca (mgr.14186) 1517 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.idxkmr ... 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:32.097 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.idxkmr ... 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:32.098 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: cephadm 2024-01-21T09:18:30.579486+0000 mgr.smithi144.tlyrca (mgr.14186) 1518 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: cephadm 2024-01-21T09:18:30.581864+0000 mgr.smithi144.tlyrca (mgr.14186) 1519 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi177.idxkmr ... 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:32.099 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:32.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:32.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: cephadm 2024-01-21T09:18:30.586449+0000 mgr.smithi144.tlyrca (mgr.14186) 1520 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi144.zsxtvp on smithi144 2024-01-21T09:18:32.100 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:31 smithi177 bash[20374]: cluster 2024-01-21T09:18:30.803151+0000 mgr.smithi144.tlyrca (mgr.14186) 1521 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:33.929 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:33.929 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:17:16.465037Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.aaabli on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-aaabli\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.aaabli\nDeploy daemon haproxy.nfs.foo.smithi177.aaabli ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.558468Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.uzjcnm on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-uzjcnm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.uzjcnm\nDeploy daemon haproxy.nfs.foo.smithi144.uzjcnm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:17:20.563033Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.lazrlr on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:30.581622Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\nDeploy daemon haproxy.nfs.foo.smithi177.idxkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:34.139 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:33 smithi144 bash[16259]: cluster 2024-01-21T09:18:32.803997+0000 mgr.smithi144.tlyrca (mgr.14186) 1522 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:34.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:33 smithi177 bash[20374]: cluster 2024-01-21T09:18:32.803997+0000 mgr.smithi144.tlyrca (mgr.14186) 1522 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-01-21T09:18:34.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:35.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:34 smithi144 bash[16259]: audit 2024-01-21T09:18:33.914202+0000 mgr.smithi144.tlyrca (mgr.14186) 1523 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:35.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:34 smithi144 bash[16259]: audit 2024-01-21T09:18:34.609143+0000 mon.smithi144 (mon.0) 1020 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zsxtvp"}]: dispatch 2024-01-21T09:18:35.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:34 smithi177 bash[20374]: audit 2024-01-21T09:18:33.914202+0000 mgr.smithi144.tlyrca (mgr.14186) 1523 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:35.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:34 smithi177 bash[20374]: audit 2024-01-21T09:18:34.609143+0000 mon.smithi144 (mon.0) 1020 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi144.zsxtvp"}]: dispatch 2024-01-21T09:18:35.668 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: cephadm 2024-01-21T09:18:34.607855+0000 mgr.smithi144.tlyrca (mgr.14186) 1524 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zsxtvp ... 2024-01-21T09:18:35.942 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Traceback (most recent call last): 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: yield (conn, connr) 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: code, '\n'.join(err))) 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:35.943 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zsxtvp ... 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: cephadm 2024-01-21T09:18:34.608352+0000 mgr.smithi144.tlyrca (mgr.14186) 1525 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: cephadm 2024-01-21T09:18:34.610647+0000 mgr.smithi144.tlyrca (mgr.14186) 1526 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:35.944 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stdout 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Deploy daemon haproxy.nfs.foo.smithi144.zsxtvp ... 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: cephadm 2024-01-21T09:18:34.614957+0000 mgr.smithi144.tlyrca (mgr.14186) 1527 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:18:35.945 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: cephadm 2024-01-21T09:18:34.618842+0000 mgr.smithi144.tlyrca (mgr.14186) 1528 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:18:35.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: cluster 2024-01-21T09:18:34.620255+0000 mgr.smithi144.tlyrca (mgr.14186) 1529 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:18:35.946 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:35 smithi144 bash[16259]: cluster 2024-01-21T09:18:35.531983+0000 mon.smithi144 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:18:36.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: cephadm 2024-01-21T09:18:34.607855+0000 mgr.smithi144.tlyrca (mgr.14186) 1524 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zsxtvp ... 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Traceback (most recent call last): 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-21T09:18:36.347 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: yield (conn, connr) 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: code, '\n'.join(err))) 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zsxtvp ... 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:36.348 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: cephadm 2024-01-21T09:18:34.608352+0000 mgr.smithi144.tlyrca (mgr.14186) 1525 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: cephadm 2024-01-21T09:18:34.610647+0000 mgr.smithi144.tlyrca (mgr.14186) 1526 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stdout 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: /usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Deploy daemon haproxy.nfs.foo.smithi144.zsxtvp ... 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: stat: stderr See 'docker run --help'. 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: cephadm 2024-01-21T09:18:34.614957+0000 mgr.smithi144.tlyrca (mgr.14186) 1527 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: cephadm 2024-01-21T09:18:34.618842+0000 mgr.smithi144.tlyrca (mgr.14186) 1528 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: cluster 2024-01-21T09:18:34.620255+0000 mgr.smithi144.tlyrca (mgr.14186) 1529 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:18:36.349 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:35 smithi177 bash[20374]: cluster 2024-01-21T09:18:35.531983+0000 mon.smithi144 (mon.0) 1021 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-21T09:18:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:37 smithi144 bash[16259]: cluster 2024-01-21T09:18:36.621253+0000 mgr.smithi144.tlyrca (mgr.14186) 1530 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:18:38.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:37 smithi144 bash[16259]: audit 2024-01-21T09:18:37.734372+0000 mon.smithi144 (mon.0) 1022 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:38.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:37 smithi177 bash[20374]: cluster 2024-01-21T09:18:36.621253+0000 mgr.smithi144.tlyrca (mgr.14186) 1530 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-01-21T09:18:38.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:37 smithi177 bash[20374]: audit 2024-01-21T09:18:37.734372+0000 mon.smithi144 (mon.0) 1022 : audit [INF] from='mgr.14186 172.21.15.144:0/279984769' entity='mgr.smithi144.tlyrca' 2024-01-21T09:18:38.907 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:38.908 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:30.581622Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\nDeploy daemon haproxy.nfs.foo.smithi177.idxkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.610405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\nDeploy daemon haproxy.nfs.foo.smithi144.zsxtvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.614736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:34.618619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:39.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:40.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:39 smithi144 bash[16259]: cluster 2024-01-21T09:18:38.622291+0000 mgr.smithi144.tlyrca (mgr.14186) 1531 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:18:40.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:39 smithi144 bash[16259]: audit 2024-01-21T09:18:38.891626+0000 mgr.smithi144.tlyrca (mgr.14186) 1532 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:40.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:39 smithi177 bash[20374]: cluster 2024-01-21T09:18:38.622291+0000 mgr.smithi144.tlyrca (mgr.14186) 1531 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:18:40.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:39 smithi177 bash[20374]: audit 2024-01-21T09:18:38.891626+0000 mgr.smithi144.tlyrca (mgr.14186) 1532 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:40.559 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:41.963 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:41 smithi144 bash[16259]: cluster 2024-01-21T09:18:40.623309+0000 mgr.smithi144.tlyrca (mgr.14186) 1533 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:18:42.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:41 smithi177 bash[20374]: cluster 2024-01-21T09:18:40.623309+0000 mgr.smithi144.tlyrca (mgr.14186) 1533 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:18:43.741 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:43.741 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:30.581622Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\nDeploy daemon haproxy.nfs.foo.smithi177.idxkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.610405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\nDeploy daemon haproxy.nfs.foo.smithi144.zsxtvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.614736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:34.618619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:44.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:43 smithi144 bash[16259]: cluster 2024-01-21T09:18:42.624407+0000 mgr.smithi144.tlyrca (mgr.14186) 1534 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:18:44.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:44.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:43 smithi177 bash[20374]: cluster 2024-01-21T09:18:42.624407+0000 mgr.smithi144.tlyrca (mgr.14186) 1534 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 86 B/s rd, 0 op/s 2024-01-21T09:18:45.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:44 smithi144 bash[16259]: audit 2024-01-21T09:18:43.728234+0000 mgr.smithi144.tlyrca (mgr.14186) 1535 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:45.341 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:45.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:44 smithi177 bash[20374]: audit 2024-01-21T09:18:43.728234+0000 mgr.smithi144.tlyrca (mgr.14186) 1535 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:46.194 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:45 smithi144 bash[16259]: cluster 2024-01-21T09:18:44.625781+0000 mgr.smithi144.tlyrca (mgr.14186) 1536 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-21T09:18:46.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:45 smithi177 bash[20374]: cluster 2024-01-21T09:18:44.625781+0000 mgr.smithi144.tlyrca (mgr.14186) 1536 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-01-21T09:18:48.188 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:47 smithi144 bash[16259]: cluster 2024-01-21T09:18:46.626611+0000 mgr.smithi144.tlyrca (mgr.14186) 1537 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:48.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:47 smithi177 bash[20374]: cluster 2024-01-21T09:18:46.626611+0000 mgr.smithi144.tlyrca (mgr.14186) 1537 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:48.542 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:48.542 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:30.581622Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\nDeploy daemon haproxy.nfs.foo.smithi177.idxkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.610405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\nDeploy daemon haproxy.nfs.foo.smithi144.zsxtvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.614736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:34.618619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:49.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:50.138 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:50.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:49 smithi144 bash[16259]: audit 2024-01-21T09:18:48.528762+0000 mgr.smithi144.tlyrca (mgr.14186) 1538 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:50.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:49 smithi144 bash[16259]: cluster 2024-01-21T09:18:48.627729+0000 mgr.smithi144.tlyrca (mgr.14186) 1539 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:50.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:49 smithi177 bash[20374]: audit 2024-01-21T09:18:48.528762+0000 mgr.smithi144.tlyrca (mgr.14186) 1538 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:50.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:49 smithi177 bash[20374]: cluster 2024-01-21T09:18:48.627729+0000 mgr.smithi144.tlyrca (mgr.14186) 1539 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:52.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:51 smithi144 bash[16259]: cluster 2024-01-21T09:18:50.628973+0000 mgr.smithi144.tlyrca (mgr.14186) 1540 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:52.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:51 smithi177 bash[20374]: cluster 2024-01-21T09:18:50.628973+0000 mgr.smithi144.tlyrca (mgr.14186) 1540 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:53.414 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:53.415 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:30.581622Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\nDeploy daemon haproxy.nfs.foo.smithi177.idxkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.610405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\nDeploy daemon haproxy.nfs.foo.smithi144.zsxtvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.614736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:34.618619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:54.060 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:54.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:53 smithi144 bash[16259]: cluster 2024-01-21T09:18:52.630179+0000 mgr.smithi144.tlyrca (mgr.14186) 1541 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:54.345 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:53 smithi177 bash[20374]: cluster 2024-01-21T09:18:52.630179+0000 mgr.smithi144.tlyrca (mgr.14186) 1541 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:55.061 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:18:55.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:54 smithi144 bash[16259]: audit 2024-01-21T09:18:53.398877+0000 mgr.smithi144.tlyrca (mgr.14186) 1542 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:55.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:54 smithi177 bash[20374]: audit 2024-01-21T09:18:53.398877+0000 mgr.smithi144.tlyrca (mgr.14186) 1542 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:18:56.187 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:55 smithi144 bash[16259]: cluster 2024-01-21T09:18:54.631455+0000 mgr.smithi144.tlyrca (mgr.14186) 1543 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:56.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:55 smithi177 bash[20374]: cluster 2024-01-21T09:18:54.631455+0000 mgr.smithi144.tlyrca (mgr.14186) 1543 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-01-21T09:18:58.141 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:18:58.141 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:30.581622Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\nDeploy daemon haproxy.nfs.foo.smithi177.idxkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.610405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\nDeploy daemon haproxy.nfs.foo.smithi144.zsxtvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.614736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:34.618619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:18:58.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:57 smithi144 bash[16259]: cluster 2024-01-21T09:18:56.632519+0000 mgr.smithi144.tlyrca (mgr.14186) 1544 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:58.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:57 smithi177 bash[20374]: cluster 2024-01-21T09:18:56.632519+0000 mgr.smithi144.tlyrca (mgr.14186) 1544 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:18:58.800 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:18:59.801 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 68ba64be-b839-11ee-95b0-87774f69a715 -- ceph orch ls -f json 2024-01-21T09:19:00.191 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:59 smithi144 bash[16259]: audit 2024-01-21T09:18:58.132902+0000 mgr.smithi144.tlyrca (mgr.14186) 1545 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:19:00.192 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:18:59 smithi144 bash[16259]: cluster 2024-01-21T09:18:58.633875+0000 mgr.smithi144.tlyrca (mgr.14186) 1546 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:19:00.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:59 smithi177 bash[20374]: audit 2024-01-21T09:18:58.132902+0000 mgr.smithi144.tlyrca (mgr.14186) 1545 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-21T09:19:00.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:18:59 smithi177 bash[20374]: cluster 2024-01-21T09:18:58.633875+0000 mgr.smithi144.tlyrca (mgr.14186) 1546 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:19:02.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:19:01 smithi177 bash[20374]: cluster 2024-01-21T09:19:00.635120+0000 mgr.smithi144.tlyrca (mgr.14186) 1547 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:19:02.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:19:01 smithi144 bash[16259]: cluster 2024-01-21T09:19:00.635120+0000 mgr.smithi144.tlyrca (mgr.14186) 1547 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:19:02.972 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-21T09:19:02.972 INFO:teuthology.orchestra.run.smithi144.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-21T08:46:52.646408Z", "last_refresh": "2024-01-21T09:17:12.266297Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-21T08:46:44.514529Z", "last_refresh": "2024-01-21T09:17:12.266553Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-21T08:46:48.489576Z", "last_refresh": "2024-01-21T09:17:12.266799Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-21T09:17:20.565988Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.dfhblq on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:30.581622Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.idxkmr on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi177-idxkmr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi177.idxkmr\nDeploy daemon haproxy.nfs.foo.smithi177.idxkmr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.610405Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi144.zsxtvp on smithi144: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy-nfs-foo-smithi144-zsxtvp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-haproxy.nfs.foo.smithi144.zsxtvp\nDeploy daemon haproxy.nfs.foo.smithi144.zsxtvp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi144 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-21T09:18:34.614736Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi144.cpclat on smithi144: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-01-21T09:18:34.618619Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.qisxox on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.144/16"}, "status": {"created": "2024-01-21T08:54:20.515594Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.144/16"}}, {"events": ["2024-01-21T08:54:14.272814Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-01-21T08:54:14.267004Z", "last_refresh": "2024-01-21T09:17:12.268380Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-21T08:46:42.639557Z", "last_refresh": "2024-01-21T09:17:12.266030Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:10.076124Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi144:172.21.15.144=smithi144", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-21T08:48:10.070331Z", "last_refresh": "2024-01-21T09:17:12.265648Z", "running": 2, "size": 2}}, {"events": ["2024-01-21T08:54:20.513730Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-01-21T08:54:20.509112Z", "last_refresh": "2024-01-21T09:17:12.268630Z", "ports": [12999], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-21T08:46:50.593533Z", "last_refresh": "2024-01-21T09:17:12.267043Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-21T08:48:47.776866Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-21T08:48:47.769406Z", "last_refresh": "2024-01-21T09:17:12.267286Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-21T08:46:46.495851Z", "last_refresh": "2024-01-21T09:18:26.479067Z", "ports": [9095], "running": 1, "size": 1}}] 2024-01-21T09:19:03.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-01-21T09:19:03.581 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T09:19:03.825 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=5e8fdba6be1345c594075f5578e736f3 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_ea310589757b987e8ba9e9ba96dfa9a6f9c1e8ec/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-21T09:19:03.827 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-21T09:19:03.837 INFO:tasks.vip:Removing 10.0.15.144 (and any VIPs) on smithi144.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T09:19:03.837 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip addr del 10.0.15.144/16 dev enp3s0f1 2024-01-21T09:19:03.868 DEBUG:teuthology.orchestra.run.smithi144:> sudo ip addr del 10.0.31.144/16 dev enp3s0f1 2024-01-21T09:19:03.929 INFO:teuthology.orchestra.run.smithi144.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T09:19:03.931 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T09:19:03.931 INFO:tasks.vip:Removing 10.0.15.177 (and any VIPs) on smithi177.front.sepia.ceph.com iface enp3s0f1... 2024-01-21T09:19:03.932 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr del 10.0.15.177/16 dev enp3s0f1 2024-01-21T09:19:03.951 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr del 10.0.31.144/16 dev enp3s0f1 2024-01-21T09:19:04.005 INFO:teuthology.orchestra.run.smithi177.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-21T09:19:04.006 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-21T09:19:04.007 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-21T09:19:04.016 INFO:tasks.cephadm:Teardown begin 2024-01-21T09:19:04.017 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:19:04.032 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:19:04.062 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-21T09:19:04.062 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T09:19:04.081 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-21T09:19:04.109 INFO:tasks.cephadm:Stopping all daemons... 2024-01-21T09:19:04.109 INFO:tasks.cephadm.mon.smithi144:Stopping mon.smithi144... 2024-01-21T09:19:04.110 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi144 2024-01-21T09:19:04.134 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:19:03 smithi144 bash[16259]: cluster 2024-01-21T09:19:02.636089+0000 mgr.smithi144.tlyrca (mgr.14186) 1548 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:19:04.346 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:19:03 smithi177 bash[20374]: cluster 2024-01-21T09:19:02.636089+0000 mgr.smithi144.tlyrca (mgr.14186) 1548 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 4.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-01-21T09:19:04.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:19:04 smithi144 systemd[1]: Stopping Ceph mon.smithi144 for 68ba64be-b839-11ee-95b0-87774f69a715... 2024-01-21T09:19:04.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:19:04 smithi144 bash[107146]: Error response from daemon: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-mon.smithi144 2024-01-21T09:19:04.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:19:04 smithi144 bash[16259]: debug 2024-01-21T09:19:04.307+0000 7f9561ca8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi144 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T09:19:04.441 INFO:journalctl@ceph.mon.smithi144.smithi144.stdout:Jan 21 09:19:04 smithi144 bash[16259]: debug 2024-01-21T09:19:04.307+0000 7f9561ca8700 -1 mon.smithi144@0(leader) e2 *** Got Signal Terminated *** 2024-01-21T09:19:05.296 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi144.service' 2024-01-21T09:19:05.376 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T09:19:05.377 INFO:tasks.cephadm.mon.smithi144:Stopped mon.smithi144 2024-01-21T09:19:05.377 INFO:tasks.cephadm.mon.smithi177:Stopping mon.smithi177... 2024-01-21T09:19:05.377 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi177 2024-01-21T09:19:05.780 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:19:05 smithi177 systemd[1]: Stopping Ceph mon.smithi177 for 68ba64be-b839-11ee-95b0-87774f69a715... 2024-01-21T09:19:05.780 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:19:05 smithi177 bash[45242]: Error response from daemon: No such container: ceph-68ba64be-b839-11ee-95b0-87774f69a715-mon.smithi177 2024-01-21T09:19:05.781 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:19:05 smithi177 bash[20374]: debug 2024-01-21T09:19:05.593+0000 7fbbcab82700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi177 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-21T09:19:05.781 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Jan 21 09:19:05 smithi177 bash[20374]: debug 2024-01-21T09:19:05.593+0000 7fbbcab82700 -1 mon.smithi177@1(peon) e2 *** Got Signal Terminated *** 2024-01-21T09:19:06.681 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-68ba64be-b839-11ee-95b0-87774f69a715@mon.smithi177.service' 2024-01-21T09:19:06.709 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-21T09:19:06.709 INFO:tasks.cephadm.mon.smithi177:Stopped mon.smithi177 2024-01-21T09:19:06.709 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68ba64be-b839-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T09:20:02.364 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68ba64be-b839-11ee-95b0-87774f69a715 --force --keep-logs 2024-01-21T09:20:53.439 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:20:53.455 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-21T09:20:53.467 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-21T09:20:53.469 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308/remote/ubuntu@smithi144.front.sepia.ceph.com/crash 2024-01-21T09:20:53.470 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/crash -- . 2024-01-21T09:20:53.509 INFO:teuthology.orchestra.run.smithi144.stderr:tar: /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T09:20:53.510 INFO:teuthology.orchestra.run.smithi144.stderr:tar: Error is not recoverable: exiting now 2024-01-21T09:20:53.511 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308/remote/ubuntu@smithi177.front.sepia.ceph.com/crash 2024-01-21T09:20:53.513 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/crash -- . 2024-01-21T09:20:53.528 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/68ba64be-b839-11ee-95b0-87774f69a715/crash: Cannot open: No such file or directory 2024-01-21T09:20:53.528 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-01-21T09:20:53.528 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-21T09:20:53.529 DEBUG:teuthology.orchestra.run.smithi144:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-21T09:20:53.566 INFO:teuthology.orchestra.run.smithi144.stderr:grep: /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph.log: No such file or directory 2024-01-21T09:20:53.568 INFO:tasks.cephadm:Compressing logs... 2024-01-21T09:20:53.568 DEBUG:teuthology.orchestra.run.smithi144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T09:20:53.613 DEBUG:teuthology.orchestra.run.smithi177:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-21T09:20:53.627 INFO:teuthology.orchestra.run.smithi144.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-21T09:20:53.627 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T09:20:53.627 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T09:20:53.628 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mon.smithi144.log 2024-01-21T09:20:53.628 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.7.log 2024-01-21T09:20:53.630 INFO:teuthology.orchestra.run.smithi177.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-21T09:20:53.630 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-21T09:20:53.630 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.6.log 2024-01-21T09:20:53.631 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mon.smithi144.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi144.gmmoph.log 2024-01-21T09:20:53.631 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.1.log 2024-01-21T09:20:53.631 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi144.gmmoph.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.5.log 2024-01-21T09:20:53.633 INFO:teuthology.orchestra.run.smithi144.stderr: 60.3% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi144.gmmoph.log.gz 2024-01-21T09:20:53.633 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mgr.smithi144.tlyrca.log 2024-01-21T09:20:53.633 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.3.log 2024-01-21T09:20:53.634 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-volume.log 2024-01-21T09:20:53.634 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.0.log 2024-01-21T09:20:53.634 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mgr.smithi177.vlzzcf.log 2024-01-21T09:20:53.634 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mon.smithi177.log 2024-01-21T09:20:53.635 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.0.log: /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mgr.smithi177.vlzzcf.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.2.log 2024-01-21T09:20:53.636 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mon.smithi177.log: gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.2.log: /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.4.log 2024-01-21T09:20:53.637 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi177.ukwhnj.log 2024-01-21T09:20:53.637 INFO:teuthology.orchestra.run.smithi177.stderr: 90.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T09:20:53.638 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi177.ukwhnj.log: /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.4.log: 83.0% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mds.foofs.smithi177.ukwhnj.log.gz 2024-01-21T09:20:53.641 INFO:teuthology.orchestra.run.smithi177.stderr: 93.5% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mgr.smithi177.vlzzcf.log.gz 2024-01-21T09:20:53.643 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.5.log: /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mgr.smithi144.tlyrca.log: /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.3.log: 92.4% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T09:20:53.644 INFO:teuthology.orchestra.run.smithi144.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-21T09:20:53.645 INFO:teuthology.orchestra.run.smithi177.stderr: 92.4% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-volume.log.gz 2024-01-21T09:20:54.040 INFO:teuthology.orchestra.run.smithi144.stderr: 89.5% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mgr.smithi144.tlyrca.log.gz 2024-01-21T09:20:54.071 INFO:teuthology.orchestra.run.smithi144.stderr: 93.2% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.5.log.gz 2024-01-21T09:20:54.088 INFO:teuthology.orchestra.run.smithi177.stderr: 92.6% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mon.smithi177.log.gz 2024-01-21T09:20:54.116 INFO:teuthology.orchestra.run.smithi177.stderr: 93.1% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.2.log.gz 2024-01-21T09:20:54.116 INFO:teuthology.orchestra.run.smithi177.stderr: 93.1% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.4.log.gz 2024-01-21T09:20:54.217 INFO:teuthology.orchestra.run.smithi144.stderr: 93.1% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.1.log.gz 2024-01-21T09:20:54.226 INFO:teuthology.orchestra.run.smithi144.stderr: 93.6% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.3.log.gz 2024-01-21T09:20:54.226 INFO:teuthology.orchestra.run.smithi177.stderr: 93.0% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.6.log.gz 2024-01-21T09:20:54.309 INFO:teuthology.orchestra.run.smithi144.stderr: 93.1% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.7.log.gz 2024-01-21T09:20:54.340 INFO:teuthology.orchestra.run.smithi177.stderr: 93.1% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-osd.0.log.gz 2024-01-21T09:20:54.342 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-01-21T09:20:54.342 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m0.723s 2024-01-21T09:20:54.342 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m2.672s 2024-01-21T09:20:54.342 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.109s 2024-01-21T09:20:54.634 INFO:teuthology.orchestra.run.smithi144.stderr: 89.9% -- replaced with /var/log/ceph/68ba64be-b839-11ee-95b0-87774f69a715/ceph-mon.smithi144.log.gz 2024-01-21T09:20:54.636 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-21T09:20:54.637 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m1.020s 2024-01-21T09:20:54.637 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m3.611s 2024-01-21T09:20:54.637 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.149s 2024-01-21T09:20:54.637 INFO:tasks.cephadm:Archiving logs... 2024-01-21T09:20:54.638 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308/remote/ubuntu@smithi144.front.sepia.ceph.com/log 2024-01-21T09:20:54.639 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T09:20:55.244 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308/remote/ubuntu@smithi177.front.sepia.ceph.com/log 2024-01-21T09:20:55.245 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-21T09:20:55.642 INFO:tasks.cephadm:Removing cluster... 2024-01-21T09:20:55.643 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68ba64be-b839-11ee-95b0-87774f69a715 --force 2024-01-21T09:20:57.019 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 68ba64be-b839-11ee-95b0-87774f69a715 --force 2024-01-21T09:20:58.389 INFO:tasks.cephadm:Removing cephadm ... 2024-01-21T09:20:58.390 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T09:20:58.398 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-21T09:20:58.404 INFO:tasks.cephadm:Teardown complete 2024-01-21T09:20:58.404 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-21T09:20:58.415 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_1... 2024-01-21T09:20:58.415 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_1 2024-01-21T09:20:58.740 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T09:20:58.741 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:20:58.741 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_2... 2024-01-21T09:20:58.742 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_2 2024-01-21T09:20:59.032 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T09:20:59.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:20:59.033 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_3... 2024-01-21T09:20:59.034 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_3 2024-01-21T09:20:59.324 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T09:20:59.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:20:59.326 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi144:/dev/vg_nvme/lv_4... 2024-01-21T09:20:59.326 DEBUG:teuthology.orchestra.run.smithi144:> sudo nvme disconnect -n lv_4 2024-01-21T09:20:59.600 INFO:teuthology.orchestra.run.smithi144.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T09:20:59.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:20:59.602 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-21T09:20:59.602 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/scratch_devs 2024-01-21T09:20:59.616 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-01-21T09:20:59.616 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_1 2024-01-21T09:20:59.932 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-21T09:20:59.933 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:20:59.934 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-01-21T09:20:59.934 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_2 2024-01-21T09:21:00.240 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-21T09:21:00.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:21:00.242 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-01-21T09:21:00.242 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_3 2024-01-21T09:21:00.552 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-21T09:21:00.553 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:21:00.553 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-01-21T09:21:00.554 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_4 2024-01-21T09:21:00.828 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-21T09:21:00.829 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:21:00.829 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-01-21T09:21:00.830 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-01-21T09:21:00.845 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-21T09:21:00.854 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-21T09:21:00.854 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:21:00.857 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-21T09:21:00.879 INFO:teuthology.orchestra.run.smithi144.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T09:21:00.879 INFO:teuthology.orchestra.run.smithi144.stdout:============================================================================== 2024-01-21T09:21:00.879 INFO:teuthology.orchestra.run.smithi144.stdout:*hv01.front.sepi 44.4.53.2 2 u 98 128 377 0.094 4.867 0.648 2024-01-21T09:21:00.879 INFO:teuthology.orchestra.run.smithi144.stdout:+hv02.front.sepi 63.231.80.2 3 u 42 128 377 0.081 3.236 0.871 2024-01-21T09:21:00.879 INFO:teuthology.orchestra.run.smithi144.stdout:+hv03.front.sepi 74.6.168.72 3 u 39 128 377 0.107 2.165 1.140 2024-01-21T09:21:00.879 INFO:teuthology.orchestra.run.smithi144.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T09:21:00.911 INFO:teuthology.orchestra.run.smithi177.stdout: remote refid st t when poll reach delay offset jitter 2024-01-21T09:21:00.911 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================== 2024-01-21T09:21:00.911 INFO:teuthology.orchestra.run.smithi177.stdout:*hv01.front.sepi 44.4.53.2 2 u 40 128 377 0.092 0.243 0.715 2024-01-21T09:21:00.911 INFO:teuthology.orchestra.run.smithi177.stdout:+hv02.front.sepi 63.231.80.2 3 u 109 128 377 0.066 -0.801 0.577 2024-01-21T09:21:00.911 INFO:teuthology.orchestra.run.smithi177.stdout:+hv03.front.sepi 74.6.168.72 3 u 118 128 377 0.117 -3.515 0.530 2024-01-21T09:21:00.911 INFO:teuthology.orchestra.run.smithi177.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-01-21T09:21:00.912 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-21T09:21:00.923 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-21T09:21:00.924 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-21T09:21:00.941 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-21T09:21:00.974 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-21T09:21:01.008 INFO:teuthology.task.internal:Duration was 2463.175676 seconds 2024-01-21T09:21:01.009 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-21T09:21:01.041 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-21T09:21:01.042 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T09:21:01.044 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-21T09:21:01.096 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-21T09:21:01.096 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2024-01-21T09:21:01.097 DEBUG:teuthology.orchestra.run.smithi144:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T09:21:01.108 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-01-21T09:21:01.108 DEBUG:teuthology.orchestra.run.smithi177:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-21T09:21:01.121 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-21T09:21:01.122 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T09:21:01.153 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-21T09:21:01.222 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-21T09:21:01.222 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T09:21:01.224 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-21T09:21:01.367 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-21T09:21:01.378 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-21T09:21:01.379 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T09:21:01.394 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-21T09:21:01.408 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-21T09:21:01.419 DEBUG:teuthology.orchestra.run.smithi144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:21:01.441 DEBUG:teuthology.orchestra.run.smithi177:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:21:01.452 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2024-01-21T09:21:01.465 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-01-21T09:21:01.491 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:21:01.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:21:01.529 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-21T09:21:01.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-21T09:21:01.541 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-21T09:21:01.552 INFO:teuthology.task.internal:Transferring archived files... 2024-01-21T09:21:01.552 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308/remote/smithi144 2024-01-21T09:21:01.553 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T09:21:01.606 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308/remote/smithi177 2024-01-21T09:21:01.607 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-21T09:21:01.633 INFO:teuthology.task.internal:Removing archive directory... 2024-01-21T09:21:01.634 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T09:21:01.641 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-21T09:21:01.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-21T09:21:01.690 INFO:teuthology.task.internal:Not uploading archives. 2024-01-21T09:21:01.690 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-21T09:21:01.709 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-21T09:21:01.709 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T09:21:01.711 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-21T09:21:01.717 INFO:teuthology.orchestra.run.smithi144.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 09:21 /home/ubuntu/cephtest 2024-01-21T09:21:01.730 INFO:teuthology.orchestra.run.smithi177.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 21 09:21 /home/ubuntu/cephtest 2024-01-21T09:21:01.733 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-21T09:21:01.743 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-21T09:21:01.810 INFO:teuthology.nuke:Checking targets against current locks 2024-01-21T09:21:01.837 DEBUG:teuthology.nuke:shortname: smithi144 2024-01-21T09:21:01.838 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T09:21:01.860 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 08:31:31.002099', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-21T09:21:01.864 DEBUG:teuthology.nuke:shortname: smithi177 2024-01-21T09:21:01.864 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-21T09:21:01.890 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-19_23:17:02-rados-wip-yuri4-testing-2024-01-18-1257-pacific-distro-default-smithi/7524308', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-21 08:31:31.000681', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-01-21T09:21:01.914 INFO:teuthology.orchestra.console.smithi144:Power off 2024-01-21T09:21:01.914 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T09:21:01.941 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2024-01-21T09:21:01.941 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:21:01.957 INFO:teuthology.orchestra.console.smithi177:Power off 2024-01-21T09:21:01.958 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-21T09:21:01.967 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-01-21T09:21:01.980 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2024-01-21T09:21:01.980 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:21:02.003 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-01-21T09:21:05.969 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:21:06.004 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:21:06.079 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-01-21T09:21:06.114 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-01-21T09:21:10.080 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:21:10.114 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:21:10.190 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-01-21T09:21:10.223 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2024-01-21T09:21:10.324 INFO:teuthology.orchestra.console.smithi177:Power off completed 2024-01-21T09:21:14.192 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-21T09:21:14.302 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2024-01-21T09:21:14.402 INFO:teuthology.orchestra.console.smithi144:Power off completed 2024-01-21T09:21:14.506 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 2463.175676345825 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=5e8fdba6be1345c594075f5578e736f3 status: fail success: false 2024-01-21T09:21:14.507 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-21T09:21:14.616 INFO:teuthology.run:FAIL